diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-05-29 18:04:44 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-05-29 18:04:44 +0000 |
commit | 176569fe35f78a66891a954c89ba6749a27f8c49 (patch) | |
tree | f279add5a310d8af62b7ea7b8907dbd93d2d5305 /sys/arch | |
parent | 277f92efd7fdd49b808d8201939e72969096f9dc (diff) |
Add tqphy; needed for 3c574 support in ep(4).
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index b6ae81faadd..6273960bb5b 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.184 2000/05/15 04:17:30 jason Exp $ +# $OpenBSD: GENERIC,v 1.185 2000/05/29 18:04:43 aaron Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -307,6 +307,7 @@ sqphy* at mii? phy ? # Seeq 8x220 PHYs rlphy* at mii? phy ? # RealTek 8139 internal PHYs #mtdphy* at mii? phy ? # Myson MTD972 PHYs dcphy* at mii? phy ? # Digital Clone PHYs +tqphy* at mii? phy ? # TDK 78Q212x PHYs ukphy* at mii? phy ? # "unknown" PHYs pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System |