Module Name:    src
Committed By:   sevan
Date:           Fri Mar 16 03:19:38 UTC 2018

Modified Files:
        src/sys/arch/macppc/conf: GENERIC

Log Message:
Forgot the pseudo devices in the previous commit.


To generate a diff of this commit:
cvs rdiff -u -r1.345 -r1.346 src/sys/arch/macppc/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.345 src/sys/arch/macppc/conf/GENERIC:1.346
--- src/sys/arch/macppc/conf/GENERIC:1.345	Fri Mar 16 01:12:46 2018
+++ src/sys/arch/macppc/conf/GENERIC	Fri Mar 16 03:19:38 2018
@@ -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 @@ include		"arch/macppc/conf/std.macppc"
 
 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	nsmb			# SMB requester
 #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

Reply via email to