summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dc.c
AgeCommit message (Expand)Author
2006-04-23Make code path for ADMTek variant endian-safe; fixes dc(4) on macppc.Mark Kettenis
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-01-28remove 2 printf's from dc_coal() too.Brad Smith
2006-01-28remove printf's from dc_newbuf().Brad Smith
2005-11-07splimp -> splnetBrad Smith
2005-06-25re-add ASIX check lost in rev 1.77Brad Smith
2005-06-23clear IFF_RUNNING & IFF_OACTIVE in dc_stop() before de-allocating resources.Brad Smith
2005-05-22ALTQ cleanoutMartin Reindl
2005-05-22add power hookBrad Smith
2005-04-30try to drain send queue if we lose link during heavy transmitBrad Smith
2005-04-23- always accept VLAN-sized framesBrad Smith
2005-04-23Fix newer Xircom CBE2-100 cards.Brad Smith
2005-03-31- add support for reading Xircom's EEPROMBrad Smith
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2005-01-14rev 1.63Brad Smith
2005-01-08rev 1.125Brad Smith
2004-12-17add missing braces.Brad Smith
2004-12-02rev 1.126Brad Smith
2004-11-28rev 1.74Brad Smith
2004-11-16if_dc.c rev 1.56Brad Smith
2004-10-29rev 1.78Brad Smith
2004-10-14rev 1.47Brad Smith
2004-10-06typoBrad Smith
2004-10-06Enable round-robin arbitration between transmit and receive unitBrad Smith
2004-09-28Use ETHER_MIN_LEN/ETHER_MAX_DIX_LENBrad Smith
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-05-31multicast cleanups:Ryan Thomas McBride
2004-04-15user bus_dmamap_load_mbuf and set rcvif on receiveMichael Shalayeff
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-09-29add more dmamap_sync()s where appropriate modify loops to insure proper synci...Michael Shalayeff
2003-09-25no need for a redundant check; from form@ and jason okMichael Shalayeff
2003-08-28fix bzero size; from pechkinMichael Shalayeff
2003-06-16be more sane w/ byte swapping and leave the le archs at the same behaviour an...Michael Shalayeff
2003-05-20AN983 endian issue; from FreeBSD via PR 3263 with minor style fixes by meHenning Brauer
2003-05-17fix up the media handling for the intel based MACs. Also hack around aJason Wright
2003-04-29grr... %s, not dc%sJason Wright
2003-04-29- remove last vestige of "old autoconf": dc_unit is dead, long live dv_xnameJason Wright
2003-04-29KNFJason Wright
2003-02-25remove redundant check.Ted Unangst
2003-01-31more quietTheo de Raadt
2002-10-21ugly hack to make the 21145 work without manual media setting.Henning Brauer
2002-10-20add support for intel 21145Henning Brauer
2002-07-05Remove an unused #define (belongs only in the PCI attachment source file).Aaron Campbell
2002-06-09a step towards consistancy; in general:Todd T. Fries
2002-06-09Handle out of memory gracefully. ok jason@Thomas Nordin
2002-04-18add support for Conexant LANfinity RS7112; based on patch from Maurice Nonnek...Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-17drivers may not be noisyTheo de Raadt
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2001-12-13Fix old alpha bug recently triggered by conversion to busdma.Nathan Binkert