1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys/dev
2000-11-01 00:56:52 +00:00
..
aac Return -10 from the PCI probe to allow room for an updated driver to 2000-10-28 10:46:30 +00:00
acpi
acpica If acpica driver is loaded using kldload(8), warn and just ignore. 2000-10-31 11:54:10 +00:00
advansys Remove unneeded <stddef.h> #includes. 2000-10-29 16:57:42 +00:00
agp Remove unneeded #include <sys/proc.h> lines. 2000-10-29 13:57:19 +00:00
aha Make a few more mallocs use M_ZERO. 2000-10-29 16:29:05 +00:00
ahb Add the use of M_ZERO to some malloc calls. 2000-10-29 15:47:16 +00:00
aic
aic7xxx Generate bmov instructions for all move requests. The driver 2000-10-31 18:44:32 +00:00
amd
amr Return -10 from the PCI probe to allow room for an updated driver to 2000-10-28 10:46:30 +00:00
an Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
ar
asr Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
ata Try a bit harder to test for ATA/ATAPI HW to probe, this is to avoid 2000-10-30 20:45:24 +00:00
atkbdc
awi Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
bktr Fix typo in comments 2000-10-31 14:30:29 +00:00
buslogic
cardbus
ccd
cs
cy Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
dc Call dc_apply_fixup() in dc_setcfg() for the MII case. 2000-10-31 00:06:39 +00:00
de Convert the de driver into a loadable module. Still missing is an 2000-10-31 01:25:10 +00:00
dec
dgb Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
dpt Convert all users of fldoff() to offsetof(). fldoff() is bad 2000-10-27 11:45:49 +00:00
ed
eisa
en Remove unneeded #include <sys/proc.h> lines. 2000-10-29 13:57:19 +00:00
ep
ex
fb Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comes 2000-10-31 07:58:34 +00:00
fdc
fe Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() to 2000-10-22 16:48:08 +00:00
fxp Make usual 1-line cardbus support modification. 2000-10-22 06:41:46 +00:00
hea Add back some #include <sys/systm.h> which were needed when <sys/ktr.h> 2000-10-30 20:37:01 +00:00
hfa Add back some #include <sys/systm.h> which were needed when <sys/ktr.h> 2000-10-30 20:37:01 +00:00
ic
ichsmb
ida
ie
iicbus Remove unneeded #include <sys/proc.h> lines. 2000-10-29 13:57:19 +00:00
isp I'm dropping the MAINTAINER request and see what happens. If it becomes 2000-10-31 05:55:54 +00:00
ispfw
joy
kbd Remove unneeded #include <sys/proc.h> lines. 2000-10-29 13:57:19 +00:00
lmc
lnc
mc146818
mca
mcd
md
mii
mlx Return -10 from the PCI probe to allow room for an updated driver to 2000-10-28 10:46:30 +00:00
mly Convert all users of fldoff() to offsetof(). fldoff() is bad 2000-10-27 11:45:49 +00:00
mse
musycc
ncv Change flags of ncv and nsp driver. Both were conflicted with the flags 2000-10-29 06:54:32 +00:00
nsp Change flags of ncv and nsp driver. Both were conflicted with the flags 2000-10-29 06:54:32 +00:00
null
ofw
pccard Make a few more mallocs use M_ZERO. 2000-10-29 16:29:05 +00:00
pccbb Cleanup allocation of resources for 16-bits. We now do the right 2000-10-22 04:37:57 +00:00
pcf
pci fix warning compile error about unused variable 2000-10-29 10:07:43 +00:00
pcic
pdq Remove unneeded <stddef.h> #includes. 2000-10-29 16:57:42 +00:00
ppbus
ppc
random Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
ray
rc Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
rp Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
scd
sf
si Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
sio - Overhaul the software interrupt code to use interrupt threads for each 2000-10-25 05:19:40 +00:00
sk Add a missing SK_UNLOCK() to sk_attach_xmac(). 2000-10-25 23:36:45 +00:00
smbus
sn
snc Remove unused #includes. 2000-10-31 08:22:26 +00:00
snp Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
sound kill old sb driver 2000-11-01 00:56:52 +00:00
speaker
sr
stg Remove unnecessary printf(). 2000-10-29 06:03:47 +00:00
streams
sym Convert all users of fldoff() to offsetof(). fldoff() is bad 2000-10-27 11:45:49 +00:00
syscons Don't needlessly indirect the APM softstate. It does nothing but 2000-10-31 21:00:15 +00:00
tdfx
ti
twe Add PCI device ID for an upcoming revision of the product. 2000-10-27 05:58:45 +00:00
tx
usb Cut&paste bug: Set USBD_SHORT_XFER_OK unconditionally 2000-11-01 00:28:40 +00:00
vinum Get rid of the last traces of ACTUALLY_LKM_NOT_KERNEL 2000-10-23 08:35:41 +00:00
vn
vr
vx
wds Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing 2000-10-29 14:54:55 +00:00
wi Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
wl Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
xe