NetBSD/sys/dev
gehenna 604899daad regen 2002-02-02 06:02:26 +00:00
..
acpi Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-12 16:41:02 +00:00
arcbios Fix component class/types to match reality for SGI's ARCS, which is just 2001-12-06 14:59:02 +00:00
ata add the dma command ext translations. pointed out by manuel. 2002-01-14 02:17:59 +00:00
bi add RCSID 2001-11-13 12:51:12 +00:00
cardbus OCHI -> OHCI 2002-01-26 16:34:27 +00:00
dec Remove some debug printf()s. 2001-12-05 10:54:51 +00:00
ebus make this "MI"; nothing different between this and the SPARC version. 2001-09-07 15:50:49 +00:00
eisa - Always validate the return value read from the outbound FIFO. 2002-01-25 16:10:35 +00:00
hpc Do nothing if there is no screen. 2002-01-27 11:08:30 +00:00
i2c add RCSID 2001-11-13 12:24:11 +00:00
i2o Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-12 16:41:02 +00:00
ic Don't display some (non-exceptional) events unless IFF_DEBUG is set. 2002-02-01 13:35:41 +00:00
ieee1394 OCHI -> OHCI 2002-01-26 16:34:27 +00:00
ir Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-12 16:58:16 +00:00
isa really fix it this time. 2002-01-28 03:47:14 +00:00
isapnp Add support for ITK IX1 PnP cards. 2002-01-21 12:31:42 +00:00
mca Labels must be followed by statements. 2001-12-31 22:07:58 +00:00
microcode Roll f/w to latest level, correcting several, ah, interesting bugs. 2001-12-14 00:07:55 +00:00
mii Update for 88E1000 model number changes. 2002-01-15 21:01:59 +00:00
mscp Call malloc(9) with M_ZERO flag instead of bzero() after malloc(). 2002-01-14 13:32:44 +00:00
news add RCSID 2001-11-13 07:30:37 +00:00
ofisa Call malloc(9) with M_ZERO flag instead of bzero() after malloc(). 2002-01-14 13:32:44 +00:00
ofw add RCSIDs 2001-11-13 07:24:43 +00:00
pci Bare-bones driver for AMI RAID. Parts taken from FreeBSD. This was tried a 2002-01-30 14:35:43 +00:00
pckbc Make sure not to set the intellimouse mode more than once at boot, but still 2002-01-25 14:53:43 +00:00
pcmcia regenerate: fix typo in card name string. 2002-02-01 22:04:02 +00:00
podulebus Correct a few comments and constant names in the light of the actual 2001-12-21 22:33:28 +00:00
qbus #endif ... -> #endif /* ... */ 2001-12-06 10:28:40 +00:00
raidframe Bah.. Not sure how those ";"'s got missed :-( 2002-01-19 22:20:48 +00:00
rasops Honor RI_BSWAP. 2002-01-31 11:18:07 +00:00
rcons - convert usage of "defopt" to "defflag" where the relevant option does 2001-11-28 10:21:10 +00:00
sbus Support for the ` Magma 2+1HS Sp' (from mouse on port-sparc): 2002-01-22 17:00:47 +00:00
scsipi IF we change the ATA modes, also reset the device, so that we can retry 2002-01-27 22:00:40 +00:00
std Add some additional values to the keyvalue list from draft specs as some roms are using these and it would be nice to be able to identify them 2001-06-29 04:52:35 +00:00
sun Call malloc(9) with M_ZERO flag instead of bzero() after malloc(). 2002-01-14 13:32:44 +00:00
sysmon The device close routine is called when _last_ descriptor to the 2002-01-03 22:35:53 +00:00
tc Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-12 16:29:30 +00:00
usb regen 2002-02-02 06:02:26 +00:00
vme Call malloc(9) with M_ZERO flag instead of bzero() after malloc(). 2002-01-14 13:32:44 +00:00
wscons added amiga display/mouse/keyboard defines 2002-01-13 18:05:50 +00:00
wsfont - convert usage of "defopt" to "defflag" where the relevant option does 2001-11-28 10:21:10 +00:00
xmi add RCSIDs 2001-11-13 06:08:32 +00:00
DEVNAMES Bare-bones driver for AMI RAID. Parts taken from FreeBSD. This was tried a 2002-01-30 14:35:43 +00:00
Makefile Add ir/ to SUBDIR. 2001-12-04 21:43:44 +00:00
auconv.c <dev/auconv.h> -> "auconv.h"; this makes auconv.c portable. 2002-01-15 16:39:50 +00:00
auconv.h ANSIfy. 2001-10-02 23:31:54 +00:00
audio.c drop completely superfluous PRINT() macro 2002-01-18 21:59: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 Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-13 19:28:06 +00:00
ccdvar.h change ccio_ndisks and sc_nccdisks of struct ccd_ioctl from int to u_int 2001-08-05 11:20:13 +00:00
clock_subr.c add RCSIDs 2001-11-13 05:32:49 +00:00
clock_subr.h
clockctl.c Changed clocktl interface to use syscallargs structures 2001-12-09 16:10:43 +00:00
cninit.c add RCSIDs 2001-11-13 05:32:49 +00:00
cons.c add RCSIDs 2001-11-13 05:32:49 +00:00
cons.h
ld.c add RCSIDs 2001-11-13 05:32:49 +00:00
ldvar.h Centralise the geometry fudge. 2001-06-10 10:48:42 +00:00
md.c Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-13 19:28:06 +00:00
md.h add MEMORY_DISK_DYNAMIC option. if enable MEMORY_DISK_DYNAMIC, file 2001-07-02 17:17:23 +00:00
md_root.c use #ifdef MEMORY_DISK_DYNAMIC (for consistency with the rest of the kernel) 2001-11-28 05:55:34 +00:00
midi.c add RCSIDs 2001-11-13 05:32:49 +00:00
midi_if.h ANSIfy. 2001-10-02 22:41:22 +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 ANSIfy. 2001-10-02 22:41:22 +00:00
midivar.h add detaching/deactivation code to midi driver. 2001-01-13 16:09:04 +00:00
mulaw.c add RCSIDs 2001-11-13 05:32:49 +00:00
mulaw.h ANSIfy. 2001-10-02 23:31:54 +00:00
radio.c Initialize _ca struct right. 2002-01-05 01:30:01 +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
radiovar.h Support detach. 2002-01-02 02:44:02 +00:00
rnd.c add RCSIDs 2001-11-13 05:32:49 +00:00
rndpool.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
sequencer.c Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-13 19:28:06 +00:00
sequencervar.h
vnd.c Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-13 19:28:06 +00:00
vndvar.h