NetBSD/sys/dev
tron 4241fec1bf Bluetooth fixes by Iain Hibbert:
Change the way in which bluetooth devices attach to system. The
new way is for devices to attach directly to a btdevN device via
its own control file /dev/btdevN.
- bthub(4) is replaced by btdev(4).
- /dev/bthubctl is replaced by /dev/btdevN.
- configuration now uses proplib(3) property lists.
- btcontrol(8) updated to use new API, and now uses private
- XML config file /var/db/btdev.xml.
2006-07-26 10:30:59 +00:00
..
acpi Make this build again and fix the bus_space_tag_t member of the softc, 2006-07-14 05:02:00 +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 Add yet another broken 160GB seagate drive. Mine. ST3160021A. 2006-06-24 04:49:40 +00:00
bi
bluetooth Bluetooth fixes by Iain Hibbert: 2006-07-26 10:30:59 +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 - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
dkwedge - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
dmover integrate kauth. 2006-05-14 21:42:26 +00:00
ebus integrate kauth. 2006-05-14 21:42:26 +00:00
eisa
gpib integrate kauth. 2006-05-14 21:42:26 +00:00
gpio
hpc - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
i2c Add support for 10-bit addressing, per i2c specs. This has not been tested 2006-07-14 17:25:17 +00:00
i2o
ic Remove unused variable to make it compile again. 2006-07-22 15:09:09 +00:00
ieee1394 Don't allocate > 1K on the stack 2006-06-13 02:39:11 +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 an option COM_REGMAP to allow com(4) to use an array of register indices. 2006-07-13 22:56:00 +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
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 For ThinkPad T60, make the default value of outputs.linein.dir "output" 2006-07-23 16:05:21 +00:00
pckbport reset kbc as the comment said. from joerg. 2006-06-18 20:53:10 +00:00
pcmcia - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +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 - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +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 some fixes for removable media (USB floppies in particular): 2006-07-09 17:12:21 +00:00
smbus
splash
std
sun merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
sysmon expose the ioctl internal function now used by the acpi_apm code. 2006-07-08 20:26:06 +00:00
tc - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
usb Add UGEN_BULK_RA_WB, which allows users of ugen(4) to request read 2006-07-24 14:24:48 +00:00
videomode Correct two problems with established timings. First, the wrong hex value 2006-05-13 00:39:19 +00:00
vme - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
wscons - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
wsfont Reordered the declaration-specifiers so that "inline" comes before 2006-07-16 06:32:42 +00:00
xmi
DEVNAMES Bluetooth fixes by Iain Hibbert: 2006-07-26 10:30:59 +00:00
Makefile Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, 2006-06-19 15:44:33 +00:00
auconv.c
auconv.h
audio.c Protect audio_powerhook with '#if NAUDIO > 0'. PR kern/33832. 2006-06-27 02:07:08 +00:00
audio_if.h
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 the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
ccdvar.h
cgd.c - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
cgd_crypto.c
cgd_crypto.h
cgdvar.h
clock_subr.c
clock_subr.h
clockctl.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +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
dksubr.c - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +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
md.c
md.h
md_root.c
midi.c Uppercase CPU. 2006-07-02 01:33:55 +00:00
midi_if.h Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +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.c
radio_if.h
radiovar.h
rnd.c - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
rndpool.c
sequencer.c Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +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 - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
vndvar.h integrate kauth. 2006-05-14 21:42:26 +00:00