NetBSD/sys/dev
thorpej 2bc9b4e2be Remove hack to skip OFW nodes which don't correspond to devices. These
are generally only at the toplevel of the OFW tree, and are best handled
by the code that configures the toplevel (which often needs special
handling anyway).
2001-10-22 14:36:55 +00:00
..
acpi Fix printf format. 2001-10-12 07:30:23 +00:00
arcbios Make the ARCS console work again, by initializing the dev_t on arcbios init 2001-09-08 01:39:11 +00:00
ata
bi
cardbus remove a debug printf committed mistakenly. 2001-09-29 02:16:21 +00:00
dec fix typo in previous. 2001-09-24 01:29:06 +00:00
ebus make this "MI"; nothing different between this and the SPARC version. 2001-09-07 15:50:49 +00:00
eisa Give the cards a bit more time for initialization (closes PR 13947) 2001-09-14 13:46:42 +00:00
hpc fix PERSONA keymap. patch by KIYOHARA Takashi 2001-10-08 15:35:06 +00:00
i2c
i2o Make firmware updates work with dpti. 2001-09-27 18:43:37 +00:00
ic Reserve one descriptor at the end of the ring as a termination point, 2001-10-21 20:45:15 +00:00
ieee1394 Bugfix: re-order double buffer only when second buffer exists. 2001-10-12 09:27:23 +00:00
isa Add a new optional method, dev_ioctl, to the audio hardware driver interface. 2001-10-03 00:04:47 +00:00
isapnp Add a new optional method, dev_ioctl, to the audio hardware driver interface. 2001-10-03 00:04:47 +00:00
mca Don't spinlockinit a simple_lock; simple_lock_init it instead. 2001-09-03 18:13:13 +00:00
microcode Update to latest 12160 initiator firmware. 2001-10-20 21:52:24 +00:00
mii
mscp
news
ofisa
ofw Remove hack to skip OFW nodes which don't correspond to devices. These 2001-10-22 14:36:55 +00:00
pci Add a config flag (0x02) that can force DMA to be *disabled* on 2001-10-21 18:55:14 +00:00
pckbc add power hook to PS/2 mouse driver; some mobile PCs has 2001-09-13 14:16:12 +00:00
pcmcia Add Corega PCC-TD, as per PR/14161 2001-10-21 23:18:50 +00:00
podulebus
qbus
raidframe Backout a line that accidentally got included when the .h reorg went in. 2001-10-06 00:47:46 +00:00
rasops Give initiali[sz]e all the "i"s it deserves. 2001-09-18 18:15:49 +00:00
rcons Stop wscons from conflicting with rcons. 2001-10-05 22:08:28 +00:00
sbus Minor tidying up of the HME driver attach: 2001-10-05 17:49:43 +00:00
scsipi Add ST15150N to quirk table, as per PR/13817. 2001-10-21 23:25:04 +00:00
std
sun Don't force a fixed baud rate if the parent zs driver has already determined 2001-09-28 14:34:49 +00:00
sysmon
tc Add a new optional method, dev_ioctl, to the audio hardware driver interface. 2001-10-03 00:04:47 +00:00
usb Match printers that report their interface as IEEE 1284 in addition to 2001-10-19 15:30:25 +00:00
vme Change bus_space_mmap() signature to the official one. 2001-09-24 23:49:31 +00:00
wscons Wrap ifdef's cleaner so wsmouse_[add|rem]_mux only get pulled in if NWSMUX > 0. 2001-10-21 23:04:57 +00:00
wsfont ANSIfy. 2001-10-13 16:05:42 +00:00
xmi
DEVNAMES add emuxki 2001-10-18 17:45:15 +00:00
Makefile Need to recurse into the raidframe subdir too. 2001-10-04 16:04:53 +00:00
auconv.c ANSIfy. 2001-10-02 23:31:54 +00:00
auconv.h ANSIfy. 2001-10-02 23:31:54 +00:00
audio.c Fix pasto in type of dev_ioctl method. 2001-10-03 20:48:41 +00:00
audio_if.h Fix pasto in type of dev_ioctl method. 2001-10-03 20:48:41 +00:00
audiovar.h
ccd.c
ccdvar.h
clock_subr.c
clock_subr.h
clockctl.c This is the clockctl pseudodevice. It gives non root users access to root-only 2001-09-16 06:53:54 +00:00
cninit.c
cons.c
cons.h
ld.c Don't compare bp->b_dev against RAW_PART; use the `part' local variable 2001-09-06 00:47:56 +00:00
ldvar.h
md.c
md.h
md_root.c
midi.c ANSIfy. 2001-10-02 22:41:22 +00:00
midi_if.h ANSIfy. 2001-10-02 22:41:22 +00:00
midisyn.c ANSIfy. 2001-10-02 22:41:22 +00:00
midisynvar.h ANSIfy. 2001-10-02 22:41:22 +00:00
midivar.h
mulaw.c fix typo (two -> to) 2001-10-07 10:14:42 +00:00
mulaw.h ANSIfy. 2001-10-02 23:31:54 +00:00
rnd.c Mix random data directly into the pool and increase entropy instead of 2001-09-09 00:48:54 +00:00
rndpool.c Cosmetic changes. 2001-09-09 00:32:52 +00:00
sequencer.c Make it compile again when AUDIO_DEBUG is turned on ... in sequencesread 2001-09-03 14:52:29 +00:00
sequencervar.h
vnd.c in vndstrategy(), handle the underlying file being force-unmounted. 2001-09-30 12:32:09 +00:00
vndvar.h