summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_tx.c
AgeCommit message (Collapse)Author
2000-02-21From FreeBSD: Correct use of NULL/0Jason Wright
1999-11-17merge with freebsd:Jason Wright
o make sure busmaster/io/mem bits are set appropriately o make sure the card powers up correctly
1999-09-30remove static'sJason Wright
1999-06-29sync with freebsd:Jason Wright
comment out some debugging code, rcsid changes
1999-03-16merge with freesbd:Jason Wright
o put media types in a structure for ifmedia adding o make sure ifp->if_snd.ifq_maxlen is initialized o add workaround for app note 7-15 o more checks for IFF_UP o use DELAY() instead of counters
1999-03-10fix freebsd id'sJason Wright
Merge with FreeBSD: longer delay when accessing mii, type fixups
1999-02-26compensate for the fact that the check for ownership of a unicast packetJason Wright
has moved to ether_input()
1998-10-10add OpenBSD tagsJason Wright
1998-09-22Updated driver from Ustimenko Semen <semen@iclub.nsu.ru>:Jason Wright
o Cleaned up ifmedia support o Improved ring & mbuf handling
1998-09-21SMC 83C170 EPIC support from; Semen Ustimenko (semen@iclub.nsu.ru)Jason Wright
This is the chip found on the SMC EtherPower II 10/100 boards.