diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-08-29 23:45:43 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-08-29 23:45:43 +0000 |
commit | fd3467766d5513a1c9d70e807faaab049eed3554 (patch) | |
tree | d657d5be24b94bd774799bfd478883e0efd9bc99 /sys/arch/i386/conf | |
parent | ba23dd44acc382a9f09e20743d14299e3583246c (diff) |
From FreeBSD: split out the support for XMAC-II phys and other phys
add xmphy & brgphy to GENERIC
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 927cdeed6f6..3761c76e7df 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.203 2000/08/18 15:57:08 marc Exp $ +# $OpenBSD: GENERIC,v 1.204 2000/08/29 23:45:42 jason Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -318,6 +318,8 @@ rlphy* at mii? phy ? # RealTek 8139 internal PHYs dcphy* at mii? phy ? # Digital Clone PHYs dmphy* at mii? phy ? # Davicom DM9101 PHYs tqphy* at mii? phy ? # TDK 78Q212x PHYs +brgphy* at mii? phy ? # Broadcom Gigabit PHYs +xmphy* at mii? phy ? # XaQti XMAC-II PHYs ukphy* at mii? phy ? # "unknown" PHYs pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System |