freebsd-dev/sys/dev
2000-12-14 12:43:22 +00:00
..
aac Disable calling timeout() when doing bio. It was causing more prolems than 2000-11-19 23:46:21 +00:00
acpica Make Embedded Controller driver interrupt driven. 2000-12-14 12:43:22 +00:00
advansys
agp Add a missing include of <sys/proc.h>. 2000-12-12 20:24:36 +00:00
aha Remove unnecessary includes found by phk's script a long time ago. 2000-12-13 06:25:22 +00:00
ahb
aic Add module dependencies on CAM module. 2000-12-13 05:46:23 +00:00
aic7xxx Fix include directories for crossbuilding. 2000-12-13 23:15:12 +00:00
amd
amr Remove some over- 2000-11-28 20:51:04 +00:00
an Fixes to the Aironet driver to clear up some WEP issues. 2000-12-08 19:00:10 +00:00
ar Reviewed by: Archie@freebsd.org 2000-12-12 18:52:14 +00:00
asr Use M_ZERO. 2000-12-03 13:21:55 +00:00
ata Staticize some malloc M_ instances. 2000-12-08 20:09:00 +00:00
atkbdc Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
awi Lock down the network interface queues. The queue mutex must be obtained 2000-11-25 07:35:38 +00:00
bktr Fix typo in comments 2000-10-31 14:30:29 +00:00
buslogic Classify all EISA cards with major firmware revions '2' as 742As. 2000-11-13 03:44:20 +00:00
cardbus Don't try to free the now-nonexistent hdrspec field. This one snuck by 2000-12-13 02:45:03 +00:00
ccd Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
cs
cy Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
dc Initialize/grab the mutex earlier in the attach phase, so that 2000-12-04 22:46:50 +00:00
de Lock down the network interface queues. The queue mutex must be obtained 2000-11-25 07:35:38 +00:00
dec
dgb
dpt
ed Remove unnecessary includes found by phk's script. I've been building 2000-12-13 06:28:37 +00:00
eisa Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
en Lock down the network interface queues. The queue mutex must be obtained 2000-11-25 07:35:38 +00:00
ep Fixed to support 3Com 3C569B for PC-98. 2000-12-09 04:25:07 +00:00
ex
fb Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
fdc Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
fe The fe driver does not support pnp devices. 2000-11-10 14:05:47 +00:00
fxp Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
hea Add back some now needed #include <sys/systm.h> 2000-12-07 22:19:06 +00:00
hfa Add back some now needed #include <sys/systm.h> 2000-12-07 22:19:06 +00:00
ic
ichsmb Add missing #include. 2000-12-08 00:49:37 +00:00
ida Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
ie
iicbus Lock down the network interface queues. The queue mutex must be obtained 2000-11-25 07:35:38 +00:00
isp Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
ispfw
joy
kbd Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
lmc Reviewed by: Archie@freebsd.org 2000-12-12 18:52:14 +00:00
lnc fix problem with vmware DAD. reported by many, tested @ IETF49 with 2000-12-11 18:53:40 +00:00
mc146818
mca Reduce code duplication by using the GET_RESOURCE_LIST bus method and related 2000-11-28 07:12:12 +00:00
mcd
md Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
mii Grrrrr. That last commit was supposed to be to the head, not to -stable 2000-12-12 19:31:14 +00:00
mlx Avoid hardcoding the 'rid' and 'type' of the MEM/IOPORT resource. 2000-11-28 06:17:32 +00:00
mly Further use of M_ZERO. 2000-11-18 15:21:22 +00:00
mse
musycc I always forget this file. It's netgraph, but not one of mine..... 2000-12-12 23:05:19 +00:00
ncv
nsp
null Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
ofw OpenFirmware/PowerPC loader, part 2. 2000-11-10 06:39:58 +00:00
pccard Oops, broke newcard because I forgot to commit this in my last round of changes to pccbb.c 2000-11-28 15:50:13 +00:00
pccbb Updates to match changes elsewhere in the PCI subsystem: 2000-12-13 01:28:00 +00:00
pcf
pci Remove a redundant prototype. 2000-12-13 04:22:04 +00:00
pcic add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P. 2000-12-11 15:02:50 +00:00
pdq Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
ppbus Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
ppc
random Major speedup to /dev/random and the kernel thread that reseeds it. 2000-12-02 18:40:16 +00:00
ray Fix probe/attach a little. We don't have to call bpfattach() anymore 2000-12-08 21:35:11 +00:00
rc
rp Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
scd
sf Initialize/grab the mutex earlier in the attach phase, so that 2000-12-04 22:46:50 +00:00
si Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
sio
sk Initialize/grab the mutex earlier in the attach phase, so that 2000-12-04 22:46:50 +00:00
smbus
sn Add isa support: 2000-12-13 01:47:19 +00:00
snc Remove unused #includes. 2000-10-31 08:22:26 +00:00
snp Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
sound Bump the buffersize from 0x1000 to 0x4000. 2000-11-21 12:22:11 +00:00
speaker Staticize some malloc M_ instances. 2000-12-08 20:09:00 +00:00
sr Another mismatch found by Gcc: 2000-12-12 23:56:16 +00:00
stg Remove conflicts between unsinged char *s and int s. 2000-12-08 13:50:20 +00:00
streams
sym Remove unneeded include of <pci.h> 2000-12-07 20:58:16 +00:00
syscons Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
tdfx
ti Initialize/grab the mutex earlier in the attach phase, so that 2000-12-04 22:46:50 +00:00
twe - add support for crashdumps (courtesy of ps and Y!) 2000-12-03 02:11:35 +00:00
tx Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
usb Remove a couple of leftover unused variables. 2000-12-13 01:06:54 +00:00
vinum Don't include system-specific header files for userland program. 2000-11-28 06:38:53 +00:00
vn Include vm/vm_zone.h prior to vm/swap_pager.h. 2000-12-13 17:36:03 +00:00
vr Initialize/grab the mutex earlier in the attach phase, so that 2000-12-04 22:46:50 +00:00
vx When I converted this driver, I neglected to deal with packet alignment. 2000-12-07 23:30:51 +00:00
wds
wi remove unneded sys/ucred.h includes 2000-11-30 18:52:32 +00:00
wl
xe