Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Add ex* at pci and rtk* at pci.



details:   https://anonhg.NetBSD.org/src/rev/eb11966507a7
branches:  trunk
changeset: 485349:eb11966507a7
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Tue Apr 25 16:05:06 2000 +0000

description:
Add ex* at pci and rtk* at pci.

diffstat:

 sys/arch/macppc/conf/GENERIC |  6 ++++--
 sys/arch/macppc/conf/INSTALL |  4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (46 lines):

diff -r df1048ea07dc -r eb11966507a7 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Tue Apr 25 16:01:16 2000 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Tue Apr 25 16:05:06 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.62 2000/04/19 08:44:34 haya Exp $
+#      $NetBSD: GENERIC,v 1.63 2000/04/25 16:05:06 tsubai Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include                "arch/macppc/conf/std.macppc"
 
-#ident                 "GENERIC-$Revision: 1.62 $"
+#ident                 "GENERIC-$Revision: 1.63 $"
 
 maxusers       32
 
@@ -142,7 +142,9 @@
 de*    at pci? dev ? function ?        # DEC 21x4x-based Ethernet
 fpa*   at pci? dev ? function ?        # DEC PCI FDDI (DEFPA) Controller
 ep*    at pci? dev ? function ?        # 3Com 3c59x
+ex*    at pci? dev ? function ?        # 3Com 90x[B]
 ne*    at pci? dev ? function ?        # NE2000-compatible Ethernet
+rtk*   at pci? dev ? function ?        # Realtek 8129/8139
 adv*   at pci? dev ? function ?        # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
 ahc*   at pci? dev ? function ?        # Adaptec 294x, aic78x0 SCSI
 bha*   at pci? dev ? function ?        # BusLogic 9xx SCSI
diff -r df1048ea07dc -r eb11966507a7 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Tue Apr 25 16:01:16 2000 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Tue Apr 25 16:05:06 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.24 2000/02/27 18:06:43 tsubai Exp $
+#      $NetBSD: INSTALL,v 1.25 2000/04/25 16:05:06 tsubai Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -63,7 +63,9 @@
 
 de*    at pci? dev ? function ?        # DEC 21x4x-based Ethernet
 ep*    at pci? dev ? function ?        # 3Com 3c59x
+ex*    at pci? dev ? function ?        # 3Com 90x[B]
 ne*    at pci? dev ? function ?        # NE2000-compatible Ethernet
+rtk*   at pci? dev ? function ?        # Realtek 8129/8139
 adv*   at pci? dev ? function ?        # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
 ahc*   at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI
 ncr*   at pci? dev ? function ?        # NCR 53c8xx SCSI



Home | Main Index | Thread Index | Old Index