Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/walnut/conf Comment out de* and uncomment the TLP_M...



details:   https://anonhg.NetBSD.org/src/rev/31426ef1bbb8
branches:  trunk
changeset: 511653:31426ef1bbb8
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Jun 24 01:06:02 2001 +0000

description:
Comment out de* and uncomment the TLP_MATCH_* options.

diffstat:

 sys/arch/walnut/conf/WALNUT |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 3a5f37c1b052 -r 31426ef1bbb8 sys/arch/walnut/conf/WALNUT
--- a/sys/arch/walnut/conf/WALNUT       Sun Jun 24 01:04:49 2001 +0000
+++ b/sys/arch/walnut/conf/WALNUT       Sun Jun 24 01:06:02 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: WALNUT,v 1.1 2001/06/13 06:01:51 simonb Exp $
+#      $NetBSD: WALNUT,v 1.2 2001/06/24 01:06:02 simonb Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -145,7 +145,7 @@
 pchb*  at pci? dev ? function ?        # PCI-Host bridges
 ppb*   at pci? dev ? function ?        # PCI-PCI bridges
 
-de*    at pci? dev ? function ?        # DEC 21x4x-based Ethernet
+#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
 #epic* at pci? dev ? function ?        # SMC EPIC/100 Ethernet
@@ -155,10 +155,10 @@
 #rtk*  at pci? dev ? function ?        # Realtek 8129/8139
 sip*   at pci? dev ? function ?        # SiS 900/7016 Ethernet
 tlp*   at pci? dev ? function ?        # DECchip 21x4x (and clones) Ethernet
-#options       TLP_MATCH_21040
-#options       TLP_MATCH_21041
-#options       TLP_MATCH_21140
-#options       TLP_MATCH_21142
+options        TLP_MATCH_21040
+options        TLP_MATCH_21041
+options        TLP_MATCH_21140
+options        TLP_MATCH_21142
 #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



Home | Main Index | Thread Index | Old Index