freebsd-src/sys
Bruce Evans ee16b4300e Fixed some stale comments about console drivers.
Uncommented css0.  It compiles OK.

Moved trix0 so that it compiles OK when uncommented.  Uncommented
it.  Drivers with the same interrupt handler must be together in
config files so that config(8)'s simple avoidance of redundant
declarations of interrupt handlers works (config emits a declaration
unless it would duplicate the previous one).

Commented out NO_LKM.  Negative options should not be configured
in LINT.  There should be no negative options for subsystems.
LKMs should never have been standard or the default.
1998-02-20 12:27:28 +00:00
..
alpha Staticized. 1998-02-13 07:34:52 +00:00
amd64 Remove DISABLE_PSE option which was masking (but not fixing) the problem. 1998-02-16 23:57:03 +00:00
compat In the words of the submitter: 1998-02-07 02:13:27 +00:00
compile
conf Fixed some stale comments about console drivers. 1998-02-20 12:27:28 +00:00
ddb Ensure that the linker sets for commands exist by putting a standard 1998-02-13 02:19:29 +00:00
dev Move Luigi's I2CWR ioctl from the video_ioctl section to the 1998-02-20 03:55:17 +00:00
fs Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
geom Revert part of my previous patch - I don't see the *need* 1998-02-15 08:28:26 +00:00
gnu Fixed configuration and linkage of ext2_checkoverlap(). 1998-02-13 00:28:40 +00:00
i386 Fixed some stale comments about console drivers. 1998-02-20 12:27:28 +00:00
isa - If a PCCARD serial device is removed from the system, let the serial 1998-02-14 16:17:17 +00:00
isofs/cd9660 Staticize. 1998-02-09 06:11:36 +00:00
kern Revert sosend() to its behavior from 4.3-Tahoe and before: if 1998-02-19 19:38:20 +00:00
libkern Make our v_usecount vnode reference count work identically to the 1998-01-06 05:26:17 +00:00
miscfs Deleted unused variable. 1998-02-10 08:04:31 +00:00
modules Don't reference (nonesxistent) qcam module. 1998-02-18 14:30:07 +00:00
msdosfs Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
net Implement the spirit but not the letter of Terrys hot-char patch. 1998-02-13 12:46:28 +00:00
netatalk Staticize. 1998-02-09 06:11:36 +00:00
netinet Add new sysctl variable: net.inet.ip.accept_sourceroute 1998-02-16 19:23:58 +00:00
netipx Staticize. 1998-02-09 06:11:36 +00:00
netkey Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
netnatm Staticize. 1998-02-09 06:11:36 +00:00
netns Make INET a proper option. 1998-01-08 23:42:31 +00:00
nfs Staticize. 1998-02-09 06:11:36 +00:00
nfsclient Staticize. 1998-02-09 06:11:36 +00:00
nfsserver Staticize. 1998-02-09 06:11:36 +00:00
pc98 Sync with sys/i386/isa/lpt.c revision 1.167. 1998-02-20 12:25:23 +00:00
pccard - Removed typo in Copyright and added Id. 1998-02-07 20:41:20 +00:00
pci Move Luigi's I2CWR ioctl from the video_ioctl section to the 1998-02-20 03:55:17 +00:00
powerpc/include
rpc
scsi Put the SC_Q_NO_TAGS value in the correct field for the Iomega Jaz quirk 1998-02-18 09:40:54 +00:00
sys soundcard.h wasn't upgraded when i386/isa/snd was 1998-02-18 02:27:00 +00:00
tools Use __inline instead of inline to prevent pedantic compiler warnings. 1997-12-19 23:25:16 +00:00
ufs Fix a panic resulting from executing off an MFS image. This corrects the 1998-02-16 23:55:53 +00:00
vm Move the 'sw' device off block major #1, which is now occupied by 'wfd'. 1998-02-19 12:15:06 +00:00
Makefile Test for the existance of ${MACHINE}/boot before trying to build it. 1998-02-20 07:37:08 +00:00