summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_ex.c
AgeCommit message (Collapse)Author
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
- use the new queue macros. - use IFQ_POLL() to peek at the next packet. - use IFQ_IS_EMPTY() for empty check. - drivers should always check if (m == NULL) after IFQ_DEQUEUE(), since it could return NULL even when IFQ_IS_EMPTY() is FALSE under rate-limiting. - drivers are supposed to call if_start from tx complete interrupts (in order to trigger the next dequeue under rate-limiting).
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
1999-04-19Fix a bug that prevents the correct detection of the card.Federico G. Schwindt
1999-02-28compensate for the test of packet ownership being moved to ether_input()Jason Wright
1999-02-13If the card is not present be sure to always call bus_space_unmap on exit.Federico G. Schwindt
1997-11-09Sweeping changes from Don Schmidt (yensid@imsa.edu) to busify this driver.gene
Add copyright for this amount of rewrite.
1997-09-11Driver for ISA EtherExpress Pro/10 ethernet card.gene
This is ported from the FreeBSD driver, and all porting work (and testing) was done by Don Schmidt (yensid@imsa.edu).