summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dc.c
AgeCommit message (Expand)Author
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
2001-12-08Go ahead and fix the xircom filter setup to work on big endian too (untested,...Jason Wright
2001-12-08use htole32() on the data going into the setup frame for the dc_setfilt_21143...Jason Wright
2001-12-06add bus_dmamap_sync()'s on the descriptors tooJason Wright
2001-12-06a few more bus_dmamap_sync()'s and some borrowed setup frame macros from NetB...Jason Wright
2001-12-06enough bus_dmamap_sync() and htole()/letoh() to get TX working on sparc64.Jason Wright
2001-12-06vtophys, R.I.P. (tx now uses bus_dma)Jason Wright
2001-12-06move rx handling over to bus_dma... that just leaves one vtophys() in tx.Jason Wright
2001-12-06move the setup buffer and pad into a bus_dma alloced areaJason Wright
2001-12-06Checkpoint bus_dma work in progress:Jason Wright
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-08-22Support more dc(4) CardBus devices, including the AN985-based Linksys PCMPC200Aaron Campbell
2001-08-12remove some of the redundant vm includesMichael Shalayeff
2001-08-03Set IFCAP_VLAN_MTU, this driver already allows vlan-size framesChris Cappuccio
2001-07-02these don't depend on pci register defsJason Wright
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-06-23ether_input_mbuf().Federico G. Schwindt
2001-04-13Oops, remove an unrelated debugging #if 0.Aaron Campbell
2001-04-13Disestablish the shutdownhook on detach.Aaron Campbell
2001-04-06- For CardBus 21143 cards, parse the SROM. Makes my SMC EZ CardBus 10/100 work.Aaron Campbell
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-09Bad aaron. Broke alpha.Artur Grabowski
2001-02-09Sync with FreeBSD:Aaron Campbell
2001-02-09Add support for parsing the media blocks from the SROM on the 21143 adapters.Aaron Campbell
2000-11-16Note support for Accton EN1217 and EN2242 Ethernet adapters.Aaron Campbell
2000-10-30Match the Macronix 98727/98732 chips.Aaron Campbell
2000-10-26Add support for Xircom X3201-based CardBus Ethernet cards. Tested successfullyAaron Campbell
2000-10-18Sigh. According to the ASIX data sheets, these boards don't even have RXAaron Campbell
2000-10-17Undo the incorrect fix for my ASIX 88141. Instead of just relying on tx_cnt,Aaron Campbell
2000-10-16Use mii_attach() directly instead of mii_phy_probe().Aaron Campbell
2000-10-11For some reason, with the eeprom width detection code mickey added awhile ago,Aaron Campbell
2000-09-28If this is a Davicom DM9102A and we're enabling the homePNA link, forceAaron Campbell
2000-09-13Sync with FreeBSD. Finally make the OpenBSD-specific changes necessary to makeAaron Campbell