Module Name:    src
Committed By:   tsutsui
Date:           Fri Nov 27 11:05:45 UTC 2009

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

Log Message:
Move some devices where they should belong to.


To generate a diff of this commit:
cvs rdiff -u -r1.216 -r1.217 src/sys/arch/sparc/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/sparc/conf/GENERIC
diff -u src/sys/arch/sparc/conf/GENERIC:1.216 src/sys/arch/sparc/conf/GENERIC:1.217
--- src/sys/arch/sparc/conf/GENERIC:1.216	Sun Sep 27 13:27:44 2009
+++ src/sys/arch/sparc/conf/GENERIC	Fri Nov 27 11:05:45 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.216 2009/09/27 13:27:44 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.217 2009/11/27 11:05:45 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.216 $"
+#ident 		"GENERIC-$Revision: 1.217 $"
 
 maxusers	32
 
@@ -484,14 +484,6 @@
 #atabus* at ata?
 #wd*	at atabus? drive ? flags 0x0000
 
-## PCMCIA wavelan card
-#wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
-
-#
-# accept filters
-pseudo-device   accf_data		# "dataready" accept filter
-pseudo-device   accf_http		# "httpready" accept filter
-
 ## A disk-like interface to files.  Can be used to create floppy, CD,
 ## miniroot images, etc.
 
@@ -576,6 +568,9 @@
 #ne*	at pcmcia?
 #sm*	at pcmcia?
 
+## PCMCIA wavelan card
+#wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
+
 # MII/PHY support
 exphy*	at mii? phy ?			# 3Com internal PHYs
 icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
@@ -633,6 +628,10 @@
 #options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
 pseudo-device	agr			# IEEE 802.3ad link aggregation
 
+## accept filters
+pseudo-device   accf_data		# "dataready" accept filter
+pseudo-device   accf_http		# "httpready" accept filter
+
 #### Audio and video devices
 
 ## /dev/audio support (`audioamd' plus `audio')

Reply via email to