Module Name:    src
Committed By:   maya
Date:           Fri May 11 07:44:48 UTC 2018

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

Log Message:
Enable bwfm at pci.


To generate a diff of this commit:
cvs rdiff -u -r1.489 -r1.490 src/sys/arch/amd64/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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.489 src/sys/arch/amd64/conf/GENERIC:1.490
--- src/sys/arch/amd64/conf/GENERIC:1.489	Sun Apr  8 00:52:38 2018
+++ src/sys/arch/amd64/conf/GENERIC	Fri May 11 07:44:47 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.489 2018/04/08 00:52:38 mrg Exp $
+# $NetBSD: GENERIC,v 1.490 2018/05/11 07:44:47 maya 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.489 $"
+#ident		"GENERIC-$Revision: 1.490 $"
 
 maxusers	64		# estimated number of users
 
@@ -765,6 +765,7 @@ bce*	at pci? dev ? function ?	# Broadcom
 bge*	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
 bnx*	at pci? dev ? function ?	# Broadcom NetXtremeII gigabit Ethernet
 bwi*	at pci? dev ? function ?	# Broadcom BCM43xx wireless
+bwfm*	at pci? dev ? function ?	# Broadcom FullMAC
 dge*	at pci? dev ? function ?	# Intel 82597 10GbE LR
 en*	at pci? dev ? function ?	# ENI/Adaptec ATM
 ep*	at pci? dev ? function ?	# 3Com 3c59x

Reply via email to