diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2008-02-24 21:49:38 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2008-02-24 21:49:38 +0000 |
commit | fc76fbcdf05931e8eabbef56e3cb7f50b593a14e (patch) | |
tree | 142ced6ced737a5e8c169eda6145ffd9adf767a6 /sys/arch/hppa/conf/GENERIC | |
parent | 8b56fd8028eb15e94de291467a4bf213a13f0b3a (diff) |
Add commented out Bluetooth HID section
ok deraadt
Diffstat (limited to 'sys/arch/hppa/conf/GENERIC')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index bd75aec3eff..3463dbc54c3 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.114 2008/01/09 23:08:16 jsg Exp $ +# $OpenBSD: GENERIC,v 1.115 2008/02/24 21:49:37 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -177,6 +177,13 @@ onewire* at uow? # Bluetooth bus support #bthub* at ubt? +# Bluetooth HID support +#bthidev* at bthub? +#btkbd* at bthidev? +#btms* at bthidev? +#wskbd* at btkbd? mux 1 +#wsmouse* at btms? mux 0 + sti0 at mainbus0 irq 11 # [H]CRX-{8,24,48}[Z] graphics sti0 at phantomas0 irq 11 # builtin graphics on BC* sti0 at uturn? irq 11 |