Add bcsp(4).
This commit is contained in:
parent
db898c555a
commit
a1297d6f3f
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: GENERIC,v 1.319 2007/11/04 14:34:19 xtraeme Exp $
|
# $NetBSD: GENERIC,v 1.320 2007/12/02 05:19:12 kiyohara Exp $
|
||||||
#
|
#
|
||||||
# This machine description file is used to generate the default NetBSD
|
# This machine description file is used to generate the default NetBSD
|
||||||
# kernel.
|
# kernel.
|
||||||
@ -19,7 +19,7 @@ include "arch/alpha/conf/std.alpha"
|
|||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
ident "GENERIC-$Revision: 1.319 $"
|
ident "GENERIC-$Revision: 1.320 $"
|
||||||
|
|
||||||
maxusers 32
|
maxusers 32
|
||||||
|
|
||||||
@ -634,6 +634,7 @@ btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139
|
|||||||
ubt* at uhub? port ?
|
ubt* at uhub? port ?
|
||||||
|
|
||||||
# Bluetooth Device Hub
|
# Bluetooth Device Hub
|
||||||
|
bthub* at bcsp?
|
||||||
bthub* at bt3c?
|
bthub* at bt3c?
|
||||||
bthub* at btbc?
|
bthub* at btbc?
|
||||||
bthub* at btuart?
|
bthub* at btuart?
|
||||||
@ -726,6 +727,7 @@ pseudo-device ksyms # /dev/ksyms
|
|||||||
#pseudo-device pf # PF packet filter
|
#pseudo-device pf # PF packet filter
|
||||||
#pseudo-device pflog # PF log if
|
#pseudo-device pflog # PF log if
|
||||||
pseudo-device lockstat # lock profiling
|
pseudo-device lockstat # lock profiling
|
||||||
|
pseudo-device bcsp # BlueCore Serial Protocol
|
||||||
pseudo-device btuart # Bluetooth HCI UART (H4)
|
pseudo-device btuart # Bluetooth HCI UART (H4)
|
||||||
|
|
||||||
#options FILEASSOC # fileassoc(9) - required for Veriexec
|
#options FILEASSOC # fileassoc(9) - required for Veriexec
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: GENERIC,v 1.176 2007/11/22 14:33:53 jnemeth Exp $
|
# $NetBSD: GENERIC,v 1.177 2007/12/02 05:19:12 kiyohara Exp $
|
||||||
#
|
#
|
||||||
# GENERIC machine description file
|
# GENERIC machine description file
|
||||||
#
|
#
|
||||||
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
|
|||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.176 $"
|
#ident "GENERIC-$Revision: 1.177 $"
|
||||||
|
|
||||||
maxusers 32 # estimated number of users
|
maxusers 32 # estimated number of users
|
||||||
|
|
||||||
@ -931,6 +931,7 @@ btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139
|
|||||||
ubt* at uhub? port ?
|
ubt* at uhub? port ?
|
||||||
|
|
||||||
# Bluetooth Device Hub
|
# Bluetooth Device Hub
|
||||||
|
bthub* at bcsp?
|
||||||
bthub* at bt3c?
|
bthub* at bt3c?
|
||||||
bthub* at btbc?
|
bthub* at btbc?
|
||||||
bthub* at btuart?
|
bthub* at btuart?
|
||||||
@ -1017,6 +1018,7 @@ pseudo-device ksyms # /dev/ksyms
|
|||||||
#pseudo-device pf # PF packet filter
|
#pseudo-device pf # PF packet filter
|
||||||
#pseudo-device pflog # PF log if
|
#pseudo-device pflog # PF log if
|
||||||
pseudo-device lockstat # lock profiling
|
pseudo-device lockstat # lock profiling
|
||||||
|
pseudo-device bcsp # BlueCore Serial Protocol
|
||||||
pseudo-device btuart # Bluetooth HCI UART (H4)
|
pseudo-device btuart # Bluetooth HCI UART (H4)
|
||||||
|
|
||||||
# a pseudo device needed for Coda # also needs CODA (above)
|
# a pseudo device needed for Coda # also needs CODA (above)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: GUMSTIX,v 1.20 2007/10/17 19:54:11 garbled Exp $
|
# $NetBSD: GUMSTIX,v 1.21 2007/12/02 05:19:12 kiyohara Exp $
|
||||||
#
|
#
|
||||||
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
|
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
|
||||||
#
|
#
|
||||||
@ -405,6 +405,7 @@ sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
|
|||||||
#ubt* at uhub? port ?
|
#ubt* at uhub? port ?
|
||||||
|
|
||||||
# Bluetooth Device Hub
|
# Bluetooth Device Hub
|
||||||
|
#bthub* at bcsp?
|
||||||
#bthub* at bt3c?
|
#bthub* at bt3c?
|
||||||
#bthub* at btbc?
|
#bthub* at btbc?
|
||||||
bthub* at btuart?
|
bthub* at btuart?
|
||||||
@ -479,6 +480,7 @@ pseudo-device rnd # /dev/random and in-kernel generator
|
|||||||
options RND_COM
|
options RND_COM
|
||||||
pseudo-device clockctl # user control of clock subsystem
|
pseudo-device clockctl # user control of clock subsystem
|
||||||
pseudo-device ksyms # /dev/ksyms
|
pseudo-device ksyms # /dev/ksyms
|
||||||
|
pseudo-device bcsp # BlueCore Serial Protocol
|
||||||
pseudo-device btuart # Bluetooth HCI UART (H4)
|
pseudo-device btuart # Bluetooth HCI UART (H4)
|
||||||
# connect with Ericsson Bluetooth Module
|
# connect with Ericsson Bluetooth Module
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: OPENBLOCKS266_OPT,v 1.8 2007/10/17 19:54:16 garbled Exp $
|
# $NetBSD: OPENBLOCKS266_OPT,v 1.9 2007/12/02 05:19:13 kiyohara Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
include "arch/evbppc/conf/OPENBLOCKS266"
|
include "arch/evbppc/conf/OPENBLOCKS266"
|
||||||
@ -299,6 +299,7 @@ btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139
|
|||||||
ubt* at uhub? port ?
|
ubt* at uhub? port ?
|
||||||
|
|
||||||
# Bluetooth Device Hub
|
# Bluetooth Device Hub
|
||||||
|
bthub* at bcsp?
|
||||||
bthub* at bt3c?
|
bthub* at bt3c?
|
||||||
bthub* at btbc?
|
bthub* at btbc?
|
||||||
bthub* at btuart?
|
bthub* at btuart?
|
||||||
@ -324,6 +325,7 @@ btsco* at bthub?
|
|||||||
#
|
#
|
||||||
|
|
||||||
# miscellaneous pseudo-devices
|
# miscellaneous pseudo-devices
|
||||||
|
pseudo-device bcsp # BlueCore Serial Protocol
|
||||||
pseudo-device btuart # Bluetooth HCI UART (H4)
|
pseudo-device btuart # Bluetooth HCI UART (H4)
|
||||||
|
|
||||||
# wscons pseudo-devices
|
# wscons pseudo-devices
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: JORNADA720,v 1.66 2007/10/17 19:54:27 garbled Exp $
|
# $NetBSD: JORNADA720,v 1.67 2007/12/02 05:19:13 kiyohara Exp $
|
||||||
#
|
#
|
||||||
# JORNADA -- Windows-CE based jornada 720
|
# 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
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.66 $"
|
#ident "GENERIC-$Revision: 1.67 $"
|
||||||
|
|
||||||
# estimated number of users
|
# estimated number of users
|
||||||
maxusers 32
|
maxusers 32
|
||||||
@ -242,6 +242,7 @@ bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A
|
|||||||
btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139
|
btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139
|
||||||
|
|
||||||
# Bluetooth Device Hub
|
# Bluetooth Device Hub
|
||||||
|
bthub* at bcsp?
|
||||||
bthub* at bt3c?
|
bthub* at bt3c?
|
||||||
bthub* at btbc?
|
bthub* at btbc?
|
||||||
bthub* at btuart?
|
bthub* at btuart?
|
||||||
@ -333,4 +334,5 @@ pseudo-device md 1 # Ramdisk driver
|
|||||||
pseudo-device rnd # /dev/random and in-kernel generator
|
pseudo-device rnd # /dev/random and in-kernel generator
|
||||||
pseudo-device clockctl # user control of clock subsystem
|
pseudo-device clockctl # user control of clock subsystem
|
||||||
pseudo-device ksyms # /dev/ksyms
|
pseudo-device ksyms # /dev/ksyms
|
||||||
|
pseudo-device bcsp # BlueCore Serial Protocol
|
||||||
pseudo-device btuart # Bluetooth HCI UART (H4)
|
pseudo-device btuart # Bluetooth HCI UART (H4)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: GENERIC,v 1.77 2007/11/04 14:34:22 xtraeme Exp $
|
# $NetBSD: GENERIC,v 1.78 2007/12/02 05:19:11 kiyohara Exp $
|
||||||
#
|
#
|
||||||
# GENERIC machine description file
|
# GENERIC machine description file
|
||||||
#
|
#
|
||||||
@ -310,6 +310,32 @@ ukphy* at mii? phy ? # generic unknown PHYs
|
|||||||
# PCMCIA Serial Devices
|
# PCMCIA Serial Devices
|
||||||
com* at pcmcia? function ? # Modems and serial cards
|
com* at pcmcia? function ? # Modems and serial cards
|
||||||
|
|
||||||
|
# Bluetooth Controller and Device support
|
||||||
|
|
||||||
|
# Bluetooth PCMCIA Controllers
|
||||||
|
bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A
|
||||||
|
btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139
|
||||||
|
|
||||||
|
# Bluetooth Device Hub
|
||||||
|
bthub* at bcsp?
|
||||||
|
bthub* at bt3c?
|
||||||
|
bthub* at btbc?
|
||||||
|
bthub* at btuart?
|
||||||
|
|
||||||
|
# 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?
|
||||||
|
|
||||||
|
|
||||||
# Pseudo-Devices
|
# Pseudo-Devices
|
||||||
|
|
||||||
@ -333,6 +359,8 @@ pseudo-device rnd # /dev/random and in-kernel generator
|
|||||||
pseudo-device clockctl # user control of clock subsystem
|
pseudo-device clockctl # user control of clock subsystem
|
||||||
#pseudo-device irframetty # IrDA frame line discipline
|
#pseudo-device irframetty # IrDA frame line discipline
|
||||||
pseudo-device ksyms # kernel symbol table interface
|
pseudo-device ksyms # kernel symbol table interface
|
||||||
|
pseudo-device bcsp # BlueCore Serial Protocol
|
||||||
|
pseudo-device btuart # Bluetooth HCI UART (H4)
|
||||||
|
|
||||||
# a pseudo device needed for Coda # also needs CODA (above)
|
# a pseudo device needed for Coda # also needs CODA (above)
|
||||||
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
|
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: files.hpcsh,v 1.49 2007/10/17 19:54:30 garbled Exp $
|
# $NetBSD: files.hpcsh,v 1.50 2007/12/02 05:19:11 kiyohara Exp $
|
||||||
#
|
#
|
||||||
maxpartitions 8
|
maxpartitions 8
|
||||||
|
|
||||||
@ -157,4 +157,6 @@ file arch/hpcsh/dev/hd6446x/hd6446xintc.c hd64461if | hd64465if
|
|||||||
device fdc {drive = -1} # XXX: required by files.pcmcia
|
device fdc {drive = -1} # XXX: required by files.pcmcia
|
||||||
include "dev/pcmcia/files.pcmcia"
|
include "dev/pcmcia/files.pcmcia"
|
||||||
|
|
||||||
|
include "dev/bluetooth/files.bluetooth"
|
||||||
|
|
||||||
include "arch/hpcsh/conf/majors.hpcsh"
|
include "arch/hpcsh/conf/majors.hpcsh"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: ALL,v 1.142 2007/11/20 18:54:31 pooka Exp $
|
# $NetBSD: ALL,v 1.143 2007/12/02 05:19:13 kiyohara Exp $
|
||||||
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
|
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
|
||||||
#
|
#
|
||||||
# ALL machine description file
|
# ALL machine description file
|
||||||
@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
|
|||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "ALL-$Revision: 1.142 $"
|
#ident "ALL-$Revision: 1.143 $"
|
||||||
|
|
||||||
maxusers 32 # estimated number of users
|
maxusers 32 # estimated number of users
|
||||||
|
|
||||||
@ -1324,6 +1324,7 @@ btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139
|
|||||||
ubt* at uhub? port ?
|
ubt* at uhub? port ?
|
||||||
|
|
||||||
# Bluetooth Device Hub
|
# Bluetooth Device Hub
|
||||||
|
bthub* at bcsp?
|
||||||
bthub* at bt3c?
|
bthub* at bt3c?
|
||||||
bthub* at btbc?
|
bthub* at btbc?
|
||||||
bthub* at btuart?
|
bthub* at btuart?
|
||||||
@ -1454,6 +1455,7 @@ pseudo-device rnd # /dev/random and in-kernel generator
|
|||||||
options RND_COM # use "com" randomness as well (BROKEN)
|
options RND_COM # use "com" randomness as well (BROKEN)
|
||||||
pseudo-device clockctl # user control of clock subsystem
|
pseudo-device clockctl # user control of clock subsystem
|
||||||
pseudo-device ksyms # /dev/ksyms
|
pseudo-device ksyms # /dev/ksyms
|
||||||
|
pseudo-device bcsp # BlueCore Serial Protocol
|
||||||
pseudo-device btuart # Bluetooth HCI UART (H4)
|
pseudo-device btuart # Bluetooth HCI UART (H4)
|
||||||
|
|
||||||
# a pseudo device needed for Coda # also needs CODA (above)
|
# a pseudo device needed for Coda # also needs CODA (above)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: GENERIC,v 1.863 2007/11/22 14:33:53 jnemeth Exp $
|
# $NetBSD: GENERIC,v 1.864 2007/12/02 05:19:13 kiyohara Exp $
|
||||||
#
|
#
|
||||||
# GENERIC machine description file
|
# GENERIC machine description file
|
||||||
#
|
#
|
||||||
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
|
|||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.863 $"
|
#ident "GENERIC-$Revision: 1.864 $"
|
||||||
|
|
||||||
maxusers 32 # estimated number of users
|
maxusers 32 # estimated number of users
|
||||||
|
|
||||||
@ -1318,6 +1318,7 @@ btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139
|
|||||||
ubt* at uhub? port ?
|
ubt* at uhub? port ?
|
||||||
|
|
||||||
# Bluetooth Device Hub
|
# Bluetooth Device Hub
|
||||||
|
bthub* at bcsp?
|
||||||
bthub* at bt3c?
|
bthub* at bt3c?
|
||||||
bthub* at btbc?
|
bthub* at btbc?
|
||||||
bthub* at btuart?
|
bthub* at btuart?
|
||||||
@ -1448,6 +1449,7 @@ pseudo-device rnd # /dev/random and in-kernel generator
|
|||||||
pseudo-device clockctl # user control of clock subsystem
|
pseudo-device clockctl # user control of clock subsystem
|
||||||
pseudo-device ksyms # /dev/ksyms
|
pseudo-device ksyms # /dev/ksyms
|
||||||
pseudo-device lockstat # lock profiling
|
pseudo-device lockstat # lock profiling
|
||||||
|
pseudo-device bcsp # BlueCore Serial Protocol
|
||||||
pseudo-device btuart # Bluetooth HCI UART (H4)
|
pseudo-device btuart # Bluetooth HCI UART (H4)
|
||||||
|
|
||||||
# a pseudo device needed for Coda # also needs CODA (above)
|
# a pseudo device needed for Coda # also needs CODA (above)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: GENERIC,v 1.44 2007/11/04 14:34:22 xtraeme Exp $
|
# $NetBSD: GENERIC,v 1.45 2007/12/02 05:19:13 kiyohara Exp $
|
||||||
#
|
#
|
||||||
# GENERIC machine description file
|
# GENERIC machine description file
|
||||||
#
|
#
|
||||||
@ -22,7 +22,7 @@ include "arch/iyonix/conf/std.iyonix"
|
|||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.44 $"
|
#ident "GENERIC-$Revision: 1.45 $"
|
||||||
|
|
||||||
maxusers 32 # estimated number of users
|
maxusers 32 # estimated number of users
|
||||||
|
|
||||||
@ -725,6 +725,7 @@ midi* at midibus?
|
|||||||
#ubt* at uhub? port ?
|
#ubt* at uhub? port ?
|
||||||
|
|
||||||
# Bluetooth Device Hub
|
# Bluetooth Device Hub
|
||||||
|
#bthub* at bcsp?
|
||||||
#bthub* at bt3c?
|
#bthub* at bt3c?
|
||||||
#bthub* at btbc?
|
#bthub* at btbc?
|
||||||
#bthub* at btuart?
|
#bthub* at btuart?
|
||||||
@ -817,6 +818,7 @@ pseudo-device rnd # /dev/random and in-kernel generator
|
|||||||
pseudo-device clockctl # user control of clock subsystem
|
pseudo-device clockctl # user control of clock subsystem
|
||||||
pseudo-device ksyms # /dev/ksyms
|
pseudo-device ksyms # /dev/ksyms
|
||||||
#pseudo-device lockstat # lock profiling
|
#pseudo-device lockstat # lock profiling
|
||||||
|
#pseudo-device bcsp # BlueCore Serial Protocol
|
||||||
#pseudo-device btuart # Bluetooth HCI UART (H4)
|
#pseudo-device btuart # Bluetooth HCI UART (H4)
|
||||||
|
|
||||||
# a pseudo device needed for Coda # also needs CODA (above)
|
# a pseudo device needed for Coda # also needs CODA (above)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: GENERIC,v 1.94 2007/11/19 03:43:28 macallan Exp $
|
# $NetBSD: GENERIC,v 1.95 2007/12/02 05:19:14 kiyohara Exp $
|
||||||
#
|
#
|
||||||
# GENERIC machine description file
|
# GENERIC machine description file
|
||||||
#
|
#
|
||||||
@ -22,7 +22,7 @@ include "arch/sparc64/conf/std.sparc64"
|
|||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.94 $"
|
#ident "GENERIC-$Revision: 1.95 $"
|
||||||
|
|
||||||
maxusers 64
|
maxusers 64
|
||||||
|
|
||||||
@ -797,6 +797,7 @@ pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
|||||||
ubt* at uhub? port ?
|
ubt* at uhub? port ?
|
||||||
|
|
||||||
## Bluetooth Device Hub
|
## Bluetooth Device Hub
|
||||||
|
#bthub* at bcsp?
|
||||||
#bthub* at bt3c?
|
#bthub* at bt3c?
|
||||||
#bthub* at btbc?
|
#bthub* at btbc?
|
||||||
#bthub* at btuart?
|
#bthub* at btuart?
|
||||||
@ -899,6 +900,7 @@ pseudo-device ksyms # /dev/ksyms
|
|||||||
#pseudo-device pf # PF packet filter
|
#pseudo-device pf # PF packet filter
|
||||||
#pseudo-device pflog # PF log if
|
#pseudo-device pflog # PF log if
|
||||||
pseudo-device fss 4 # file system snapshot device
|
pseudo-device fss 4 # file system snapshot device
|
||||||
|
#pseudo-device bcsp # BlueCore Serial Protocol
|
||||||
#pseudo-device btuart # Bluetooth HCI UART (H4)
|
#pseudo-device btuart # Bluetooth HCI UART (H4)
|
||||||
|
|
||||||
options FILEASSOC # fileassoc(9) - required for Veriexec
|
options FILEASSOC # fileassoc(9) - required for Veriexec
|
||||||
|
Loading…
Reference in New Issue
Block a user