NetBSD/sys/dev
dyoung 1f1797c9c0 Suppress spurious timeouts and avoid wedging in OACTIVE state:
1 Set or clear OACTIVE as transmit buffers are depleted or
        replenished, respectively.  Do not use 802.11 acknowledgements
        as a criteria for clearing OACTIVE.

        2 Let each transmit queue count down to timeout independently,
        and get rid of the shared countdown (sc_tx_timer).  When
        we add a packet to a transmit queue, restart the queue's
        countdown.  Stop a transmit queue's countdown when the
        queue empties.
2007-07-17 01:26:17 +00:00
..
acpi Disable monitoring in the ACPIBAT_TECHNOLOGY sensor, which is just 2007-07-16 17:54:46 +00:00
adb in order to avoid accidential shutdown only send power button events to powerd 2007-05-09 00:10:56 +00:00
apm warning: 'apm_create_thread' declared 'static' but never defined 2007-07-09 22:58:52 +00:00
arcbios Adapt to callout_init signature change. 2007-07-11 21:19:08 +00:00
ata Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
bi Cast to char* before doing pointer arithmetic. 2007-03-08 23:17:56 +00:00
bluetooth Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
cardbus Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
dec - Wait for output to drain before bashing the chip again to change line 2007-07-14 19:20:20 +00:00
dkwedge Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
dmover Implementation of per-CPU work-queues support for workqueue(9) interface. 2007-07-12 20:39:56 +00:00
drm drm_do_addbufs_pci: Fix the mess of malloc()s and free()s, which 2007-04-04 00:30:58 +00:00
ebus Add missing initializer 2006-10-15 19:43:45 +00:00
eisa Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
gpib Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
gpio Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
hpc Fix compile failure occured kthread API changes. 2007-07-10 13:55:20 +00:00
i2c Forgot to set the description in the sensor. 2007-07-13 00:27:47 +00:00
i2o Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
ic Suppress spurious timeouts and avoid wedging in OACTIVE state: 2007-07-17 01:26:17 +00:00
ieee1394 Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
if_ndis Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
ir Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
isa Fix more pesudo. 2007-07-10 12:15:00 +00:00
isapnp Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
marvell Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
mca Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
microcode Added OpenBSD's zyd(4) driver. 2007-06-09 11:20:54 +00:00
mii Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
mscp fix typos 2007-04-29 20:23:34 +00:00
mvme Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
news
ofisa Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
ofw Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
onewire Forgot to set the description in the sensor. 2007-07-13 00:27:47 +00:00
pci PR/36652: Dave Barnes: cbb0: Bad Vcc status once set will not clear 2007-07-16 14:36:01 +00:00
pckbport Initialize callouts before use. 2007-07-09 22:24:38 +00:00
pcmcia Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
podulebus TRUE -> true; FALSE -> false. 2007-03-07 23:17:01 +00:00
ppbus catch up with recent constification in struct ifnet 2007-04-04 16:31:05 +00:00
qbus whitespace 2007-03-10 00:52:46 +00:00
raidframe Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
rasops fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
rcons Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
sbus - don't pretend to support 8bit stereo - the hardware can do it but not the 2007-07-12 22:58:50 +00:00
scsipi Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
smbus
spi Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
splash Inline UPDATE_INTERVAL macro, it's only used once. Per mrg@'s note 2006-10-29 11:29:58 +00:00
std
sun Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
sysmon There's no reason why integer sensors were disabled for monitoring, 2007-07-16 17:48:52 +00:00
tc Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
usb Use printf("%zx", arg) instead of printf("%lx", (unsigned long)arg). 2007-07-16 15:55:38 +00:00
videomode regen 2007-04-03 03:33:54 +00:00
vme Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
wscons Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
wsfb add a callback to change the colour map 2007-04-14 19:56:05 +00:00
wsfont Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
xmi Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
DEVNAMES Add support for NVIDIA nForce 2/3/4 SMBus controller and SMBus driver. 2007-07-11 08:08:39 +00:00
Makefile Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block 2007-05-01 17:18:52 +00:00
auconv.c TRUE -> true, FALSE -> false 2007-03-01 17:31:35 +00:00
auconv.h
audio.c Add a new ioctl AUDIO_GETBUFINFO. It works like AUDIO_GETINFO, but 2007-06-11 13:05:46 +00:00
audio_if.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
audiobell.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
audiobellvar.h
audiovar.h Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
aurateconv.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
bio.c Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block 2007-05-01 17:18:52 +00:00
biovar.h Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block 2007-05-01 17:18:52 +00:00
ccd.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
ccdvar.h Replace some uses of lockmgr() / simplelocks. 2007-02-15 15:40:50 +00:00
cgd.c Change dk_lookup() to accept an additional argument of the type enum uio_seg 2007-06-26 15:22:23 +00:00
cgd_crypto.c Added const-qualifiers. 2007-01-21 23:00:08 +00:00
cgd_crypto.h Added const-qualifiers. 2007-01-21 23:00:08 +00:00
cgdvar.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
clock_subr.c
clock_subr.h
clockctl.c Change interface to settimeofday1() so that it can also be used from 2007-05-12 20:27:13 +00:00
cninit.c
cons.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
cons.h Complete the cons_init(n) initializer. 2007-01-13 18:39:35 +00:00
dksubr.c Change dk_lookup() to accept an additional argument of the type enum uio_seg 2007-06-26 15:22:23 +00:00
dkvar.h Change dk_lookup() to accept an additional argument of the type enum uio_seg 2007-06-26 15:22:23 +00:00
firmload.c Don't crash if firmware_open is called too early. 2007-01-14 10:56:34 +00:00
firmload.h
fss.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
fssvar.h Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
kloader.c Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
kloader.h
kttcp.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
kttcpio.h
ld.c Reset error code if an ioctl() request is not handled by the generic 2007-04-30 17:23:09 +00:00
ldvar.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
lockstat.c - Increase default number of trace buffers to 10000. 2007-07-14 13:30:43 +00:00
lockstat.h - Increase default number of trace buffers to 10000. 2007-07-14 13:30:43 +00:00
md.c Default MEMORY_DISK_SERVER to 1 instead of using 'undefined' to mean 1. 2007-07-15 08:40:22 +00:00
md.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
md_root.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
midi.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
midi_if.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
midictl.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
midictl.h
midisyn.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
midisynvar.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
midivar.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
mm.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
mulaw.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
mulaw.h
nullcons_subr.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
radio.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
radio_if.h
radiovar.h
rnd.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
rndpool.c
sequencer.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
sequencervar.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
verified_exec.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
vnd.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
vndvar.h Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00