diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-07-08 21:12:10 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-07-08 21:12:10 +0000 |
commit | 0ec1a2235acb1a4d2b54db868f8b678d4af5dee8 (patch) | |
tree | 495cfbc96743e3a924d6d9a5a14285e9f54c1683 /sys/arch/sparc/conf/SUN4C | |
parent | 2b6e5e780f141b8c3ef70950a01f6bee7e89d07a (diff) |
add ep@pcmcia and phys, commented out an and com
Diffstat (limited to 'sys/arch/sparc/conf/SUN4C')
-rw-r--r-- | sys/arch/sparc/conf/SUN4C | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C index 35fba298ddd..102b474f2f8 100644 --- a/sys/arch/sparc/conf/SUN4C +++ b/sys/arch/sparc/conf/SUN4C @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4C,v 1.46 2003/06/25 17:40:00 miod Exp $ +# $OpenBSD: SUN4C,v 1.47 2003/07/08 21:12:09 mickey Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -142,13 +142,18 @@ stp* at sbus? pcmcia* at stp? socket ? # PCMCIA devices -wi* at pcmcia? function ? -ne* at pcmcia? function ? - -# Media Independent Interface (mii) drivers (required by ne) -bmtphy* at mii? phy ? -lxtphy* at mii? phy ? +wi* at pcmcia? function ? # WaveLAN IEEE 802.11DS +#an* at pcmcia? function ? # Aironet IEEE 802.11DS +ne* at pcmcia? function ? # NE2000-compat ethernet +ep* at pcmcia? function ? # PCMCIA based 3C5xx ethernet +#com* at pcmcia? function ? # PCMCIA modems/serial ports + +# Media Independent Interface (mii) drivers (required by ne and ep) +bmtphy* at mii? phy ? # Broadcom 10/100 PHYs +lxtphy* at mii? phy ? # Level1 LXT970 PHYs +nsphy* at mii? phy ? # NS and compatible PHYs nsphyter* at mii? phy ? +tqphy* at mii? phy ? # TDK 78Q212x PHYs ukphy* at mii? phy ? # SCSI bus layer. SCSI devices attach to the SCSI bus, which attaches |