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 Enable tlp for 21x4x chips.



details:   https://anonhg.NetBSD.org/src/rev/36d6b55c2d1f
branches:  trunk
changeset: 510793:36d6b55c2d1f
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jun 06 17:47:54 2001 +0000

description:
Enable tlp for 21x4x chips.

diffstat:

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

diffs (32 lines):

diff -r b5d5a9404ad1 -r 36d6b55c2d1f sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Wed Jun 06 17:42:29 2001 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Wed Jun 06 17:47:54 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.99 2001/06/03 13:46:58 tsutsui Exp $
+#      $NetBSD: GENERIC,v 1.100 2001/06/06 17:47:54 matt Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include                "arch/macppc/conf/std.macppc"
 
-#ident                 "GENERIC-$Revision: 1.99 $"
+#ident                 "GENERIC-$Revision: 1.100 $"
 
 maxusers       32
 
@@ -140,10 +140,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