Go to file
mjacob 68d184dc19 Hmm- seriously funny and sad bug: you need to directly establish the
clock rate for this board on Alpha/PCI systems. Under x86/PCI, the
board f/w will correctly tell you "I'm running at 60Mhz", so the code
that preserved that across a board reset (which would drop the chip
back to 40Mhz) worked fine. On the 8200, the chip was saying "I'm 40Mhz"-
which wasn't true. This turned out to be okay as long as you didn't have
any FAST or UltraFast targets- In fact, setting the chip to 40Mhz allowed
you to run up to 8Mhz SCSI. Unfortunately you die bigtime on the devices
that go faster than that. The fix here is to only use what the chip tells
you the clock rate is in the cases you don't really know (sbus is the
only case where this could be different, although with 66Mhz PCI coming up,
this may change).
1997-06-22 19:57:06 +00:00
bin add auto-generated token.h to dependancy for ${OBJS}. 1997-06-16 02:42:38 +00:00
distrib Make this work with objdirs. 1997-06-21 21:30:49 +00:00
etc add man8/sun3x, man1/i386 and man1/x68k entries. 1997-06-22 06:36:30 +00:00
games Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00
gnu Fix typos (PR#3761). 1997-06-20 20:38:08 +00:00
include Add support for localized character sets (a.k.a. LC_CTYPE). 1997-06-02 09:52:36 +00:00
lib Remove bogus `#ifdef unix'. 1997-06-21 21:26:23 +00:00
libexec %qd wants long long. Thus, if you're going to turn on warnings for 1997-06-21 18:01:35 +00:00
regress Use proginstall:: to disable installing PROG. 1997-05-07 15:59:08 +00:00
sbin dump', dumplfs' and `quotacheck' have moved to /usr/sbin 1997-06-20 20:18:35 +00:00
share * clean up a couple of typos. 1997-06-22 08:11:08 +00:00
sys Hmm- seriously funny and sad bug: you need to directly establish the 1997-06-22 19:57:06 +00:00
usr.bin Don't need "md4.h" and "skey.h" -> <skey.h> 1997-06-22 18:51:47 +00:00
usr.sbin Add a CAVEATS section explaining that making this setuid root is bad. 1997-06-22 08:26:10 +00:00
Makefile Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00