jmcneill
c2a7a21fae
match on MII_MODEL_ATTANSIC_L2
...
alc0 at pci3 dev 0 function 0: Atheros AR8152 v2.0 PCIe Fast Ethernet
alc0: ioapic0 pin 17
alc0: Ethernet address 00:26:6c:9e:d4:c1
atphy0 at alc0 phy 0: L2 10/100 PHY, rev. 5
atphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FDX, auto
2011-02-23 03:22:44 +00:00
cegger
498b8c6e14
fix comment. from PR kern/44395
2011-01-22 18:26:12 +00:00
cegger
c970166801
Fixes from PR kern/44395 Masanori Kanaoka:
...
- Fix register address in ale_phy_reset(). from linux
- Fix mask value in ale_stop_mac().
- Fix multicast handling. from openbsd
- Fix phy reset handling.
2011-01-22 08:13:47 +00:00
matt
67a6d6d4c5
Recognize AR8021
2010-12-11 18:10:16 +00:00
cegger
22b735eb9f
- replace magic number with proper define from mii.h. From OpenBSD.
...
- fix typo in comment. From OpenBSD.
2009-07-25 16:25:13 +00:00
cegger
8c5327a270
use auto-negotiation for manual media type selection.
...
This should fix establishment of 10/100Mbps link on L1E.
Helpful to reduce watchdog timeout problems on L1 (age(4)) reported by Jochen Kunz.
From FreeBSD via OpenBSD.
2009-03-27 04:42:50 +00:00
cegger
1ff2d41bea
pretty print atphy's supported medias in dmesg.
2009-02-12 13:38:49 +00:00
cegger
cdc8049f5c
Attach atphy(4) on ATTANSIC oui.
...
ok cube@
2009-02-11 14:44:25 +00:00
cegger
31614b9ad8
add RCSID
2009-01-16 21:47:56 +00:00
cegger
7546e67ddd
Driver for Attansic Technology F1 10/100/1000 Ethernet PHY.
...
Written by Pyun YongHyeon for FreeBSD, ported to OpenBSD by Kevin Lo, ported to
NetBSD by me.
2009-01-16 21:06:24 +00:00