diff options
| author | tron <tron@NetBSD.org> | 2006-07-26 10:30:59 +0000 |
|---|---|---|
| committer | tron <tron@NetBSD.org> | 2006-07-26 10:30:59 +0000 |
| commit | 4241fec1bf5dddf07d1681ccdcbe408f389dbbe2 (patch) | |
| tree | 8bfa4c84be7a357bbb1f40913c22e26eec582650 /sys/dev/DEVNAMES | |
| parent | b504a17332ef6e90bb11c6a3aedd721959b653fb (diff) | |
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.
Diffstat (limited to 'sys/dev/DEVNAMES')
| -rw-r--r-- | sys/dev/DEVNAMES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index 1c983ef3279..d129c04c63c 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.204 2006/07/14 17:44:07 gdamore Exp $ +# $NetBSD: DEVNAMES,v 1.205 2006/07/26 10:31:00 tron Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -171,8 +171,8 @@ brgphy MI bt3c MI bt_dac sparc Attribute bt_dac sparc64 Attribute +btdev MI bthidev MI -bthub MI bthset MI btkbd MI btl arc |
