- Add stge(4) for Sundance/Tamarack TC9021 Gigabit Ethernet chip.
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 16 Nov 2006 13:43:55 +0000 (13:43 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 16 Nov 2006 13:43:55 +0000 (13:43 +0000)
commit1da2c9db4c019643a2d9c46f936562a2beba81f5
tree2a4e9de1fd0817a1e8c68d012f644399cd3af9c7
parenteb601a1d0327152539c2969d19a6f2ddee1d6676
- Add stge(4) for Sundance/Tamarack TC9021 Gigabit Ethernet chip.
  It supports following cards:
    o  Antares Microsystems Gigabit Ethernet
    o  ASUS NX1101 Gigabit Ethernet
    o  D-Link DGE-550T Gigabit Ethernet
    o  IC Plus IP1000A Gigabit Ethernet
    o  Sundance ST-2021 Gigabit Ethernet
    o  Sundance ST-2023 Gigabit Ethernet
    o  Sundance TC9021 Gigabit Ethernet
    o  Tamarack TC9021 Gigabit Ethernet
- Add PHY module for IC Plus IP1000A integrated PHY, which may be used
  by some on-board stge(4)
- Hook stge(4) into GENERIC and LINT

Obtained-from: FreeBSD (yongari@freebsd.org)
sys/conf/files
sys/config/GENERIC
sys/config/LINT
sys/dev/netif/Makefile
sys/dev/netif/mii_layer/Makefile
sys/dev/netif/mii_layer/ip1000phy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/ip1000phyreg.h [new file with mode: 0644]
sys/dev/netif/stge/Makefile [new file with mode: 0644]
sys/dev/netif/stge/if_stge.c [new file with mode: 0644]
sys/dev/netif/stge/if_stgereg.h [new file with mode: 0644]
sys/dev/netif/stge/if_stgevar.h [new file with mode: 0644]