=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/sun3.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- www/sun3.html 1997/08/08 17:40:42 1.22 +++ www/sun3.html 1997/09/10 23:15:05 1.23 @@ -52,11 +52,18 @@

A patch kit for XFree86 3.2 is available in the snapshot directory. Look for xfree86-3.2-sun3-patch-kit-1.gz. +

Disk I/O too slow? Want SCSI DMA? It's just three tiny changes away: +

    +
  1. in sys/arch/sun3/include/param.h add #define MAXBSIZE 0x8000 +
  2. in sys/sys/param.h surround the MAXBSIZE #define with #ifndef MAXBSIZE and #endif +
  3. in sys/arch/sun3/dev/si_obio.c change si_obio_options = 0 to 1 +
+
OpenBSD www@openbsd.org
-$OpenBSD: sun3.html,v 1.22 1997/08/08 17:40:42 kstailey Exp $ +$OpenBSD: sun3.html,v 1.23 1997/09/10 23:15:05 kstailey Exp $