summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_iy.c
AgeCommit message (Collapse)Author
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
ok krw@ canacar@
2004-01-09remove uvm_extern.hBrad Smith
tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
2002-12-15typos; torh at bogus.netHenning Brauer
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
(Look ma, I might have broken the tree)
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-06-25ether_input_mbuf() conversion.Federico G. Schwindt
2001-06-23More constants cleaning.Federico G. Schwindt
2001-06-23Actually, should just use m_tag_init()Angelos D. Keromytis
2001-06-23LIST_INIT, not TAILQ_INIT.Angelos D. Keromytis
2001-05-20Convert from tdbi to tags.Angelos D. Keromytis
2001-03-22fix typoMichael Shalayeff
2001-03-22Paranoid -- clear tdbi field in mbuf pkthdr.Angelos D. Keromytis
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-03make it compile, new timeouts, space controlMichael Shalayeff
1999-02-28compensate for the test of packet ownership being moved to ether_input()Jason Wright
1997-11-07$OpenBSD$Niklas Hallqvist
1996-05-26sync 0521Theo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt