NetBSD/sys/dev
jmcneill f5210660c0 Add acpiec_bus_{read,write} and acpiec_get_handle, for use in other
device drivers.
2007-12-21 21:22:54 +00:00
..
acpi Add acpiec_bus_{read,write} and acpiec_get_handle, for use in other 2007-12-21 21:22:54 +00:00
adb
apm Merge jmcneill-pm branch. 2007-12-09 20:27:42 +00:00
arcbios - Factor out too many copies of the same bit of tty code. 2007-11-19 18:51:36 +00:00
ata Don't allocate DEV_BSIZE from the stack, use kmem instead. 2007-12-20 20:12:01 +00:00
bi
bluetooth __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
cardbus Initialize and destroy the ATH_LOCK. 2007-12-21 18:26:13 +00:00
dec Interrupt handling changes, in discussion since February: 2007-12-03 15:33:00 +00:00
dkwedge Merge jmcneill-pm branch. 2007-12-09 20:27:42 +00:00
dmover Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written 2007-12-05 07:06:50 +00:00
drm Use new style memory barriers. 2007-12-21 10:40:12 +00:00
ebus Interrupt handling changes, in discussion since February: 2007-12-03 15:33:00 +00:00
eisa
gpib
gpio Bug fix: record the new state (high/low) set by gpio_pin_write(). 2007-12-14 01:49:23 +00:00
hpc __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
i2c Do not try to attach spdmem if i2c adress exceed 0x57. 2007-12-14 13:18:43 +00:00
i2o Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written 2007-12-05 07:06:50 +00:00
ic Do not embed a struct device in rtw_softc any longer. Register 2007-12-21 18:22:43 +00:00
ieee1394 __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
if_ndis Constify struct ifnet->if_sadl and every use throughout the tree. 2007-12-20 21:08:17 +00:00
ir __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
isa Do not append the device name into the sensor's description, that's 2007-12-21 01:23:41 +00:00
isapnp Merge jmcneill-pm branch. 2007-12-09 20:27:42 +00:00
marvell Remove a local variable which is no longer used. 2007-12-16 14:21:43 +00:00
mca
microcode
mii __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
mscp
mvme Interrupt handling changes, in discussion since February: 2007-12-03 15:33:00 +00:00
news
ofisa
ofw - Factor out too many copies of the same bit of tty code. 2007-11-19 18:51:36 +00:00
onewire use __KERNEL_RCSID() 2007-12-11 12:29:11 +00:00
pad Merge jmcneill-pm branch. 2007-12-09 20:27:42 +00:00
pci Initialize and destroy the ATH_LOCK. 2007-12-21 18:26:13 +00:00
pckbport use __KERNEL_RCSID() 2007-12-11 11:25:46 +00:00
pcmcia Improve pci, cbb, cardslot, cardbus, and pcmcia to support detachment 2007-12-16 21:28:30 +00:00
podulebus
ppbus __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
pud one more lock to destroy 2007-11-28 17:01:59 +00:00
putter Allow EVFILT_WRITE kqfilters to be registered and map them to 2007-12-03 15:24:06 +00:00
qbus Do not "return 1" from kqfilter for errors. That value is passed 2007-12-05 17:19:46 +00:00
raidframe Fix a 'use after free' issue with wedges and RAIDframe. 2007-12-18 01:09:46 +00:00
rasops Merge jmcneill-pm branch. 2007-12-09 20:27:42 +00:00
rcons - Factor out too many copies of the same bit of tty code. 2007-11-19 18:51:36 +00:00
sbus Do not "return 1" from kqfilter for errors. That value is passed 2007-12-05 17:19:46 +00:00
scsipi Constify struct ifnet->if_sadl and every use throughout the tree. 2007-12-20 21:08:17 +00:00
smbus
spi Extend the envsys2 API (one more time, sorry) as defined in: 2007-11-16 08:00:11 +00:00
splash
std
sun Do not "return 1" from kqfilter for errors. That value is passed 2007-12-05 17:19:46 +00:00
sysmon In sysmon_wdog_unregister(), do not return until all of the watchdog 2007-12-16 21:07:45 +00:00
tc
usb Constify struct ifnet->if_sadl and every use throughout the tree. 2007-12-20 21:08:17 +00:00
videomode
vme
wscons Switch to console on suspend and shutdown, switch back to where the 2007-12-13 15:14:48 +00:00
wsfb deal with a bug in the Sun Raptor's firmware which reports 2007-12-17 15:38:31 +00:00
wsfont
xmi
DEVNAMES Add arcmsr(4) and aps(4). 2007-12-05 09:10:25 +00:00
Makefile pud (userspace char/block drivers) build goo 2007-11-20 18:54:31 +00:00
auconv.c
auconv.h
audio.c Don't count poll(2) and select(2) as device activity. Don't activate the 2007-12-13 14:40:36 +00:00
audio_if.h Interrupt handling changes, in discussion since February: 2007-12-03 15:33:00 +00:00
audiobell.c
audiobellvar.h
audiovar.h Don't count poll(2) and select(2) as device activity. Don't activate the 2007-12-13 14:40:36 +00:00
aurateconv.c
bio.c Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written 2007-12-05 07:06:50 +00:00
biovar.h Add BIOC_SVMIGRATING to bio(4) and bioctl(8) to report if a volume 2007-12-07 11:51:21 +00:00
ccd.c Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written 2007-12-05 07:06:50 +00:00
ccdvar.h
cgd.c Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
cgd_crypto.c __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
cgd_crypto.h
cgdvar.h
clock_subr.c
clock_subr.h
clockctl.c Refactor time modification checks and place them in the secmodel code. 2007-11-25 00:35:26 +00:00
cninit.c
cons.c
cons.h
dksubr.c Remove cn_lwp from struct componentname. curlwp should be used 2007-12-08 19:29:36 +00:00
dkvar.h
firmload.c Remove cn_lwp from struct componentname. curlwp should be used 2007-12-08 19:29:36 +00:00
firmload.h
fss.c Remove cn_lwp from struct componentname. curlwp should be used 2007-12-08 19:29:36 +00:00
fssvar.h
kloader.c __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
kloader.h
kttcp.c
kttcpio.h
ld.c Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written 2007-12-05 07:06:50 +00:00
ldvar.h
lockstat.c Use new style memory barriers. 2007-12-20 21:09:00 +00:00
lockstat.h
md.c
md.h
md_root.c
midi.c add null pmf handlers. 2007-12-16 19:01:35 +00:00
midi_if.h
midictl.c
midictl.h
midisyn.c
midisynvar.h
midivar.h
mm.c
mulaw.c
mulaw.h
nullcons_subr.c
radio.c
radio_if.h
radiovar.h
rnd.c Do not "return 1" from kqfilter for errors. That value is passed 2007-12-05 17:19:46 +00:00
rndpool.c
sequencer.c Do not "return 1" from kqfilter for errors. That value is passed 2007-12-05 17:19:46 +00:00
sequencervar.h
verified_exec.c remove borken/unnecessary __RCSID 2007-12-11 12:16:14 +00:00
vnd.c Add disk-info properties to vnd(4), for use by userland tools 2007-12-18 23:22:18 +00:00
vndvar.h