diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2007-05-30 03:42:54 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2007-05-30 03:42:54 +0000 |
commit | b48db251b666b1f8110610a8925f09edf017e6b6 (patch) | |
tree | a0deb0146facc69b2c47bb3f7afb508cdea32392 /sys/conf | |
parent | cf0cf0f49465bb45146422e1e6f5244e8bf4d8c9 (diff) |
Import parts of the NetBSD bluetooth stack; ok gwk, and grange on removal
of the existing code
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/sys/conf/files b/sys/conf/files index 7e14394118d..c6f7cee6a3a 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.400 2007/05/29 18:21:19 claudio Exp $ +# $OpenBSD: files,v 1.401 2007/05/30 03:42:53 uwe Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -404,6 +404,7 @@ define pcmciabus {[controller = -1], [socket = -1]} # PCMCIA attachment define cbbus {[slot = -1]} # CardBus attachment define pcmciaslot {[slot = -1]} # PCMCIA slot itself define sdmmcbus {} # SD/MMC attachment +define btbus {} # Bluetooth host controller # UHCI USB controller device uhci: usbus @@ -823,9 +824,16 @@ file netatalk/at_proto.c netatalk file netatalk/ddp_input.c netatalk file netatalk/ddp_output.c netatalk file netatalk/ddp_usrreq.c netatalk -file netbt/bt_input.c bluetooth needs-flag -file netbt/bt_proto.c bluetooth -file netbt/hci_raw.c bluetooth +#file netbt/bt_input.c bluetooth needs-flag +#file netbt/bt_proto.c bluetooth +file netbt/hci_event.c bluetooth +file netbt/hci_link.c bluetooth +file netbt/hci_misc.c bluetooth +file netbt/hci_socket.c bluetooth +file netbt/hci_unit.c bluetooth +file netbt/l2cap_lower.c bluetooth +file netbt/l2cap_misc.c bluetooth +file netbt/l2cap_signal.c bluetooth file netnatm/natm_pcb.c natm file netnatm/natm_proto.c natm file netnatm/natm.c natm |