freebsd-dev/sys/i386
Bruce Evans f0b544e99e Restore the intr_* array variables that were removed in the previous
revision.  They caused redundant redeclaration warnings because I
forgot to declare them as extern and gcc-2.6.0 treats "extern int x[];"
slightly different from "int x[];" (this is probably a bug).  The new
versions will cause RR warnings from gcc-2.4.5 because it does not
understand that the second declaration in "extern int x[]; int x[1];"
is not redundant.  The variables don't actually need to be declared
in a header file because they are used in only one C source file and
one assembler source file, but I want all public variables and
comments about them to be findable by grepping *.h.
1994-08-22 15:58:40 +00:00
..
boot Removed disk type from disklabel lines, not needed for installing 1994-08-21 18:15:45 +00:00
conf Added my ProAudioSpectum SCSI driver for cards with the 5380 SCSI-chip. 1994-08-19 00:01:08 +00:00
eisa 1) cleaned up after Garrett - fixed more redundant declarations, changed 1994-08-20 03:49:02 +00:00
i386 Pad `_cpu_vendor' to finish on a 32-bit boundary so that most of the 1994-08-22 14:28:57 +00:00
include Made idempotent. 1994-08-21 04:55:31 +00:00
isa Restore the intr_* array variables that were removed in the previous 1994-08-22 15:58:40 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00