Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/arch/amd64/conf Pull up revision 1.26 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/ee333a0fb60d
branches:  netbsd-2-0
changeset: 561931:ee333a0fb60d
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jul 13 09:27:38 2004 +0000

description:
Pull up revision 1.26 (requested by he in ticket #641):
Add re; Realtek GbE.

diffstat:

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

diffs (26 lines):

diff -r e26a0ac602c2 -r ee333a0fb60d sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Tue Jul 13 09:27:14 2004 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Tue Jul 13 09:27:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.21.2.2 2004/06/30 21:01:39 jdc Exp $
+# $NetBSD: GENERIC,v 1.21.2.3 2004/07/13 09:27:38 tron Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.21.2.2 $"
+#ident                 "GENERIC-$Revision: 1.21.2.3 $"
 
 maxusers       32              # estimated number of users
 
@@ -498,6 +498,7 @@
 ne*    at pci? dev ? function ?        # NE2000-compatible Ethernet
 ntwoc* at pci? dev ? function ?        # Riscom/N2 PCI Sync Serial
 pcn*   at pci? dev ? function ?        # AMD PCnet-PCI Ethernet
+re*    at pci? dev ? function ?        # Realtek 8139C+/8169/8169S/8110S
 rtk*   at pci? dev ? function ?        # Realtek 8129/8139
 skc*   at pci? dev ? function ?        # SysKonnect SK9821 Gigabit Ethernet
 sk*    at skc?                         # SysKonnect SK9821 Gigabit Ethernet



Home | Main Index | Thread Index | Old Index