NetBSD/sys/dev
tshiozak d0a32c7b25 add support for WinChipHead CH341/340 USB-Serial bridge. 2007-09-03 17:57:36 +00:00
..
acpi Add a new sensor of type ENVSYS_GSTRING. This is useful to print 2007-09-02 19:38:32 +00:00
adb add keysyms for scrollback support 2007-08-06 03:40:10 +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 Improved SATA support, from Jonathan A. Kollasch in PR bin/36772: 2007-08-21 16:53:18 +00:00
bi Change a bazillion occurrences of code resembling this, 2007-09-01 07:32:22 +00:00
bluetooth No need to check the NULL, m_gethdr() calls always with M_WAIT. 2007-09-03 12:38:27 +00:00
cardbus Cosmetic: use a name instead of a number for BAR0. 2007-08-30 02:39:11 +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 It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:50:17 +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 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 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 don't include machine/autoconf.h - we don't need it (anymore?) 2007-09-02 01:41:29 +00:00
i2o Once again, use ether_ioctl() instead of (cmd == SIOCADDMULTI) ? 2007-09-01 07:43:36 +00:00
ic Rename function argument from command to cmd, to make the code 2007-09-03 11:32:07 +00:00
ieee1394 Improve per-CPU support for the workqueue(9): 2007-08-05 01:19:17 +00:00
if_ndis Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to 2007-08-26 22:45:55 +00:00
ir Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
isa Do not enable monitoring for the sensors... if somebody wants this, 2007-09-02 00:54:50 +00:00
isapnp Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
marvell Change a bazillion occurrences of code resembling this, 2007-09-01 07:32:22 +00:00
mca It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:50:17 +00:00
microcode Added OpenBSD's zyd(4) driver. 2007-06-09 11:20:54 +00:00
mii add I82566 2007-08-28 01:11:50 +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 Convert onewire(4) to use rwlock(9) rather than lockmgr(9). 2007-09-02 00:55:33 +00:00
pci back out the reference divider probing - doesn't work right on R1xx 2007-09-03 02:45:06 +00:00
pckbport include sys/cdefs.h before opt_xxx.h 2007-07-19 22:18:54 +00:00
pcmcia No need to check the NULL, m_gethdr() was called always with M_WAIT. 2007-09-03 12:42:50 +00:00
podulebus TRUE -> true; FALSE -> false. 2007-03-07 23:17:01 +00:00
ppbus Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and 2007-09-01 04:32:50 +00:00
qbus Change a bazillion occurrences of code resembling this, 2007-09-01 07:32:22 +00:00
raidframe It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:50:17 +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 Change a bazillion occurrences of code resembling this, 2007-09-01 07:32:22 +00:00
scsipi Remark that the data-length argument passed to se_scsipi_cmd() is 2007-09-01 17:59:45 +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 Inline UPDATE_INTERVAL macro, it's only used once. Per mrg@'s note 2006-10-29 11:29:58 +00:00
std
sun add keysyms for scroll commands 2007-08-06 03:04:08 +00:00
sysmon Add some KASSERT(mutex_owned(&foo_lock)). 2007-09-03 01:29:51 +00:00
tc Don't depend on uvm_extern.h pulling in proc.h. 2007-07-21 19:06:20 +00:00
usb add support for WinChipHead CH341/340 USB-Serial bridge. 2007-09-03 17:57:36 +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 add type for Fujitsu AG-10e 2007-08-27 02:01:23 +00:00
wsfb Clear the screen during initialization so that the first messages are not 2007-08-30 15:40:41 +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 au_setup_ports - don't hide ports->nports++ inside another expression, 2007-08-14 21:34:03 +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 It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:50:17 +00:00
ccdvar.h Replace some uses of lockmgr() / simplelocks. 2007-02-15 15:40:50 +00:00
cgd.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:50:17 +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 Pass the filesystem time to clock drivers in the todr_chip_handle, so that 2006-09-16 00:50:52 +00:00
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 It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:50:17 +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 It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:50:17 +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 It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:50:17 +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 It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:50:17 +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 Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
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 It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:50:17 +00:00
vndvar.h Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00