NetBSD/sys/dev
2002-10-10 22:07:44 +00:00
..
acpi strstr() is part of libkern now. don't supply another. 2002-10-05 01:21:40 +00:00
arcbios Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
ata Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
bi Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
bluetooth Move IR and Bluetooth config defns missed in previous commit. 2002-10-10 22:07:44 +00:00
cardbus Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
dec Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
dmover Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
ebus Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
eisa Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
hpc Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
i2c add RCSID 2001-11-13 12:24:11 +00:00
i2o Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
ic Add 'mask' member to the struct ac97_codecid. 2002-10-09 12:06:17 +00:00
ieee1394 Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
ir Move IR and Bluetooth config defns missed in previous commit. 2002-10-10 22:07:44 +00:00
isa Slightly modify attach messages. 2002-10-05 17:52:31 +00:00
isapnp Slightly modify attach messages. 2002-10-05 17:52:31 +00:00
mca - Merge dev/ic/ate_subr.c into dev/ic/mb86960.c since it only has EEPROM 2002-10-04 15:22:27 +00:00
microcode Fix typo in comment. 2002-08-29 15:42:49 +00:00
mii Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
mscp Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
mvme Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
news add RCSID 2001-11-13 07:30:37 +00:00
ofisa Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
ofw add missing protos. 2002-10-05 17:01:51 +00:00
pci make a few debug printf's match reality 2002-10-10 15:39:01 +00:00
pckbc Add trailing ; to CFATTACH_DECL. 2002-10-02 16:51:16 +00:00
pcmcia Add trailing ; to CFATTACH_DECL. 2002-10-02 16:51:16 +00:00
podulebus Add trailing ; to CFATTACH_DECL. 2002-10-02 16:51:16 +00:00
qbus Add trailing ; to CFATTACH_DECL. 2002-10-02 16:51:16 +00:00
raidframe Minor comment and 80-column fixes. No functional changes. 2002-10-07 04:05:55 +00:00
rasops remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
rcons alloc_attr -> allocattr 2002-07-04 14:37:10 +00:00
sbus Add trailing ; to CFATTACH_DECL. 2002-10-02 16:51:16 +00:00
scsipi Define a "scsi_core" attribute. Make the "scsi" attribute depend on 2002-10-09 20:23:56 +00:00
std tabify 2002-06-25 16:31:43 +00:00
sun Refactor kbd and mouse drivers so that they can use different middle 2002-10-03 16:13:24 +00:00
sysmon Correct possible return of uninitialized error variable. 2002-10-06 09:48:29 +00:00
tc Add trailing ; to CFATTACH_DECL. 2002-10-02 16:51:16 +00:00
usb correct LP64 bug in RND code and close PR 18592 2002-10-09 06:27:09 +00:00
vme Add trailing ; to CFATTACH_DECL. 2002-10-02 16:51:16 +00:00
wscons Add trailing ; to CFATTACH_DECL. 2002-10-02 16:51:16 +00:00
wsfont remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
xmi Add trailing ; to CFATTACH_DECL. 2002-10-02 16:51:16 +00:00
auconv.c audio.c: revert a part of previous change. 2002-03-15 14:55:03 +00:00
auconv.h Move prototypes of sampling rate functions to aurateconvproto.h. 2002-03-09 20:35:28 +00:00
audio_if.h Correct indent... 2002-06-04 14:02:32 +00:00
audio.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
audiovar.h Make this file compiles again when AURATECONV > 0. 2002-03-18 00:42:36 +00:00
aurateconv.c Make this file compiles again when AURATECONV > 0. 2002-03-18 00:42:36 +00:00
ccd.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
ccdvar.h
cgd_crypto.c The CryptoGraphic Disk Driver. 2002-10-04 18:22:35 +00:00
cgd_crypto.h The CryptoGraphic Disk Driver. 2002-10-04 18:22:35 +00:00
cgd.c The CryptoGraphic Disk Driver. 2002-10-04 18:22:35 +00:00
cgdvar.h The CryptoGraphic Disk Driver. 2002-10-04 18:22:35 +00:00
clock_subr.c add RCSIDs 2001-11-13 05:32:49 +00:00
clock_subr.h
clockctl.c Remove breaks after returns, unreachable returns and returns after 2002-09-23 05:51:10 +00:00
cninit.c add RCSIDs 2001-11-13 05:32:49 +00:00
cons.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
cons.h Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
DEVNAMES Change obviously-acorn32-specific entries to say acorn32 rather than arm32. 2002-10-06 12:35:01 +00:00
dksubr.c We need to do biodone() if strategy is called on an unconfigured device. 2002-10-09 14:04:08 +00:00
dkvar.h A slight abstraction for disks. This is mainly [right now] in 2002-10-04 18:02:00 +00:00
kttcp.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
kttcpio.h This is the "kttcp" network throughput testing pseudo-device. From 2002-06-28 23:27:13 +00:00
ld.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
ldvar.h Convert to new device buffer queue interface. 2002-07-20 11:28:07 +00:00
Makefile Add cgdvar.h to the list of files installed. 2002-10-04 18:33:03 +00:00
md_root.c Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE, 2002-04-02 05:30:34 +00:00
md.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
md.h
midi_if.h
midi.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
midisyn.c Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-13 19:28:06 +00:00
midisynvar.h
midivar.h
mm.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
mulaw.c Add new two convert functions slinear16_to_alaw_[lb]e. 2002-03-09 05:39:00 +00:00
mulaw.h Add new two convert functions slinear16_to_alaw_[lb]e. 2002-03-09 05:39:00 +00:00
radio_if.h Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popov 2002-01-01 21:51:38 +00:00
radio.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
radiovar.h Support detach. 2002-01-02 02:44:02 +00:00
rnd.c Account for 1 bit of entropy for each timestamp added during 2002-10-09 14:48:58 +00:00
rndpool.c Account for 1 bit of entropy for each timestamp added during 2002-10-09 14:48:58 +00:00
sequencer.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
sequencervar.h
vnd.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
vndvar.h Convert to new device buffer queue interface. 2002-07-20 11:28:07 +00:00