NetBSD/sys/dev
thorpej 3fb652250b More comment/whitespace tidy-up. 2004-01-03 19:31:09 +00:00
..
acpi correct handling of _SI.SST method as it is described in ACPI spec. 2003-12-21 10:27:23 +00:00
apm
arcbios Fix typo ("ARCBIOS_MEM_ExecptionBlock"). From Steve Rumble. 2003-12-29 06:26:41 +00:00
ata Rename "struct channel_softc" to "struct wdc_channel". 2004-01-03 01:50:52 +00:00
bi Work around gcc 2.95.3's inability to detect that "ret" is initialized. 2003-11-06 00:25:50 +00:00
bluetooth
cardbus Fixes from PR#23177. Various lint/logic fixes: 2003-12-15 07:32:20 +00:00
dec Missing splx() calls. 2003-12-14 01:18:36 +00:00
dmover Go ahead and define xor function names up to xor16. 2003-11-07 22:04:59 +00:00
ebus
eisa Fixes from PR#23177. Various lint/logic fixes: 2003-12-15 07:32:20 +00:00
gpib boundary, not boundry. Inspired by Tom Cosgrove. 2003-11-02 10:31:06 +00:00
hpc Add MobilePro 880 (MC/R730A) to hpcbatterytable.h. 2003-12-27 07:27:22 +00:00
i2c Remove bogus initializer, and instead fix an =/== typo. 2003-10-29 00:34:58 +00:00
i2o Grab the configuration lock when handling I2ORESCANCMD. 2003-12-09 19:51:23 +00:00
ic More comment/whitespace tidy-up. 2004-01-03 19:31:09 +00:00
ieee1394 netbsd.org -> NetBSD.org 2003-12-04 13:57:30 +00:00
ir Remove break after return. 2003-10-21 06:22:46 +00:00
isa Rename "struct channel_softc" to "struct wdc_channel". 2004-01-03 01:50:52 +00:00
isapnp Rename "struct channel_softc" to "struct wdc_channel". 2004-01-03 01:50:52 +00:00
marvell boundary, not boundry. Inspired by Tom Cosgrove. 2003-11-02 10:31:06 +00:00
mca Fixes from PR#23177. Various lint/logic fixes: 2003-12-15 07:32:20 +00:00
microcode netbsd.org -> NetBSD.org 2003-12-04 13:57:30 +00:00
mii Fixes from PR#23177. Various lint/logic fixes: 2003-12-15 07:32:20 +00:00
mscp
mvme In the match routine, check to see if we can access the SCSI controller's 2003-11-26 14:29:37 +00:00
news
ofisa Rename "struct channel_softc" to "struct wdc_channel". 2004-01-03 01:50:52 +00:00
ofw Typo in comment. From OpenBSD. 2003-10-22 09:04:39 +00:00
pci Only report codec readiness if DEBUG to avoid printing it on every resume. 2004-01-03 14:11:36 +00:00
pckbc Typo in comment. From OpenBSD. 2003-10-22 09:04:39 +00:00
pcmcia Rename "struct channel_softc" to "struct wdc_channel". 2004-01-03 01:50:52 +00:00
podulebus Rename "struct channel_softc" to "struct wdc_channel". 2004-01-03 01:50:52 +00:00
qbus Add write barriers (a no-op on vax). 2003-12-13 23:02:33 +00:00
raidframe Fix the "We panic if we can't create a DAG" problem that's existed 2004-01-02 21:41:08 +00:00
rasops For the rasops-drawn cursor the fg/bg indices are bit inverted, so 2003-11-08 22:49:28 +00:00
rcons
sbus Only ACK pending interrupts (instead of all possible). Log interrupts we 2003-12-23 13:46:18 +00:00
scsipi Rename "struct channel_softc" to "struct wdc_channel". 2004-01-03 01:50:52 +00:00
smbus Fix a couple of tyops. 2003-10-25 15:00:38 +00:00
std Fix unitialized variable use. 2003-10-26 20:53:09 +00:00
sun Modify the licences of code written by Theo De Raadt from a 4-clause 2003-12-10 16:35:20 +00:00
sysmon Remove some assigned-to but otherwise unused variables. 2003-10-30 01:58:17 +00:00
tc - Add /* CONSTCOND */ where appropriate. 2003-12-20 09:17:28 +00:00
usb Regen. 2004-01-03 14:16:45 +00:00
vinum add some (long long int) casts for log() arguments, so that this compiles 2003-11-25 20:11:59 +00:00
vme xycattach: use correct map in vme_dmamap_create(). 2003-12-23 13:15:18 +00:00
wscons always check whether a display is attached before calling 2003-11-28 13:32:55 +00:00
wsfont Use aprint_debug() instead of aprint_normal() for debug info. 2003-12-15 15:13:55 +00:00
xmi
DEVNAMES Add missing NetBSD/hpcsh devices. 2003-10-21 00:33:12 +00:00
Makefile The file system snapshot pseudo driver. 2003-12-10 11:40:11 +00:00
auconv.c
auconv.h
audio.c
audio_if.h
audiovar.h
aurateconv.c Forcibly undefining debugging macros is rude, so don't do it. 2003-12-31 13:51:28 +00:00
ccd.c don't print an uninitialized variable. 2003-10-26 23:42:57 +00:00
ccdvar.h
cgd.c
cgd_crypto.c
cgd_crypto.h
cgdvar.h
clock_subr.c
clock_subr.h
clockctl.c
cninit.c Remove declarations of constab[] and *cn_tab. They are in <dev/cons.h>. 2003-10-21 17:03:52 +00:00
cons.c
cons.h
dksubr.c
dkvar.h
fss.c Use ioctl(..., DIOCGPART, ...) instead of vn_stat() to get the size of the 2003-12-13 18:59:29 +00:00
fssvar.h The file system snapshot pseudo driver. 2003-12-10 11:40:11 +00:00
kttcp.c
kttcpio.h
ld.c
ldvar.h
md.c
md.h
md_root.c
midi.c netbsd.org -> NetBSD.org 2003-12-04 13:57:30 +00:00
midi_if.h netbsd.org -> NetBSD.org 2003-12-04 13:57:30 +00:00
midisyn.c netbsd.org -> NetBSD.org 2003-12-04 13:57:30 +00:00
midisynvar.h netbsd.org -> NetBSD.org 2003-12-04 13:57:30 +00:00
midivar.h netbsd.org -> NetBSD.org 2003-12-04 13:57:30 +00:00
mm.c don't enumerate individual minor number cases in mmioctl(), handle all 2003-12-20 16:22:14 +00:00
mulaw.c
mulaw.h
nullcons_subr.c
radio.c
radio_if.h
radiovar.h
rnd.c
rndpool.c
sequencer.c netbsd.org -> NetBSD.org 2003-12-04 13:57:30 +00:00
sequencervar.h netbsd.org -> NetBSD.org 2003-12-04 13:57:30 +00:00
verified_exec.c
vnd.c
vndvar.h