NetBSD/sys/dev
ad 66fefd117b It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.
2007-07-29 12:15:35 +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 Replace some uses of lockmgr(). 2007-07-21 19:51:47 +00:00
bi
bluetooth Remove printf for debugging. 2007-07-23 03:45:27 +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 Replace some uses of lockmgr(). 2007-07-21 19:51:47 +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
eisa
gpib It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:15:35 +00:00
gpio
hpc Fix compile failure occured kthread API changes. 2007-07-10 13:55:20 +00:00
i2c Add missing STOP conditions at the end of I2C operations. 2007-07-25 11:18:15 +00:00
i2o Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
ic Implement bounds checking in some places in display driver code to avoid 2007-07-28 20:28:56 +00:00
ieee1394 Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
if_ndis
ir Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
isa Implement bounds checking in some places in display driver code to avoid 2007-07-28 20:28:56 +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 Replace some uses of lockmgr(). 2007-07-21 19:51:47 +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 It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:15:35 +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 It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:15:35 +00:00
onewire Forgot to set the description in the sensor. 2007-07-13 00:27:47 +00:00
pci Implement bounds checking in some places in display driver code to avoid 2007-07-28 20:28:56 +00:00
pckbport include sys/cdefs.h before opt_xxx.h 2007-07-19 22:18:54 +00:00
pcmcia add detail (in comments) about S-Record format for firmware file 2007-07-23 18:08:20 +00:00
podulebus
ppbus catch up with recent constification in struct ifnet 2007-04-04 16:31:05 +00:00
qbus It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:15:35 +00:00
raidframe Fix fallout from recent kthread changes. 2007-07-18 19:04:58 +00:00
rasops Implement bounds checking in some places in display driver code to avoid 2007-07-28 20:28:56 +00:00
rcons Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
sbus pull in mulaw with dbri 2007-07-20 22:23:08 +00:00
scsipi Replace some uses of lockmgr(). 2007-07-21 19:51:47 +00:00
smbus
spi It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:15:35 +00:00
splash
std
sun Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
sysmon Change locking stuff in sysmon_envsys_register() and 2007-07-27 11:59:09 +00:00
tc Don't depend on uvm_extern.h pulling in proc.h. 2007-07-21 19:06:20 +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 It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:15:35 +00:00
wscons Set the 'ri' pointer before use. 2007-07-28 22:35:56 +00:00
wsfb add a callback to change the colour map 2007-04-14 19:56:05 +00:00
wsfont
xmi
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
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
audiobell.c
audiobellvar.h
audiovar.h
aurateconv.c
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
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
cgd_crypto.h
cgdvar.h
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
dksubr.c Replace some uses of lockmgr(). 2007-07-21 19:51:47 +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
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
kloader.h
kttcp.c
kttcpio.h
ld.c Replace some uses of lockmgr(). 2007-07-21 19:51:47 +00:00
ldvar.h
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
md_root.c
midi.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
midi_if.h
midictl.c
midictl.h
midisyn.c
midisynvar.h
midivar.h
mm.c
mulaw.c
mulaw.h
nullcons_subr.c
radio.c
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
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