From 718f6380a78ad2c327206fb72c4f106eaa83a9d6 Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 5 Nov 1999 21:36:21 +0000 Subject: [PATCH] Add tlp, document TLP_MATCH_* options, and add some missing PHYs. --- sys/arch/i386/conf/GENERIC | 9 ++++++++- sys/arch/i386/conf/INSTALL | 10 +++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index f6d97788a681..2060cb38bb25 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.269 1999/11/04 19:43:13 sommerfeld Exp $ +# $NetBSD: GENERIC,v 1.270 1999/11/05 21:36:21 thorpej Exp $ # # GENERIC -- everything that's currently supported # @@ -447,6 +447,10 @@ ne* at pci? dev ? function ? # NE2000-compatible Ethernet sip* at pci? dev ? function ? # SiS 900 Ethernet tl* at pci? dev ? function ? # ThunderLAN-based 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 vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 rl* at pci? dev ? function ? # Realtek 8129/8139 @@ -454,6 +458,7 @@ rl* at pci? dev ? function ? # Realtek 8129/8139 # EISA network interfaces ep* at eisa? slot ? # 3Com 3c579 Ethernet fea* at eisa? slot ? # DEC DEFEA FDDI +tlp* at eisa? slot ? # DEC DE-425 Ethernet # ISA Plug-and-Play network interfaces ep* at isapnp? # 3Com 3c509 Ethernet @@ -504,11 +509,13 @@ we1 at isa? port 0x300 iomem 0xcc000 irq 10 exphy* at mii? phy ? # 3Com internal PHYs icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 inphy* at mii? phy ? # Intel 82555 PHYs +iophy* at mii? phy ? # Intel 82553 PHYs lxtphy* at mii? phy ? # Level One LXT-970 PHYs nsphy* at mii? phy ? # NS83840 PHYs qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs tlphy* at mii? phy ? # ThunderLAN PHYs +tqphy* at mii? phy ? # TDK Semiconductor PHYs ukphy* at mii? phy ? # generic unknown PHYs # USB Controller and Devices diff --git a/sys/arch/i386/conf/INSTALL b/sys/arch/i386/conf/INSTALL index 24f0cfb604de..c45ad3f22b8d 100644 --- a/sys/arch/i386/conf/INSTALL +++ b/sys/arch/i386/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.129 1999/10/08 13:53:00 drochner Exp $ +# $NetBSD: INSTALL,v 1.130 1999/11/05 21:36:21 thorpej Exp $ # # INSTALL - Installation kernel. # @@ -428,6 +428,11 @@ le* at pci? dev ? function ? # PCnet-PCI Ethernet ne* at pci? dev ? function ? # NE2000-compatible Ethernet sip* at pci? dev ? function ? # SiS 900 Ethernet tl* at pci? dev ? function ? # ThunderLAN-based 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 vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 rl* at pci? dev ? function ? # Realtek 8129/8139 @@ -435,6 +440,7 @@ rl* at pci? dev ? function ? # Realtek 8129/8139 # EISA network interfaces ep* at eisa? slot ? # 3Com 3c579 Ethernet fea* at eisa? slot ? # DEC DEFEA FDDI +tlp* at eisa? slot ? # DEC DE-425 Ethernet # ISA Plug-and-Play network interfaces ep* at isapnp? # 3Com 3c509 Ethernet @@ -484,11 +490,13 @@ we1 at isa? port 0x300 iomem 0xcc000 irq 10 exphy* at mii? phy ? # 3Com internal PHYs icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 inphy* at mii? phy ? # Intel 82555 PHYs +iophy* at mii? phy ? # Intel 82553 PHYs lxtphy* at mii? phy ? # Level One LXT-970 PHYs nsphy* at mii? phy ? # NS83840 PHYs qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs tlphy* at mii? phy ? # ThunderLAN PHYs +tqphy* at mii? phy ? # TDK Semiconductor PHYs ukphy* at mii? phy ? # generic unknown PHYs # USB Controller and Devices