Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf sort a couple things



details:   https://anonhg.NetBSD.org/src/rev/3441eaff68a5
branches:  trunk
changeset: 753425:3441eaff68a5
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Mar 28 00:00:07 2010 +0000

description:
sort a couple things

diffstat:

 sys/arch/amd64/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 922e03dc8146 -r 3441eaff68a5 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sat Mar 27 22:14:09 2010 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sun Mar 28 00:00:07 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.271 2010/03/07 09:39:42 plunky Exp $
+# $NetBSD: GENERIC,v 1.272 2010/03/28 00:00:07 dholland Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.271 $"
+#ident                 "GENERIC-$Revision: 1.272 $"
 
 maxusers       64              # estimated number of users
 
@@ -144,8 +144,8 @@
 file-system    KERNFS          # /kern
 file-system    NULLFS          # loopback file system
 file-system    OVERLAY         # overlay file system
+file-system    PROCFS          # /proc
 file-system    PUFFS           # Userspace file systems (e.g. ntfs-3g & sshfs)
-file-system    PROCFS          # /proc
 file-system    SMBFS           # experimental - SMB/CIFS file-system
 file-system    UMAPFS          # NULLFS + uid and gid remapping
 file-system    UNION           # union file system
@@ -641,8 +641,8 @@
 
 # PCI network interfaces
 age*   at pci? dev ? function ?        # Attansic/Atheros L1 Gigabit Ethernet
+ale*   at pci? dev ? function ?        # Attansic/Atheros L1E Ethernet
 an*    at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11)
-ale*   at pci? dev ? function ?        # Attansic/Atheros L1E Ethernet
 ath*   at pci? dev ? function ?        # Atheros 5210/5211/5212 802.11
 atw*   at pci? dev ? function ?        # ADMtek ADM8211 (802.11)
 bce*   at pci? dev ? function ?        # Broadcom 440x 10/100 Ethernet



Home | Main Index | Thread Index | Old Index