From 11c9c998db967bbaf2a60414d28e0fc8dc8be0d7 Mon Sep 17 00:00:00 2001 From: kiyohara Date: Thu, 1 Mar 2007 14:57:38 +0000 Subject: [PATCH] Add btuart(4). --- sys/arch/alpha/conf/GENERIC | 6 ++++-- sys/arch/amd64/conf/GENERIC | 6 ++++-- sys/arch/hpcarm/conf/JORNADA720 | 6 ++++-- sys/arch/i386/conf/ALL | 6 ++++-- sys/arch/i386/conf/GENERIC | 6 ++++-- sys/arch/i386/conf/GENERIC_LAPTOP | 6 ++++-- sys/arch/sparc64/conf/GENERIC | 6 ++++-- 7 files changed, 28 insertions(+), 14 deletions(-) diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index eef2eca0aad9..c7d21be49bbd 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.310 2007/02/09 21:55:01 ad Exp $ +# $NetBSD: GENERIC,v 1.311 2007/03/01 14:57:38 kiyohara Exp $ # # This machine description file is used to generate the default NetBSD # kernel. @@ -19,7 +19,7 @@ include "arch/alpha/conf/std.alpha" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -ident "GENERIC-$Revision: 1.310 $" +ident "GENERIC-$Revision: 1.311 $" maxusers 32 @@ -635,6 +635,7 @@ ubt* at uhub? port ? configuration ? interface ? # Bluetooth Device Hub bthub* at bt3c? +bthub* at btuart? bthub* at ubt? # Bluetooth HID support @@ -723,6 +724,7 @@ pseudo-device ksyms # /dev/ksyms #pseudo-device pf # PF packet filter #pseudo-device pflog # PF log if pseudo-device lockstat # lock profiling +pseudo-device btuart # Bluetooth HCI UART (H4) # Veriexec # diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 6091de4cf94b..3d682b1364a8 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.126 2007/02/09 21:55:01 ad Exp $ +# $NetBSD: GENERIC,v 1.127 2007/03/01 14:57:38 kiyohara Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.126 $" +#ident "GENERIC-$Revision: 1.127 $" maxusers 32 # estimated number of users @@ -838,6 +838,7 @@ ubt* at uhub? port ? configuration ? interface ? # Bluetooth Device Hub #bthub* at bt3c? +#bthub* at btuart? bthub* at ubt? # Bluetooth HID support @@ -919,6 +920,7 @@ pseudo-device ksyms # /dev/ksyms #pseudo-device pf # PF packet filter #pseudo-device pflog # PF log if pseudo-device lockstat # lock profiling +#pseudo-device btuart # Bluetooth HCI UART (H4) # a pseudo device needed for Coda # also needs CODA (above) pseudo-device vcoda 4 # coda minicache <-> venus comm. diff --git a/sys/arch/hpcarm/conf/JORNADA720 b/sys/arch/hpcarm/conf/JORNADA720 index 1cd6310a14e0..53335ef80c79 100644 --- a/sys/arch/hpcarm/conf/JORNADA720 +++ b/sys/arch/hpcarm/conf/JORNADA720 @@ -1,4 +1,4 @@ -# $NetBSD: JORNADA720,v 1.63 2007/01/08 16:21:46 ichiro Exp $ +# $NetBSD: JORNADA720,v 1.64 2007/03/01 14:57:38 kiyohara Exp $ # # JORNADA -- Windows-CE based jornada 720 # @@ -7,7 +7,7 @@ include "arch/hpcarm/conf/std.hpcarm" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.63 $" +#ident "GENERIC-$Revision: 1.64 $" # estimated number of users maxusers 32 @@ -242,6 +242,7 @@ bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A # Bluetooth Device Hub bthub* at bt3c? +bthub* at btuart? # Bluetooth HID support bthidev* at bthub? @@ -330,3 +331,4 @@ pseudo-device md 1 # Ramdisk driver pseudo-device rnd # /dev/random and in-kernel generator pseudo-device clockctl # user control of clock subsystem pseudo-device ksyms # /dev/ksyms +pseudo-device btuart # Bluetooth HCI UART (H4) diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL index a9e3fcc38ec8..0a6243cb472b 100644 --- a/sys/arch/i386/conf/ALL +++ b/sys/arch/i386/conf/ALL @@ -1,4 +1,4 @@ -# $NetBSD: ALL,v 1.82 2007/02/19 20:43:57 xtraeme Exp $ +# $NetBSD: ALL,v 1.83 2007/03/01 14:57:38 kiyohara Exp $ # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp # # ALL machine description file @@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "ALL-$Revision: 1.82 $" +#ident "ALL-$Revision: 1.83 $" maxusers 32 # estimated number of users @@ -1262,6 +1262,7 @@ ubt* at uhub? port ? configuration ? interface ? # Bluetooth Device Hub bthub* at bt3c? +bthub* at btuart? bthub* at ubt? # Bluetooth HID support @@ -1387,6 +1388,7 @@ pseudo-device rnd # /dev/random and in-kernel generator options RND_COM # use "com" randomness as well (BROKEN) pseudo-device clockctl # user control of clock subsystem pseudo-device ksyms # /dev/ksyms +pseudo-device btuart # Bluetooth HCI UART (H4) # a pseudo device needed for Coda # also needs CODA (above) pseudo-device vcoda 4 # coda minicache <-> venus comm. diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index afff2b6961da..a3316275c8e3 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.809 2007/02/18 18:05:52 dsl Exp $ +# $NetBSD: GENERIC,v 1.810 2007/03/01 14:57:38 kiyohara Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.809 $" +#ident "GENERIC-$Revision: 1.810 $" maxusers 32 # estimated number of users @@ -1272,6 +1272,7 @@ ubt* at uhub? port ? configuration ? interface ? # Bluetooth Device Hub bthub* at bt3c? +bthub* at btuart? bthub* at ubt? # Bluetooth HID support @@ -1396,6 +1397,7 @@ pseudo-device rnd # /dev/random and in-kernel generator pseudo-device clockctl # user control of clock subsystem pseudo-device ksyms # /dev/ksyms pseudo-device lockstat # lock profiling +pseudo-device btuart # Bluetooth HCI UART (H4) # a pseudo device needed for Coda # also needs CODA (above) pseudo-device vcoda 4 # coda minicache <-> venus comm. diff --git a/sys/arch/i386/conf/GENERIC_LAPTOP b/sys/arch/i386/conf/GENERIC_LAPTOP index df5ff36ad2e0..d0619f3f9b8d 100644 --- a/sys/arch/i386/conf/GENERIC_LAPTOP +++ b/sys/arch/i386/conf/GENERIC_LAPTOP @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC_LAPTOP,v 1.220 2007/01/24 19:46:26 tls Exp $ +# $NetBSD: GENERIC_LAPTOP,v 1.221 2007/03/01 14:57:39 kiyohara Exp $ # From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp # # GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled @@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.220 $" +#ident "GENERIC-$Revision: 1.221 $" maxusers 32 # estimated number of users @@ -871,6 +871,7 @@ ubt* at uhub? port ? configuration ? interface ? # Bluetooth Device Hub bthub* at bt3c? +bthub* at btuart? bthub* at ubt? # Bluetooth HID support @@ -969,6 +970,7 @@ pseudo-device sequencer 1 # MIDI sequencer pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN) pseudo-device clockctl # user control of clock subsystem +pseudo-device btuart # Bluetooth HCI UART (H4) # a pseudo device needed for Coda # also needs CODA (above) pseudo-device vcoda 4 # coda minicache <-> venus comm. diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 2c0e768f6c47..b76324203b10 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.81 2006/12/11 15:24:28 yamt Exp $ +# $NetBSD: GENERIC,v 1.82 2007/03/01 14:57:38 kiyohara Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/sparc64/conf/std.sparc64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.81 $" +#ident "GENERIC-$Revision: 1.82 $" maxusers 64 @@ -787,6 +787,7 @@ ubt* at uhub? port ? configuration ? interface ? ## Bluetooth Device Hub #bthub* at bt3c? +#bthub* at btuart? bthub* at ubt? ## Bluetooth HID support @@ -882,6 +883,7 @@ pseudo-device ksyms # /dev/ksyms #pseudo-device pf # PF packet filter #pseudo-device pflog # PF log if pseudo-device fss 4 # file system snapshot device +#pseudo-device btuart # Bluetooth HCI UART (H4) options FILEASSOC # fileassoc(9) - required for Veriexec