summaryrefslogtreecommitdiff
path: root/sys/dev/ic/am7990.c
AgeCommit message (Collapse)Author
2002-03-14First round of __P removal in sysTodd C. Miller
2001-07-27Change how interrupts are acknowledged -- this is how the specification sayThorsten Lockert
they should be acknowledged, and makes things work under VMware without the timeout problems. miod@ ok
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-24Spelling ifdef correctly is not enough, you have to spell the conditionnalMiod Vallat
correctly, too...
2001-06-24damn, correctly spell ifdef.Federico G. Schwindt
2001-06-24better.Federico G. Schwindt
2001-06-23ether_input_mbuf().Federico G. Schwindt
2001-03-01(all changes made behind #ifdef __vax__)Brandon Creighton
For the vax, write CSR0 in two steps instead of one. Why? DEC says so. This eliminates most (or all) of the le* timeout errors under heavy cpu/net usage. Fix from netbsd.
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2000-03-15more smurph damage controlTheo de Raadt
2000-03-14sloppy smurph, leaving debug garbage behind...Theo de Raadt
2000-03-10increased buffer size.Steve Murphree
1999-12-08fix mbuf chain allocation to comply with m_devget() way.Jun-ichiro itojun Hagino
1999-02-28compensate for check on unicast packets rx'd in promisc mode being movedJason Wright
to ether_input().
1998-09-16o if_media'fied am7990Jason Wright
o if_media'fied sun4m le.
1998-06-24initialization error; joel@wmi.comTheo de Raadt
1998-06-08am7990 is a chipTheo de Raadt
1998-03-09handle 128KB if_le chunksTheo de Raadt
1997-08-08Add hwreset callback; drivers need to set this appropiately.Jason Downs
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.
1996-05-02make these work togetherTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-18NetBSD 960317 mergeNiklas Hallqvist
1996-01-05from netbsd: LEINTR_UNIT goes awayTheo de Raadt
1995-12-15from netbsd; mi lance driverTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt