DragonFly commits List (threaded) for 2005-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/dev/netif/tx if_tx.c if_txreg.h if_txvar.h
sephe 2005/11/20 03:59:54 PST
DragonFly src repository
Modified files:
sys/dev/netif/tx if_tx.c if_txreg.h if_txvar.h
Log:
- Remove unnecessary ETHER_* macros
- Utilize pcidevs.h for PCI device id and vendor id
- Prefer PCIR_BAR() macro to PCIR_MAPS
- Use common device probing style, epic_devtype() is merged
- Nuke epic_softc_t.cardvend, since it is only used in epic_common_attach().
Move epic_softc_t.cardid to the end of the struct
- Minor style changes
Revision Changes Path
1.30 +22 -36 src/sys/dev/netif/tx/if_tx.c
1.3 +1 -9 src/sys/dev/netif/tx/if_txreg.h
1.6 +3 -13 src/sys/dev/netif/tx/if_txvar.h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/tx/if_tx.c.diff?r1=1.29&r2=1.30&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/tx/if_txreg.h.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/tx/if_txvar.h.diff?r1=1.5&r2=1.6&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]