Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add bge@pci attachment.



details:   https://anonhg.NetBSD.org/src/rev/9101b2f4167c
branches:  trunk
changeset: 533156:9101b2f4167c
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sat Jun 22 23:13:37 2002 +0000

description:
Add bge@pci attachment.

diffstat:

 sys/arch/i386/conf/GENERIC |  5 +++--
 sys/arch/i386/conf/INSTALL |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r 4218df6a35d6 -r 9101b2f4167c sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Jun 22 22:14:09 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Jun 22 23:13:37 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.496 2002/06/18 03:06:58 itojun Exp $
+# $NetBSD: GENERIC,v 1.497 2002/06/22 23:13:37 fvdl Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.496 $"
+#ident                 "GENERIC-$Revision: 1.497 $"
 
 maxusers       32              # estimated number of users
 
@@ -605,6 +605,7 @@
 
 # PCI network interfaces
 an*    at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11)
+bge*   at pci? dev ? function ?        # Broadcom 570x gigabit Ethernet
 en*    at pci? dev ? function ?        # ENI/Adaptec ATM
 ep*    at pci? dev ? function ?        # 3Com 3c59x
 epic*  at pci? dev ? function ?        # SMC EPIC/100 Ethernet
diff -r 4218df6a35d6 -r 9101b2f4167c sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Sat Jun 22 22:14:09 2002 +0000
+++ b/sys/arch/i386/conf/INSTALL        Sat Jun 22 23:13:37 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.196 2002/04/26 02:05:10 ad Exp $
+#      $NetBSD: INSTALL,v 1.197 2002/06/22 23:13:37 fvdl Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -456,6 +456,7 @@
 
 # PCI network interfaces
 an*    at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11)
+bge*   at pci? dev ? function ?        # Broadcom 570x Gigabit Ethernet
 #en*   at pci? dev ? function ?        # ENI/Adaptec ATM
 ep*    at pci? dev ? function ?        # 3Com 3c59x
 ex*    at pci? dev ? function ?        # 3Com 90x[BC]



Home | Main Index | Thread Index | Old Index