freebsd-dev/sys/dev
Josef Karthauser d41fcbf0d0 Merge from NetBSD: revs 1.89 and 1.90.
Also, add some 'const's to supress warnings. (Submitted back to NetBSD).

The original logs from NetBSD:

	----------------------------
	revision 1.90
	date: 2001/12/03 01:47:12;  author: augustss;  lines: +4 -4
	Handle vendor/product lookup with a common routine.
	----------------------------
	revision 1.89
	date: 2001/12/02 23:25:25;  author: augustss;  lines: +18 -2
	Add a subroutine to search for a vendor/product pair.
	----------------------------
2002-02-11 10:09:29 +00:00
..
aac Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. This 2002-02-06 01:34:09 +00:00
acpica Fix irq/drq handling. IRQ and DRQ resource information can be get 2002-01-31 09:18:27 +00:00
advansys
agp Correctly identify the Intel 82830 AGP bridge. 2002-02-05 23:13:25 +00:00
aha
ahb
aic Back out the hack from rev 1.13 that was done to initiate a bus rescan 2002-01-17 20:34:58 +00:00
aic7xxx
amd
amr Staticise the amr devclass. 2002-01-08 06:47:02 +00:00
an Staticise the flash buffer, since it isn't needed anywhere else. 2002-01-08 10:25:12 +00:00
ar
asr
ata Make LINT compile after fruitless attempts to get the authors 2002-02-06 19:35:37 +00:00
atkbdc
awi
bge Add support for the Netgear GA302T 10/100/1000 adapter. Given that 2002-01-27 01:00:16 +00:00
bktr
buslogic
cardbus Get rid of the bogus DETACH_NOWARN and don't warn when asked to detach 2002-02-07 06:43:02 +00:00
ccd Reduce kernel stack usage of ccdinit() by MAXPATHLEN by using MALLOC(9). 2001-12-30 17:34:19 +00:00
ciss
cm - generic Arcnet framework 2002-01-08 20:03:13 +00:00
cnw Get rid of the twisted MFREE() macro entirely. 2002-02-05 02:00:56 +00:00
cs
ct
cy Merged cy_pcireg.h into the one file that uses it (cy_pci.c). 2002-02-02 02:22:51 +00:00
dc Forgot one part of the VLAN support for the dc(4) driver. 2002-01-16 21:34:11 +00:00
de
dec
dgb
digi Staticise the con_bios and digi_devclass variables, since they aren't needed 2002-01-08 10:24:34 +00:00
dpt Fix a couple of bogus enums. 2002-01-08 06:47:55 +00:00
ed Add EDIMAX ethernet card for NEWCARD from NetBSD 2002-01-29 07:08:56 +00:00
eisa
em -Remove unneeded include stddef.h 2001-12-20 17:55:49 +00:00
en
ep
ex
exca Default debugging to OFF now. 2002-02-04 15:55:21 +00:00
fb
fdc
fe Supported C-NET(98)P2 PnP mode. 2002-02-04 14:01:27 +00:00
fxp Remove mbuf exhaustion warning messages; these are handled by the 2002-02-04 03:15:27 +00:00
gfb
gx
hea
hfa
ic
ichsmb
ida
ie
iicbus
iir Add the 'iir' driver, for the Intel Integrated RAID controllers and 2002-01-20 08:51:08 +00:00
isp + A variety of 23XX changes: 2002-02-04 21:04:25 +00:00
ispfw Roll to latest production level firmware. 2002-01-23 06:42:54 +00:00
joy Revert change that breaks the joy module. joydevclass must not be static. 2002-01-08 18:27:49 +00:00
kbd
lge
lmc
lnc Get rid of the twisted MFREE() macro entirely. 2002-02-05 02:00:56 +00:00
mc146818
mca
mcd
md Staticize the malloc definitions. 2002-02-10 21:42:44 +00:00
mii Fix reversed definitions for the bits that select half vs. full duplex. 2002-01-10 18:06:41 +00:00
mlx
mly
mse
musycc
ncv Staticise a couple of debugging variables. 2002-01-08 19:37:12 +00:00
nge
nmdm
nsp
null
ofw Move the make_dev call from the cn_probe to a sysinit that runs at 2002-01-09 04:03:55 +00:00
pccard Null interrupt handlers should be OK, so if we don't have a function, 2002-02-10 05:04:20 +00:00
pccbb o Use INTR_TYPE_AV (the highest possible) rather than INTR_TYPE_BIO 2002-02-10 03:28:37 +00:00
pcf
pci Make unsupported memory range message bootverbose only 2002-02-09 21:32:02 +00:00
pcic Fix missing comma in previous commit. 2001-12-28 23:51:48 +00:00
pdq
ppbus Make this driver a better citizen by moving dev creation and 2001-12-19 19:37:31 +00:00
ppc
random Staticise the random_state array. 2002-01-10 00:09:21 +00:00
ray
rc Change the preemption code for software interrupt thread schedules and 2002-01-05 08:47:13 +00:00
rp
sbni Rename a variable that might accidentally be duplicated elsewhere. 2002-01-08 19:36:54 +00:00
scd
sf
si
sio Add pc98 support. 2002-01-31 08:24:36 +00:00
sk
smbus
sn
snc
snp
sound Add support for the Aztech 2320 chip. 2002-02-05 12:09:23 +00:00
speaker Add missing destroy_dev(). 2002-01-23 01:11:52 +00:00
sr
stg Staticise a couple of debugging variables. 2002-01-08 19:37:12 +00:00
streams SMP Lock struct file, filedesc and the global file list. 2002-01-13 11:58:06 +00:00
sym
syscons In the word selection mode don't append newline if the word ends at the 2002-01-05 16:52:44 +00:00
tdfx Replace ffind_* with fget calls. 2002-01-14 00:13:45 +00:00
tga
ti
twe
tx
txp
usb Merge from NetBSD: revs 1.89 and 1.90. 2002-02-11 10:09:29 +00:00
vinum Grr. The last commit contained update conflicts. It just goes to 2002-01-29 02:49:15 +00:00
vr
vx Get rid of the twisted MFREE() macro entirely. 2002-02-05 02:00:56 +00:00
wds
wi identify GLPRISM2 PCI WaveLAN/IEEE 802.11 2002-01-31 16:55:13 +00:00
wl
xe