freebsd-skq/sys/i386
Bruce Evans da2186afa3 Cleaned up:
- fixed a sloppy common-style declaration.
- removed an unused macro.
- moved once-used macros to the one file where they are used.
- removed unused forward struct declarations.
- removed __pure.
- declared inline functions as inline in their prototype as well
  as in theire definition (gcc unfortunately allows the prototype
  to be inconsistent).
- staticized.
1996-10-12 20:36:15 +00:00
..
apm
bios
boot Added option PROBE_KEYBOARD_LOCK which gives a serial console if the 1996-10-08 22:41:34 +00:00
conf Added a bdev and cdev for "geometry disk", my generic disk geometry subsystem. 1996-10-10 20:41:13 +00:00
eisa Removed nested include if <sys/socket.h> from <net/if.h> and 1996-10-12 19:49:43 +00:00
i386 Cleaned up: 1996-10-12 20:36:15 +00:00
ibcs2
include Cleaned up: 1996-10-12 20:36:15 +00:00
isa Implement the RFC 1650 MIB. 1996-10-11 15:19:23 +00:00
linux
pci
scsi Advanced Systems Inc. SCSI Controller driver and ISA/VL front end. 1996-10-07 02:07:07 +00:00
Makefile