summaryrefslogtreecommitdiff
path: root/sys/dev/ic/am7990.c
AgeCommit message (Expand)Author
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-11-07splimp -> splnetBrad Smith
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2005-01-01allow reception of VLAN sized frames.Brad Smith
2004-09-28Use ETHER_MAX_DIX_LEN/ETHER_MIN_LENBrad Smith
2004-06-01Replace hand-rolled crc32 with ether_crc32_le().Ryan Thomas McBride
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2003-08-18back out previous. miod pointed out that we don't recover from thisJason Wright
2003-08-18#ifdef warning about chained buffersJason Wright
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-13remove annoying sputtering that no other ethernet driver does; ok jason@Todd T. Fries
2002-12-02set if_baudrateHenning Brauer
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
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-06-24Spelling ifdef correctly is not enough, you have to spell the conditionnalMiod Vallat
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
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
1998-09-16o if_media'fied am7990Jason Wright
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
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
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