NetBSD/sys/dev
kiyohara a7e3a896d7 Add Broadcom BCM5482. 2010-03-13 12:52:29 +00:00
..
acpi Move the ACPI_ACTIVATE_DEV block to one place. While there, provide missing 2010-03-10 09:42:46 +00:00
adb
altmem
apm Fix apm(4) suspend/resume: 2010-03-10 20:30:00 +00:00
arcbios
ata A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
bi Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
bluetooth Remove unnecessary line-feed. 2010-02-18 07:24:16 +00:00
cardbus Simplify interrupt (dis)establishment by two source transformations: 2010-03-11 17:27:40 +00:00
dec Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
dkwedge d_psize routine returns a number of blocks or -1 on error. 2010-02-07 16:04:31 +00:00
dm Disable disk_ioctl_switch fo device-mapper control device. 2010-03-12 16:26:26 +00:00
dmover If a multithreaded app closes an fd while another thread is blocked in 2009-12-20 09:36:05 +00:00
ebus
eisa Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
gpib Convert tsleep(&lbolt) to kpause(). Make ltsleep/mtsleep on lbolt 2009-12-05 22:34:43 +00:00
gpio A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
hpc A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
i2c various aprint_* fixes. 2010-03-11 03:54:56 +00:00
i2o Fix confusion about PRE/POST in previous; and another place that has the 2010-02-21 18:50:10 +00:00
ic ata(4) expects IDENTIFY data to be in host endianess. 2010-03-12 19:03:14 +00:00
ieee1394 various aprint_* fixes. 2010-03-11 03:54:56 +00:00
if_ndis Start to tuck Cardbus under the PCI abstraction. Step #1, textual 2010-02-24 18:16:50 +00:00
ir Delete unnecessary device-activation hooks. 2009-12-06 22:40:56 +00:00
isa Put several fixes to ne(4) driver for better 8 bit mode support, 2010-03-03 13:39:57 +00:00
isapnp Put several fixes to ne(4) driver for better 8 bit mode support, 2010-03-03 13:39:57 +00:00
marvell Adapt to <powerpc/spr.h> breakup. 2010-02-25 23:34:54 +00:00
mca
microcode Free memory when done with it. 2009-12-27 16:03:49 +00:00
mii Add Broadcom BCM5482. 2010-03-13 12:52:29 +00:00
mscp
mvme
news
ofisa
ofw Interpret the "reg" property of i2c nodes more liberal, and depending 2010-02-28 13:59:05 +00:00
onewire Simplify device-activation hooks. 2009-12-06 22:49:48 +00:00
pad If the device does not exist, return ENXIO, as is customary, instead of 2010-01-18 23:57:14 +00:00
pci Add placeholdr flags indicating that the bus has MSI/MSI-X support. 2010-03-12 21:55:05 +00:00
pckbport A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
pcmcia A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
podulebus
ppbus Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
pud Handle DIOCGPART in-kernel because a userspace server doesn't have 2009-12-22 17:32:03 +00:00
putter Adjust some comments which were written when this was still a part of puffs. 2010-01-28 18:12:55 +00:00
qbus Fix incomplete line (deleto?), found by cppcheck and reported by 2010-02-02 14:58:46 +00:00
raidframe Don't attempt to read or write component label stuff from/to 'dead disks'. 2010-03-03 14:23:27 +00:00
rasops make RI_CENTER and RI_FULLCLEAR work with a shadow framebuffer 2010-01-21 05:32:18 +00:00
rcons
sbus make latching optional. 2010-03-01 05:42:08 +00:00
scsipi various aprint_* fixes. 2010-03-11 03:54:56 +00:00
sdmmc A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
smbus
spi
splash Restore splashscreen support with genfb. 2010-02-22 05:55:10 +00:00
std
sun various aprint_* fixes. 2010-03-11 03:54:56 +00:00
sysmon Fix comment typos (mangement, managmenet). 2010-03-11 13:51:01 +00:00
tc
tprof
usb Match an additional `SHT1x' signature when attaching. 2010-03-12 09:02:15 +00:00
videomode
vme Remove sparc specific code, use device properties instead. 2010-01-22 16:12:41 +00:00
wscons Add mappings for KS_End/KS_KP_End, so that the `End' key actually does 2010-03-12 08:40:50 +00:00
wsfb A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
wsfont
xmi
DEVNAMES Port uyurex(4) from OpenBSD. There is some XXX but works enough to 2010-03-11 10:38:36 +00:00
Makefile Install netbsd-dm.h file to include/dev/dm so it can be used by public. 2009-12-05 11:34:37 +00:00
auconv.c
auconv.h
audio.c A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
audio_if.h
audiobell.c
audiobellvar.h
audiovar.h
aurateconv.c
bio.c
biovar.h
ccd.c
ccdvar.h
cgd.c Register with pmf. 2010-02-11 18:24:48 +00:00
cgd_crypto.c
cgd_crypto.h
cgdvar.h Make cgd(4) into a detachable pseudo-device. Thanks, Jan Danielsson, 2010-01-12 21:08:08 +00:00
clock_subr.c Use time_t to calculate days and secs to avoid potential overflow. 2009-12-12 11:22:59 +00:00
clock_subr.h Remove `volatile' qualifier from argument types of 2009-12-12 15:10:34 +00:00
clockctl.c
cninit.c
cons.c
cons.h
dksubr.c
dkvar.h
firmload.c
firmload.h
fss.c
fssvar.h
keylock.c
keylock.h
kloader.c KNF. 2010-02-07 03:24:15 +00:00
kloader.h
kttcp.c
kttcpio.h
ld.c
ldvar.h Use "rnd.h" and <sys/rnd.h> to ensure that struct ld_softc 2009-12-18 00:40:24 +00:00
lockstat.c
lockstat.h
md.c Take care not to dereference a NULL softc. 2010-01-21 02:14:42 +00:00
md.h Protect multiple inclusion. 2009-12-14 03:11:22 +00:00
md_root.c
midi.c Simplify these device-activation hooks using the following semantic 2009-12-06 22:42:48 +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 All that the activation hook radioactivate() did was to change 2010-01-21 02:19:55 +00:00
radio_if.h
rnd.c
rndpool.c
sequencer.c
sequencervar.h
verified_exec.c
video.c Simplify these device-activation hooks using the following semantic 2009-12-06 22:42:48 +00:00
video_if.h
vnd.c For the nfs throttling kludge, test against v_tag == VT_NFS instead 2010-03-02 21:32:29 +00:00
vndvar.h Protect multiple inclusion. 2009-12-14 03:11:22 +00:00