NetBSD/sys/dev
2006-08-30 02:09:40 +00:00
..
acpi Complete the declaration. 2006-08-27 23:13:47 +00:00
apm make APM_POWER_PRINT compile. 2006-07-17 13:23:46 +00:00
arcbios - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
ata Oops, this is not ready yet. 2006-08-27 23:51:31 +00:00
bi
bluetooth add missing initializer. 2006-08-28 00:14:50 +00:00
cardbus Update ADMtek pci device ids to match data sheets. While here, add the 9513 2006-07-21 17:20:20 +00:00
dec Remove RASTERCONSOLE support from the pmax port. 2006-07-29 19:10:56 +00:00
dkwedge avoid diagnostic panic if both blk and chr wedge are open at the same time 2006-08-24 21:57:11 +00:00
dmover Correct first arg to falloc(). 2006-07-28 08:51:05 +00:00
ebus integrate kauth. 2006-05-14 21:42:26 +00:00
eisa static goes first. 2006-08-28 00:18:30 +00:00
gpib integrate kauth. 2006-05-14 21:42:26 +00:00
gpio add missing initializers 2006-08-30 02:09:40 +00:00
hpc Fix a pasto: save CONFIG_HOOK_PMEVENT_AC hook in the correct variable. 2006-08-22 01:55:00 +00:00
i2c gettime and settime functions are meant to return errno values. Make 2006-08-23 21:21:34 +00:00
i2o fix incomplete initializers. 2006-08-30 00:41:46 +00:00
ic fix incomplete initializer 2006-08-30 00:40:56 +00:00
ieee1394 - fix missing initializations 2006-08-30 02:08:20 +00:00
if_ndis - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
ir - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
isa add missing initializers 2006-08-30 02:09:40 +00:00
isapnp Added type information for the parameter r of isapnp_read_reg. 2006-07-16 06:01:03 +00:00
marvell - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
mca Add an option COM_REGMAP to allow com(4) to use an array of register indices. 2006-07-13 22:56:00 +00:00
microcode Add cleandir and clean fake targets. I should find a better way to do this. 2006-06-08 15:22:03 +00:00
mii Initial implementation for Marvell 88E6060 10/100 5-port PHY switch, from 2006-07-21 23:55:27 +00:00
mscp
mvme gcc4 uninitialized variable. gcc3 apparently didn't catch this one. 2006-08-07 01:31:36 +00:00
news
ofisa Add an option COM_REGMAP to allow com(4) to use an array of register indices. 2006-07-13 22:56:00 +00:00
ofw - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
onewire Put appropriate prefixes on property names to reduce chances of name 2006-07-10 16:28:44 +00:00
pci static goes first 2006-08-30 02:00:26 +00:00
pckbport reset kbc as the comment said. from joerg. 2006-06-18 20:53:10 +00:00
pcmcia fix incomplete initializer 2006-08-30 01:09:39 +00:00
podulebus Add an option COM_REGMAP to allow com(4) to use an array of register indices. 2006-07-13 22:56:00 +00:00
ppbus merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
qbus - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
raidframe Fix uninitialized variables. 2006-08-28 02:58:16 +00:00
rasops quieten GCC uninitialise variable warnings. 2006-05-18 18:45:48 +00:00
rcons
sbus - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
scsipi The Fujitsu drive in my A540 supports sync transfers but apparently 2006-08-29 20:40:23 +00:00
smbus
splash
std
sun Add duplicate include protection to <dev/sun/kbio.h>. 2006-08-28 17:15:24 +00:00
sysmon expose the ioctl internal function now used by the acpi_apm code. 2006-07-08 20:26:06 +00:00
tc Acting as Elad's keyboard: 2006-08-23 15:44:29 +00:00
usb fix incomplete initializers 2006-08-30 00:42:41 +00:00
videomode Correct two problems with established timings. First, the wrong hex value 2006-05-13 00:39:19 +00:00
vme don't call variables errno! including from userland breaks things! 2006-08-27 19:18:08 +00:00
wscons fix incomplete struct decl. 2006-08-28 21:37:37 +00:00
wsfont fix incomplete initializers 2006-08-28 21:33:16 +00:00
xmi
auconv.c
auconv.h
audio_if.h
audio.c add missing initializers. 2006-08-27 23:54:50 +00:00
audiobell.c
audiobellvar.h
audiovar.h Halt input/output on soft suspend if currently running, and restore them 2006-06-19 10:19:08 +00:00
aurateconv.c
ccd.c Use dk_lookup. 2006-08-27 04:58:40 +00:00
ccdvar.h
cgd_crypto.c
cgd_crypto.h
cgd.c - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
cgdvar.h
clock_subr.c
clock_subr.h
clockctl.c fix incomplete initializer 2006-08-29 23:41:12 +00:00
cninit.c
cons.c - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
cons.h Remove redundant semicolon in dev_type_cnbell. 2006-06-01 00:43:37 +00:00
DEVNAMES acorn26 hasn't had sbic since before it became acorn26. 2006-08-27 10:14:20 +00:00
dksubr.c Add horrible hack for wedges. Why is the block device of the wedges in use? 2006-08-27 05:00:00 +00:00
dkvar.h
firmload.c integrate kauth. 2006-05-14 21:42:26 +00:00
firmload.h
fss.c - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
fssvar.h
kloader.c - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
kloader.h
kttcp.c quieten GCC uninitialise variable warnings. 2006-05-18 18:45:48 +00:00
kttcpio.h
ld.c
ldvar.h
Makefile Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, 2006-06-19 15:44:33 +00:00
md_root.c
md.c
md.h
midi_if.h Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
midi.c Uppercase CPU. 2006-07-02 01:33:55 +00:00
midictl.c Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
midictl.h Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
midisyn.c Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
midisynvar.h Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
midivar.h Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
mm.c
mulaw.c
mulaw.h
nullcons_subr.c
radio_if.h
radio.c
radiovar.h
rnd.c - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
rndpool.c
sequencer.c Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
sequencervar.h Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
verified_exec.c replace magic numbers for strict levels (0-3) with defines. 2006-07-24 21:32:39 +00:00
vnd.c PR/34293: Michael van Elst: vnd deadlocks on I/O buffers 2006-08-27 18:45:20 +00:00
vndvar.h integrate kauth. 2006-05-14 21:42:26 +00:00