add bluetooth capability to alpha port

This commit is contained in:
plunky 2006-09-14 18:08:06 +00:00
parent d1de30eaae
commit c4b4f61979
3 changed files with 63 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ALPHA,v 1.220 2006/08/26 20:26:44 christos Exp $
# $NetBSD: ALPHA,v 1.221 2006/09/14 18:08:06 plunky Exp $
#
# Alpha kernel with all the options you'd want, and more.
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "ALPHA-$Revision: 1.220 $"
ident "ALPHA-$Revision: 1.221 $"
maxusers 32
@ -560,6 +560,33 @@ radio* at udsbr?
# USB Generic driver
ugen* at uhub? port ?
# Bluetooth Controller and Device support
# Bluetooth PCMCIA Controllers
bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A
# Bluetooth USB Controllers
ubt* at uhub? port ? configuration ? interface ?
# Bluetooth Device Hub
bthub* at bt3c?
bthub* at ubt?
# Bluetooth HID support
bthidev* at bthub?
# Bluetooth Mouse
btms* at bthidev? reportid ?
wsmouse* at btms? mux 0
# Bluetooth Keyboard
btkbd* at bthidev? reportid ?
wskbd* at btkbd? console ? mux 1
# Bluetooth Audio support
btsco* at bthub?
audio* at btsco?
# Workstation Console attachments
wsdisplay* at cfb?
wsdisplay* at mfb?

View File

@ -22,7 +22,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.296 $"
#ident "GENERIC-$Revision: 1.297 $"
maxusers 32
@ -590,6 +590,34 @@ ugen* at uhub? port ?
#fwip* at ieee1394if? # IP over IEEE1394
#sbp* at ieee1394if? euihi ? euilo ?
# Bluetooth Controller and Device support
# Bluetooth PCMCIA Controllers
bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A
# Bluetooth USB Controllers
ubt* at uhub? port ? configuration ? interface ?
# Bluetooth Device Hub
bthub* at bt3c?
bthub* at ubt?
# Bluetooth HID support
bthidev* at bthub?
# Bluetooth Mouse
btms* at bthidev? reportid ?
wsmouse* at btms? mux 0
# Bluetooth Keyboard
btkbd* at bthidev? reportid ?
wskbd* at btkbd? console ? mux 1
# Bluetooth Audio support
btsco* at bthub?
# Audio support
audio* at audiobus?
midi* at midibus?

View File

@ -1,4 +1,4 @@
# $NetBSD: files.alpha,v 1.169 2006/07/29 19:10:56 ad Exp $
# $NetBSD: files.alpha,v 1.170 2006/09/14 18:08:06 plunky Exp $
#
# alpha-specific configuration info
@ -524,6 +524,10 @@ include "dev/pcmcia/files.pcmcia"
#
include "dev/usb/files.usb"
#
# Machine-independent Bluetooth support
#
include "dev/bluetooth/files.bluetooth"
#
# Machine-independent IEEE 1394 device support
#
include "dev/ieee1394/files.ieee1394"