freebsd-dev/sys/dev
Bill Paul ba2cb70286 #ifdef out the definition for the small packet RX ring. I ended up only
using one RX ring because of the alignment issue, so we may as well save
a few K of memory by not allocating space for it.
1999-09-03 20:58:39 +00:00
..
advansys $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
aha Remove vestiges of old pnp code. 1999-09-03 20:11:25 +00:00
ahb $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
aic7xxx aic7xxx.c: 1999-08-30 16:12:39 +00:00
amd
ar $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ata Use micro "disk" layer in ata-disk 1999-09-03 10:57:17 +00:00
atkbdc $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
bktr Update to driver 1.72. 1999-09-01 14:09:53 +00:00
buslogic This adds support for the Buslogic/Bustek/Storage Dimensions 1999-09-03 03:50:55 +00:00
ccd Revert a bunch of contraversial changes by PHK. After 1999-09-03 05:16:59 +00:00
cs Stub out the old pnp code till these are converted so GENERIC builds again. 1999-09-02 04:37:07 +00:00
cy $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
de Add missing include. 1999-08-21 21:35:59 +00:00
dec $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
dgb $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
dpt $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ed Commit a checkpoint of an updated if_ed driver. This is pretty much 1999-09-03 19:10:56 +00:00
eisa $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
en Clean up after removing sys/eventhandler.h from sys/systm.h at the last 1999-08-21 22:10:49 +00:00
ep $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ex $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fb $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fdc Cosmetic tweak. Collect the fdc methods together and apart from the fd 1999-09-03 11:32:21 +00:00
fe C-NET(9N)C support (PC-98 only). 1999-08-31 12:37:35 +00:00
fxp $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
hea $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
hfa Fixed printf format errors (don't assume that ntohl() returns u_long; 1999-08-29 10:28:10 +00:00
ic $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ida Fix various trivial warnings from LINT 1999-08-28 19:44:07 +00:00
ie $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
iicbus $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
isp $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
joy Convert DEVFS hooks in (most) drivers to make_dev(). 1999-08-23 20:59:21 +00:00
kbd $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
lnc $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
mc146818
mca This is the rest of the MCA support; new_bus code to be exact. 1999-09-03 03:40:00 +00:00
mcd Set si_bsize_phys and si_bsize_max in all legacy CD drivers. 1999-09-01 13:03:05 +00:00
mii Re-arrange things in the attach routines of the 3Com and RealTek PHY 1999-09-01 17:07:27 +00:00
mse $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
pccard $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
pcf $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
pci Handle for passthru resource release correctly. 1999-09-03 04:30:01 +00:00
pcm This represents essentially a complete rewrite of the ISA PnP code. The 1999-09-01 20:53:43 +00:00
pdq $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ppbus $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ppc $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
rc Convert DEVFS hooks in (most) drivers to make_dev(). 1999-08-23 20:59:21 +00:00
rp $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
scd Set si_bsize_phys and si_bsize_max in all legacy CD drivers. 1999-09-01 13:03:05 +00:00
sf #ifdef out the definition for the small packet RX ring. I ended up only 1999-09-03 20:58:39 +00:00
si Null commit to get last commit message recorded: 1999-08-30 20:52:14 +00:00
sio Remove the last vestiges of the old pnp code in favour of the new one. 1999-09-03 20:01:08 +00:00
sk Don't restrict our requests for contiguous memory to addresses >= 1MB. 1999-08-29 09:03:58 +00:00
smbus $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
snp $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
sound This represents essentially a complete rewrite of the ISA PnP code. The 1999-09-01 20:53:43 +00:00
speaker $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
sr $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
streams $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscons Enable ioctls to manipulate color palette. They have been implemented, 1999-09-02 08:09:13 +00:00
ti Don't restrict our requests for contiguous memory to addresses >= 1MB. 1999-08-29 09:03:58 +00:00
tx $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
usb Typo: 'x' should be 'y' (only affects debugging output) 1999-09-01 21:37:56 +00:00
vinum Revert a bunch of contraversial changes by PHK. After 1999-09-03 05:16:59 +00:00
vn Revert a bunch of contraversial changes by PHK. After 1999-09-03 05:16:59 +00:00
vr $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
vx $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
wi $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
wl $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
xe $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00