NetBSD/sys/dev
bouyer b55e87ab48 Remove unused WAITTIME definition. Pointed out by Andreas Johansson. 2003-06-29 17:03:47 +00:00
..
acpi Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
apm
arcbios
ata Remove unused WAITTIME definition. Pointed out by Andreas Johansson. 2003-06-29 17:03:47 +00:00
bi
bluetooth
cardbus regen. 2003-06-26 21:15:12 +00:00
dec
dmover Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
ebus DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
eisa DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
gpib Port hp300 driver for HPIB/GPIB disks to MI gpib framework. 2003-06-02 03:53:02 +00:00
hpc struct proc * -> struct lwp * 2003-06-29 11:20:44 +00:00
i2c
i2o Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
ic cosmetic - make sc_supmedia of struct lance_softc const 2003-06-29 14:42:58 +00:00
ieee1394 Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
ir Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
isa Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
isapnp regen 2003-06-10 19:39:12 +00:00
marvell Add basic support for non-PCI host mode. 2003-06-12 19:18:49 +00:00
mca regen: allocate identifier for BusTek BT-640A adapter 2003-06-29 14:49:15 +00:00
microcode Correct spelling of coalesce. (Will forward to Justin Gibbs.) 2003-05-14 12:57:45 +00:00
mii Only read media status bits when they are valid. 2003-06-06 23:22:56 +00:00
mscp Change bounds_check_with_label() to take a pointer to the disk structure, 2003-05-10 23:12:28 +00:00
mvme DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
news
ofisa DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
ofw 'struct proc *' -> 'struct lwp *' as required to get GENERIC for macppc built 2003-06-29 11:02:21 +00:00
pci Fix 'struct lwp *' lossage. 2003-06-29 15:07:08 +00:00
pckbc Add KB_DE | KB_MACHDEP placeholder. Need it for the Jornada 680/690 2003-04-23 04:03:58 +00:00
pcmcia Make sure to include opt_foo.h if a defflag option FOO is used. 2003-06-23 11:00:59 +00:00
podulebus
qbus don't #include <sys/dkstat.h> where it is (appearently) unused 2003-06-18 08:58:34 +00:00
raidframe Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
rasops In rasops_copycols change bcopy to memmove. In that particular place 2003-05-03 18:32:42 +00:00
rcons
sbus More changes for providing lwpid for ktrace (sparc GENERIC built) 2003-06-29 09:56:29 +00:00
scsipi Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
smbus
std
sun struct proc * -> struct lwp * 2003-06-29 10:37:45 +00:00
sysmon Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
tc Fix 'struct lwp *' lossage. 2003-06-29 15:07:08 +00:00
usb Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
vme More changes for providing lwpid for ktrace (sparc GENERIC built) 2003-06-29 09:56:29 +00:00
wscons Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
wsfont Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
xmi
DEVNAMES Remove last traces of obsolete olms and omms drivers. 2003-05-15 13:13:21 +00:00
Makefile
auconv.c
auconv.h
audio.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
audio_if.h Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
audiovar.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
aurateconv.c
ccd.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
ccdvar.h Use a buffer queue. Primary advantage here is robustness in the face 2003-05-17 21:42:08 +00:00
cgd.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
cgd_crypto.c
cgd_crypto.h
cgdvar.h
clock_subr.c
clock_subr.h
clockctl.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
cninit.c
cons.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
cons.h
dksubr.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
dkvar.h Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
kttcp.c Use "NULL" instead of "(struct foo *)0". 2003-06-29 11:14:17 +00:00
kttcpio.h
ld.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
ldvar.h Add DIOCKLABEL support. Fixes PR kern/21605 (Luke Mewburn). 2003-05-17 16:11:52 +00:00
md.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
md.h
md_root.c Use aprint*(). 2003-04-29 01:49:33 +00:00
midi.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
midi_if.h Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
midisyn.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
midisynvar.h Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
midivar.h
mm.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
mulaw.c Respect the law: Use A-law and mu-law as spellings as far as easily possible. 2003-04-06 18:20:07 +00:00
mulaw.h Respect the law: Use A-law and mu-law as spellings as far as easily possible. 2003-04-06 18:20:07 +00:00
radio.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
radio_if.h
radiovar.h
rnd.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
rndpool.c
sequencer.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
sequencervar.h
verified_exec.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
vnd.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
vndvar.h Add DIOCKLABEL support. Fixes PR kern/21605 (Luke Mewburn). 2003-05-17 16:11:52 +00:00