DragonFly-2.1.1.189.gc0b7b master sys/conf files sys/dev/netif/mii_layer Makefile atphy.c atphyreg.h

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Mon Dec 29 04:18:07 PST 2008


commit c0b7be40d2bca11db8c497a9b884c49721340f2e
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Mon Dec 29 20:08:10 2008 +0800

    Add driver for Attansic PHYs.
    
    Obtained-from: FreeBSD (yongari at freebsd.org)

Summary of changes:
 sys/conf/files                     |    1 +
 sys/dev/netif/mii_layer/Makefile   |    2 +-
 sys/dev/netif/mii_layer/atphy.c    |  415 ++++++++++++++++++++++++++++++++++++
 sys/dev/netif/mii_layer/atphyreg.h |   63 ++++++
 4 files changed, 480 insertions(+), 1 deletions(-)
 create mode 100644 sys/dev/netif/mii_layer/atphy.c
 create mode 100644 sys/dev/netif/mii_layer/atphyreg.h

http://gitweb.dragonflybsd.org/?p=dragonfly.git;a=commitdiff;h=c0b7be40d2bca11db8c497a9b884c49721340f2e


-- 
DragonFly BSD source repository





More information about the Commits mailing list