NetBSD/sys/dev
2006-03-27 23:59:38 +00:00
..
acpi Change header location in accordance with moving ACPI-CA to sys/dist/acpica 2006-03-23 13:46:13 +00:00
apm
arcbios
ata Use device_parent(). 2006-03-25 22:55:55 +00:00
bi
bluetooth Use device_is_active() rather than testing dv_flags for DVF_ACTIVE 2006-02-20 16:50:36 +00:00
cardbus Use device_parent().CVS: ---------------------------------------------------------------------- 2006-03-25 22:55:05 +00:00
dec
dkwedge merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
dmover merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
ebus
eisa
gpib Use device_parent(). 2006-03-25 22:55:55 +00:00
gpio Flesh out the framework for attaching drivers to the GPIO pins. 2006-02-20 03:18:36 +00:00
hpc Constify scancode translation table. 2006-03-14 23:03:45 +00:00
i2c Implement a handful of missing smbus protocol functions. Proposed on 2006-03-27 23:59:38 +00:00
i2o A device that has just been detached can't be reconfigured. Coverity ID 2674. 2006-03-27 21:50:45 +00:00
ic Set the channel frequency and flags in the radiotap headers in 2006-03-27 22:03:36 +00:00
ieee1394 fw_bus_probe_thread: change wmesg from "-" to "fwprobe". 2006-03-21 23:29:04 +00:00
ir cleanup more SET/CLR/ISSET lossage 2006-03-05 17:33:33 +00:00
isa Use device_parent(). 2006-03-25 23:14:58 +00:00
isapnp Regen 2006-02-19 21:31:14 +00:00
marvell Use device_parent(). 2006-03-25 23:14:58 +00:00
mca Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. 2006-03-08 23:46:22 +00:00
microcode Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"), 2006-02-25 00:58:34 +00:00
mii Use device_parent(). 2006-03-25 23:14:58 +00:00
mscp Use device_parent(). 2006-03-25 23:14:58 +00:00
mvme
news
ofisa properly use ata_channel->ch_ndrive: 2006-01-16 20:30:18 +00:00
ofw
pci MCLAIM() mbufs allocated here. 2006-03-27 18:45:03 +00:00
pckbport
pcmcia As we are going to sleep here, we need to use 2006-03-26 15:34:19 +00:00
podulebus Change MALLOC to malloc and FREE to free in one instance where the 2006-03-19 23:45:13 +00:00
ppbus Use device_parent(). 2006-03-25 03:44:35 +00:00
qbus Use device_parent(). 2006-03-25 23:14:58 +00:00
raidframe free storage of clabel before bailing out. 2006-03-25 13:15:41 +00:00
rasops Fixup a performance problem in rasops_copyrows that I introduced during 2006-02-27 12:19:29 +00:00
rcons avoid checking if an unsigned number is less than 0. fixes PR 29948. 2006-01-21 19:28:44 +00:00
sbus Use device_parent(). 2006-03-25 23:25:24 +00:00
scsipi Use device_parent(). 2006-03-25 23:25:24 +00:00
smbus
splash Smaller NetBSD logo image, suitable for lower memory situations or 2006-02-19 17:12:01 +00:00
std
sun Make external mice work on Tadpole SPARCbook 2006-03-10 20:25:45 +00:00
sysmon Don't attempt to call (*sme->sme_gtredata)() or (*sme->sme_streinfo)() 2006-03-20 03:23:35 +00:00
tc
usb regen 2006-03-26 17:58:42 +00:00
videomode Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. 2006-03-08 23:46:22 +00:00
vme Use device_parent(). 2006-03-25 23:25:24 +00:00
wscons Don't use intarg uninitialized in wsdisplay_usl_ioctl2. Fixes CID 2507 2006-03-18 13:06:38 +00:00
wsfont Fix range to check to avoid a static buffer overrun, when 2006-03-17 03:21:57 +00:00
xmi
auconv.c Revert local changes not meant for previous commit. 2006-03-18 14:31:26 +00:00
auconv.h
audio_if.h Add a 'powerstate' callback to audio_hw_if, to allow hw drivers to power 2006-03-07 15:17:47 +00:00
audio.c Add a 'powerstate' callback to audio_hw_if, to allow hw drivers to power 2006-03-07 15:17:47 +00:00
audiobell.c merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
audiobellvar.h
audiovar.h Add a 'powerstate' callback to audio_hw_if, to allow hw drivers to power 2006-03-07 15:17:47 +00:00
aurateconv.c
ccd.c * The kernel's struct ccd_softc has extra structure members over the 2006-02-16 23:25:18 +00:00
ccdvar.h
cgd_crypto.c
cgd_crypto.h
cgd.c Make this build again (remove unused variable). 2006-01-04 17:16:35 +00:00
cgdvar.h
clock_subr.c
clock_subr.h Provide BCD<->binary conversion in libkern and turn <dev/clock_subr.h>'s 2006-03-11 15:40:07 +00:00
clockctl.c Do not use SCARG() in userland. Eliminates need for <sys/systm.h>. 2006-03-09 23:44:43 +00:00
cninit.c
cons.c
cons.h
DEVNAMES Add entry for ciss(4). Added as MI even though it has so far 2006-03-23 16:20:59 +00:00
dksubr.c
dkvar.h
firmload.c Add an API for loading firmware images for devices. 2006-01-17 06:08:48 +00:00
firmload.h Add an API for loading firmware images for devices. 2006-01-17 06:08:48 +00:00
fss.c use lockmgr() instead of bespoke code for mutual exclusion in fss_ioctl(). 2006-03-14 15:07:29 +00:00
fssvar.h use lockmgr() instead of bespoke code for mutual exclusion in fss_ioctl(). 2006-03-14 15:07:29 +00:00
kloader.c Use uintN_t. 2006-01-20 02:47:30 +00:00
kloader.h Use uintN_t. 2006-01-20 02:47:30 +00:00
kttcp.c
kttcpio.h
ld.c
ldvar.h
Makefile As core requested, remove vinum 2006-02-25 01:27:20 +00:00
md_root.c
md.c
md.h
midi_if.h
midi.c
midisyn.c
midisynvar.h
midivar.h
mm.c
mulaw.c
mulaw.h
nullcons_subr.c
radio_if.h
radio.c
radiovar.h
rnd.c In rnd_add_uint32(), there's no need to check for rs == NULL since 2006-02-17 19:22:30 +00:00
rndpool.c
sequencer.c
sequencervar.h
verified_exec.c
vnd.c as yamt and bouyer pointed out, there are a few other cases where l should 2006-03-21 10:22:59 +00:00
vndvar.h Have vnd(4) devices automatically created when the user tries to 2006-02-01 03:15:33 +00:00