[BACK]Return to sun3.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/sun3.html between version 1.22 and 1.23

version 1.22, 1997/08/08 17:40:42 version 1.23, 1997/09/10 23:15:05
Line 52 
Line 52 
 <p>A patch kit for XFree86 3.2 is available in the <a href="ftp.html">snapshot  <p>A patch kit for XFree86 3.2 is available in the <a href="ftp.html">snapshot
 directory.</a>  Look for xfree86-3.2-sun3-patch-kit-1.gz.  directory.</a>  Look for xfree86-3.2-sun3-patch-kit-1.gz.
   
   <p>Disk I/O too slow?  Want SCSI DMA?  It's just three tiny changes away:
   <ol>
   <li>in sys/arch/sun3/include/param.h add #define MAXBSIZE 0x8000
   <li>in sys/sys/param.h surround the MAXBSIZE #define with #ifndef MAXBSIZE and #endif
   <li>in sys/arch/sun3/dev/si_obio.c change si_obio_options = 0 to 1
   </ol>
   
 <hr>  <hr>
 <a href=plat.html><img src=back.gif border=0 alt=OpenBSD></a>  <a href=plat.html><img src=back.gif border=0 alt=OpenBSD></a>
 <a href=mailto:www@openbsd.org>www@openbsd.org</a>  <a href=mailto:www@openbsd.org>www@openbsd.org</a>

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23