Go to file
jonathan 5124d90b3b Work around a NetBSd/pmax kernel bug inherited from 4.4BSD: the DEC
TURBOChannel cfb has a vertical-retrace interupt that cannot be disabled
in software. 4.4BSD and NetBSD don't supply an interrupt hander and
simply neverenable interrupts from slots with a cfb.  This has never
ever worked with a cfb in a 3MIN (Decstation 5000/1xx), where a TURBOChannel
card in slot 0 (or 1 or 2) interrupts at the same IPL as spl0() (or spl1
or spl2), and there's also never been support for selectively enabling or
disabling those interrupts on a 3MIN, in either NetBSD or 4.4BSD.

This  revision add an interrupt handler for the cfb, used only on 3MINs,
so that a 3MIN can boot with a cfb as console, and enable/disable of TC
slot interrupts can be debugged. (Serial consoles via ioasic SCCs still
don't quite work,  and simply clearing the relevant bits in the R3000 cause
register is apparently over-ridden by a subsequent spl0() somewhere else.)
1995-08-29 09:56:23 +00:00
bin Sync exit codes with man page (from Scott Burns). 1995-08-27 18:31:20 +00:00
distrib Link mount_<fstype> to <fstype> for all included fstypes... 1995-08-28 20:10:30 +00:00
etc Configure ccd devices before the filesystem checks, as suggested by 1995-08-27 20:30:53 +00:00
games fix typo: new -> knew 1995-07-17 06:23:06 +00:00
gnu Changes from Matthias Pfaller to get gdb to work. 1995-08-29 08:03:27 +00:00
include Added declarations for hsearch(), hdestroy(), and hcreate(). 1995-08-08 21:14:45 +00:00
lib Do not terminate the search on errors other than ENOENT. 1995-08-24 05:26:35 +00:00
libexec Install the manual page. 1995-08-25 10:08:45 +00:00
regress just include stdlib.h to get malloc proto. 1995-04-29 05:44:35 +00:00
sbin Just use umask(0); 1995-08-25 11:35:35 +00:00
share rbootd.8 went away. 1995-08-21 21:41:02 +00:00
sys Work around a NetBSd/pmax kernel bug inherited from 4.4BSD: the DEC 1995-08-29 09:56:23 +00:00
usr.bin pc532 specific interrupt code. (From Matthias Pfaller.) 1995-08-27 06:20:27 +00:00
usr.sbin Cleaned up an old #ifdef vax. 1995-08-24 19:58:07 +00:00
Makefile work in the face of a /usr/src/obj directory 1995-02-26 01:10:19 +00:00