freebsd-nq/sys/i386
Bruce Evans 3e3de3f369 Change bogus extern inline' to static inline'.
This finishes making the kernel compile without -O.

The "optimized" asm version of the function being inlined
(translate_bytes()) uses slow instructions.  On a 486, assuming
everything is in the cache (unlikely), it is 21/15 times slower
than the dumb C version and 21/3 times slower than the best
possible bytewise method.
1995-07-25 23:03:22 +00:00
..
apm Don't include <sys/tty.h> in drivers that aren't tty drivers or in general 1995-07-16 10:13:08 +00:00
bios Don't include <sys/tty.h> in drivers that aren't tty drivers or in general 1995-07-16 10:13:08 +00:00
boot Change install' to ${INSTALL}' so that default install flags can be 1995-07-25 00:37:58 +00:00
conf Fix clean rule to remove remove everything that isn't created by config 1995-07-22 23:55:41 +00:00
eisa First step of fixing the remaining sloppy common-style declarations. 1995-07-25 15:53:11 +00:00
i386 Remove vat_audio driver support here too. 1995-07-22 13:56:06 +00:00
ibcs2 Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
include Fix bogus constraint "i" that only worked with -O. The cases where it 1995-07-25 21:28:47 +00:00
isa Change bogus extern inline' to static inline'. 1995-07-25 23:03:22 +00:00
linux First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
pci The PCI config mechanism 1 test failed for the Intel Aries. 1995-06-30 16:11:42 +00:00
scsi Specify the controller bus in the scsi_link structure to allow hardwired 1995-07-17 23:35:16 +00:00
Makefile