NetBSD/sys/dev
thorpej d15dc38fd9 Changes from FreeBSD:
Implemented a more sophisticated mechanism for handling transmitter
interrupts which now defers them until the transmit queue if filled
up with completed buffers. This has two advantages: first, it reduces
the number of transmitter interrupts to just 1/120th of the rate
that they occured previously, and two, running down many buffers
at once has much improved cache effects.

Defer rundown (m_freem) of completed transmit buffers for no longer
than 1 second.

This brings us up-to-date with the most recent "fxp" driver in FreeBSD.
1998-12-19 01:14:37 +00:00
..
ata Keep track of DMA errors, and downgrade the transert mode (UDMA ->DMA, 1998-12-16 13:02:03 +00:00
dec the btoc/ctob/btop macros must use CLBYTES, not NBPG. How this should 1998-11-29 14:48:51 +00:00
eisa Update for changed scsipi_xfer struct. 1998-12-09 08:37:50 +00:00
i2c
ic Quiet some diagnostic messages when we might expect them to happen. 1998-12-18 21:50:16 +00:00
isa Add Byte Runner Technologies TC-400 and TC-800 driver from Eric S. Hvozda 1998-12-16 11:33:50 +00:00
isapnp Rename pio_mode, etc ... to PIO_cap, etc ... for consistency with the 1998-12-03 18:24:30 +00:00
microcode Roll to 1.15 f/w level for Qlogic 2100. Leave all flavors in, but control which 1998-12-05 00:28:05 +00:00
mii Common code for media-from-bmcr. 1998-11-05 04:08:01 +00:00
ofisa Change ofisa attachment comparable to change drochner made to isa 1998-12-02 00:18:41 +00:00
ofw
pci Changes from FreeBSD: 1998-12-19 01:14:37 +00:00
pckbc french keymap, from Matthieu Herrb <matthieu@mipnet.fr> per PR kern/6231 1998-10-03 12:02:45 +00:00
pcmcia Add the Compex Linkport ENET-B Ethernet card, PR #6349, Ingolf Koch. 1998-12-18 22:10:29 +00:00
raidframe Try a bit harder to detect the physical failure of a component, and to 1998-12-03 15:14:40 +00:00
rcons Replace a use of << with the LSOP macro, to fix a specific problem on 1998-12-18 21:59:34 +00:00
sbus Use `pcmciabus' to attach the Sbus to PCMCIA bridge. 1998-11-26 15:33:29 +00:00
scsipi Return ENODEV when the device capability check fails for MOVE and EXCHANGE 1998-12-17 22:28:07 +00:00
sun Changed to allow the mouse baud rate to be set at kernel compile time. 1998-09-29 02:46:36 +00:00
tc - Fix typos in commentary description. 1998-12-14 02:45:51 +00:00
usb Initialize field to indicate fragment block. 1998-12-14 23:44:04 +00:00
vme
wscons make sure programs cannot write to the screen while it is in graphics mode 1998-12-15 14:25:59 +00:00
Makefile
auconv.c
auconv.h
audio.c Do not permit a class to be recorded as a master or monitor port. 1998-11-25 13:44:13 +00:00
audio_if.h
audiovar.h
ccd.c Handle the case where ccdbuffer() fails due to memory shortage. Build 1998-11-13 01:00:15 +00:00
ccdvar.h Nuke the mirroring code. RAIDframe is about to go in, and is a much 1998-11-13 00:26:19 +00:00
clock_subr.c
clock_subr.h
cninit.c
cons.c
cons.h
md.c
md.h
midi.c Fix a MIDI buffer overflow problem. Fixes PR 6583. 1998-12-15 18:03:07 +00:00
midi_if.h Make the copyright header conform to the NetBSD template. 1998-11-25 22:17:06 +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
mulaw.h
rnd.c
rndpool.c
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 Must use PR_NOWAIT when allocating component buffers. 1998-11-12 22:39:57 +00:00
vndvar.h