NetBSD/sys/dev
riz fee50493a2 Add jumbo frames support, from OpenBSD (mcbride). As seen on tech-net
for the last N months.
2006-03-28 18:29:42 +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_unit(). 2006-03-28 17:38:24 +00:00
bi
bluetooth Use device_unit(). 2006-03-28 17:38:24 +00:00
cardbus Use device_unit(). 2006-03-28 17:38:24 +00:00
dec Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:27:29 +00:00
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 Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:27:29 +00:00
gpib Use device_unit(). 2006-03-28 17:38:24 +00:00
gpio Use device_unit(). 2006-03-28 17:38:24 +00:00
hpc Add keymap for Clio C-1000 and C-1050. 2006-03-28 14:13:12 +00:00
i2c Implement a handful of missing smbus protocol functions. Proposed on 2006-03-27 23:59:38 +00:00
i2o Use device_unit(). 2006-03-28 17:38:24 +00:00
ic Use device_unit(). 2006-03-28 17:38:24 +00:00
ieee1394 Use device_unit(). 2006-03-28 17:38:24 +00:00
ir Use device_unit(). 2006-03-28 17:38:24 +00:00
isa Use device_unit(). 2006-03-28 17:38:24 +00:00
isapnp Regen 2006-02-19 21:31:14 +00:00
marvell Use device_unit(). 2006-03-28 17:38:24 +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_unit(). 2006-03-28 17:38:24 +00:00
mvme
news
ofisa properly use ata_channel->ch_ndrive: 2006-01-16 20:30:18 +00:00
ofw Use device_unit(). 2006-03-28 17:38:24 +00:00
pci Add jumbo frames support, from OpenBSD (mcbride). As seen on tech-net 2006-03-28 18:29:42 +00:00
pckbport Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:27:29 +00:00
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_unit(). 2006-03-28 17:38:24 +00:00
raidframe Use device_is_a() and device_unit(). 2006-03-28 17:32:20 +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_unit(). 2006-03-28 17:38:24 +00:00
scsipi Use device_unit(). 2006-03-28 17:38: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 Use device_unit(). 2006-03-28 17:38:24 +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 Use device_unit(). 2006-03-28 17:38:24 +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_unit(). 2006-03-28 17:38:24 +00:00
wscons Use device_unit(). 2006-03-28 17:38:24 +00:00
wsfont Fix range to check to avoid a static buffer overrun, when 2006-03-17 03:21:57 +00:00
xmi
DEVNAMES Add entry for ciss(4). Added as MI even though it has so far 2006-03-23 16:20:59 +00:00
Makefile As core requested, remove vinum 2006-02-25 01:27:20 +00:00
auconv.c Revert local changes not meant for previous commit. 2006-03-18 14:31:26 +00:00
auconv.h
audio.c Use device_unit(). 2006-03-28 17:38:24 +00:00
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
audiobell.c Use device_unit(). 2006-03-28 17:38:24 +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.c Make this build again (remove unused variable). 2006-01-04 17:16:35 +00:00
cgd_crypto.c
cgd_crypto.h
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
dksubr.c - add ioctls to set/get disk bufq strategy. 2005-12-26 10:36:47 +00:00
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 Use device_unit(). 2006-03-28 17:38:24 +00:00
ldvar.h
md.c Use device_unit(). 2006-03-28 17:38:24 +00:00
md.h
md_root.c
midi.c Use device_unit(). 2006-03-28 17:38:24 +00:00
midi_if.h
midisyn.c
midisynvar.h
midivar.h
mm.c
mulaw.c
mulaw.h
nullcons_subr.c
radio.c Use device_unit(). 2006-03-28 17:38:24 +00:00
radio_if.h
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 Use device_unit(). 2006-03-28 17:38:24 +00:00
vndvar.h Have vnd(4) devices automatically created when the user tries to 2006-02-01 03:15:33 +00:00