Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/conf Forgot the pseudo devices in the previo...



details:   https://anonhg.NetBSD.org/src/rev/8a62643e17b4
branches:  trunk
changeset: 831192:8a62643e17b4
user:      sevan <sevan%NetBSD.org@localhost>
date:      Fri Mar 16 03:19:38 2018 +0000

description:
Forgot the pseudo devices in the previous commit.

diffstat:

 sys/arch/macppc/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r f1c49a73733a -r 8a62643e17b4 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Fri Mar 16 02:35:56 2018 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Fri Mar 16 03:19:38 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.345 2018/03/16 01:12:46 sevan Exp $
+# $NetBSD: GENERIC,v 1.346 2018/03/16 03:19:38 sevan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.345 $"
+#ident                 "GENERIC-$Revision: 1.346 $"
 
 maxusers       32
 
@@ -671,6 +671,8 @@
 #pseudo-device pf                      # PF packet filter
 #pseudo-device pflog                   # PF log if
 pseudo-device  putter                  # for puffs and pud
+pseudo-device  bcsp                    # BlueCore Serial Protocol
+pseudo-device  btuart                  # Bluetooth HCI UART (H4)
 
 # userland interface to drivers, including autoconf and properties retrieval
 pseudo-device   drvctl



Home | Main Index | Thread Index | Old Index