NetBSD/sys/dev
ragge 3ccbec3742 Totally rewritten DEQNA device driver, that uses the bus.h interface
instead. This almost doubled the receive speed of the interface :-)
1999-06-20 00:04:47 +00:00
..
ata Bump timeout to 10s only for ATAPI devices, 1s is fine for IDE drives once 1999-04-15 09:41:09 +00:00
dec Moved to ubavar.h,v 1999-05-27 16:04:47 +00:00
eisa Fix duplicate "3com" from attach, as noted in PR#7607. 1999-04-13 22:34:05 +00:00
i2c Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
ic Fix that ANNOYING transmit timeout bug, caused by an unfortunate interaction 1999-06-18 17:44:06 +00:00
isa Add support for ES18[67][89]. From PR #7427 by AW9K-NNK@asahi-net.or.jp, 1999-06-18 20:25:23 +00:00
isapnp Add support for ES18[67][89]. From PR #7427 by AW9K-NNK@asahi-net.or.jp, 1999-06-18 20:25:23 +00:00
microcode roll ISP 1080/1240 f/w to latest level 1999-05-12 16:45:04 +00:00
mii use the new "xx" prefixed OUIs because the mapping to the ID register 1999-05-14 11:40:28 +00:00
mscp Bus'ify the mscp code also. 1999-06-06 19:16:18 +00:00
ofisa Fix a typo. 1999-03-30 20:07:56 +00:00
ofw Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
pci Regen. 1999-06-19 04:51:42 +00:00
pckbc In pckbd_decode(), do the remapping of "extended" (multibyte) keys 1999-06-04 15:03:43 +00:00
pcmcia Added NewMedia BusToaster, an Adaptec 152x compatible. 1999-06-19 18:50:28 +00:00
qbus Totally rewritten DEQNA device driver, that uses the bus.h interface 1999-06-20 00:04:47 +00:00
raidframe Remember to pass down the proc pointer when adding a hot spare. 1999-06-13 20:36:17 +00:00
rasops - Don't even try to emulate WSATTR_HILIT on mono displays 1999-06-15 22:34:45 +00:00
rcons - Setting initial position of cursor is up to caller. 1999-05-23 17:59:39 +00:00
sbus split sbus audiocs code up so we can share it with the ebus. XXX ebus DMA is probably different. 1999-06-05 14:29:10 +00:00
scsipi STK 9490 && SD-3 drives incorrectly quirked as not supporting the LOAD command. 1999-06-17 04:20:55 +00:00
sun oops, forgot to add these files. 1999-05-14 07:07:16 +00:00
tc The extraneous interrupt that seems to occur after a reconnect and a DMA transfer 1999-06-18 05:30:53 +00:00
usb Get rid of a bunch of code that was part of an old USBDI proposal, but that 1999-06-14 17:09:57 +00:00
vme To clear a chunk of bus memory use bus_space_set_regionN(). 1999-03-23 12:01:45 +00:00
wscons Don't let bd.which be unitialized... Thanks Dave! 1999-05-30 21:13:04 +00:00
wsfont Assign ownership & copyright to TNF. There is probably a procedure for this 1999-05-18 21:51:57 +00:00
Makefile Add `sbus' to SUBDIRS. 1998-07-28 00:36:31 +00:00
auconv.c Add trivial conversions between 8 and 16 bits. 1997-08-24 22:20:24 +00:00
auconv.h Make copyrights conform. 1999-04-13 20:37:21 +00:00
audio.c Don't clobber the error returned by uiomove() when starting the audio 1999-06-07 19:24:38 +00:00
audio_if.h Guys, let's get real. We don't really want an #if !defined() for every possible 1999-06-05 16:51:39 +00:00
audiovar.h Pass the direction to the allocm and round_buffersize methods. 1999-02-17 02:37:38 +00:00
ccd.c a kindler gentler fix 1999-03-04 02:38:19 +00:00
ccdvar.h Fix a st00p1d bug I introduced in rev 1.57, which would cause any activity 1999-01-21 00:35:15 +00:00
clock_subr.c Minor improvement to avoid re-defining days_in_month(). 1997-10-14 17:25:57 +00:00
clock_subr.h
cninit.c Keep cn_tab NULL until an appropriate console is found (avoids interrupt 1998-06-21 22:36:46 +00:00
cons.c
cons.h
md.c completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
md.h
midi.c Make these compile on the alpha when AUDIO_DEBUG is defined. 1999-02-26 01:18:09 +00:00
midi_if.h Do the splaudio()/IPL_AUDIO hack here, too, so that MPU attachments can see 1999-03-22 07:57:15 +00:00
midisyn.c Make the copyright header conform to the NetBSD template. 1998-11-25 22:17:06 +00:00
midisynvar.h Make the copyright header conform to the NetBSD template. 1998-11-25 22:17:06 +00:00
midivar.h Make the copyright header conform to the NetBSD template. 1998-11-25 22:17:06 +00:00
mulaw.c But seriously... 1998-08-09 21:41:45 +00:00
mulaw.h Add mulaw_to_slinear16 and alaw_to_slinear16. 1998-08-09 19:22:15 +00:00
rnd.c Guard global `rnd_mempool' against interrupts. 1999-06-12 10:58:47 +00:00
rndpool.c KNF anality. 1999-01-27 10:41:00 +00:00
sequencer.c Make the copyright header conform to the NetBSD template. 1998-11-25 22:17:06 +00:00
sequencervar.h Make the copyright header conform to the NetBSD template. 1998-11-25 22:17:06 +00:00
vnd.c Add a couple of missing splbio()/splx() pairs that caused pool corruption. 1999-04-21 22:14:15 +00:00
vndvar.h Use the pool allocator for vndxfer and vndbuf structures. 1998-07-31 02:24:26 +00:00