freebsd-dev/sys/i386
Bruce Evans dd1df1935f Moved some definitions of initialized data nearer to the start of
the file so that this compiles without forward declarations of that
data.  (It is impossible to forward-declare static data in Gnu C.
Declaring it as static is correct, but causes bogus warnings from
gcc -Wredundant-decls.  Declaring it as extern works, but causes
correct warnings from gcc -pedantic and is undefined in ANSI C.
We usually declare it as extern.  Here it was once really extern,
but botched staticization left it as static here and apparently-
extern in a header file.)
----------------------------------------------------------------------
another system, such as NetBSD, CVS:   then name the system in this
line, otherwise delete it.  CVS: Reviewed by:  CVS:   Before
committing changes please have someone check your work and CVS:
include their name here. If the change is trivial and you have not
else; i.e., CVS:   they sent us a patch or a new module, then
include their name/email CVS:   address here. If this is your work
then delete this line.  CVS:
----------------------------------------------------------------------
----------------------------------------------------------------------
1997-07-20 10:07:55 +00:00
..
apm Fix crash when halting where APM was configured but not enabled 1997-06-19 00:25:03 +00:00
bios Fix crash when halting where APM was configured but not enabled 1997-06-19 00:25:03 +00:00
boot Saved a few bytes by omitting frame pointers, using byte-sized 1997-07-13 15:24:15 +00:00
conf Disabled option SMP_TIMER_NC. It now conflicts with a default "option". 1997-07-20 05:27:59 +00:00
eisa Removed unused #includes. 1997-07-20 06:31:09 +00:00
i386 Fixed bitrot in fpu LKMs. 1997-07-20 08:46:30 +00:00
ibcs2 Removed unused #includes. 1997-07-20 09:39:51 +00:00
include Removed unused #includes. 1997-07-20 08:37:24 +00:00
isa Moved some definitions of initialized data nearer to the start of 1997-07-20 10:07:55 +00:00
linux Make this thing actually compile. 1997-06-02 10:43:41 +00:00
pci Yet another fix for configuration mechanism 1 register accesses: 1997-05-26 21:52:41 +00:00
scsi Modify my copyright notice to allow the sequencer to be used with GPLed 1997-06-27 19:39:34 +00:00
Makefile