Add btuart(4).

This commit is contained in:
kiyohara 2007-03-01 14:57:38 +00:00
parent 0bffc80584
commit 11c9c998db
7 changed files with 28 additions and 14 deletions

View File

@ -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
#

View File

@ -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.

View File

@ -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)

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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