summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dcreg.h
AgeCommit message (Expand)Author
2015-11-25trim unused variableDavid Gwynne
2015-09-12ifmedia64 fixes.Miod Vallat
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.Stefan Sperling
2015-08-30Track rom size, for free()Theo de Raadt
2013-12-02Rewrite receive filter handling and ioctl bits. Fixes not being able toBrad Smith
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-27Move the dc_pci_activate function to dc.c, and mangle it up with some ofTheo de Raadt
2010-08-05ca_activate function for suspend/resume; tested by mlarkin on aTheo de Raadt
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2008-09-03In dc_setcfg() suppress printing a warning when forcing the receiverBrad Smith
2008-07-21cleanup - we don't have resource structureKevin Lo
2005-05-22fix power hooksMartin Reindl
2005-01-02more constantsBrad Smith
2005-01-02rev 1.21Brad Smith
2004-12-02rev 1.126Brad Smith
2004-10-29rev 1.78Brad Smith
2004-10-14constants for TX underrun handlingBrad Smith
2004-09-28Use ETHER_MIN_LEN/ETHER_MAX_DIX_LENBrad Smith
2004-08-04interrupt mitigation bitsMichael Shalayeff
2004-05-19remove duplication, use ETHER_ALIGN from if_ether.hBrad Smith
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-09-29better dmesg output including onboard memory size when present, free resource...Michael Shalayeff
2003-09-25better structs alignment; jason@ testing on sparc64 and okMichael 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-29- remove last vestige of "old autoconf": dc_unit is dead, long live dv_xnameJason Wright
2002-10-20add support for intel 21145Henning Brauer
2002-06-11Fix tab.Aaron Campbell
2002-06-09a step towards consistancy; in general:Todd T. Fries
2002-04-18add support for Conexant LANfinity RS7112; based on patch from Maurice Nonnek...Jason Wright
2002-04-16move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ...Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-13Fix old alpha bug recently triggered by conversion to busdma.Nathan Binkert
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-06-23More constants cleaning.Federico G. Schwindt
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-09Sync with FreeBSD:Aaron Campbell
2001-02-09Add support for parsing the media blocks from the SROM on the 21143 adapters.Aaron Campbell
2000-10-26Add support for Xircom X3201-based CardBus Ethernet cards. Tested successfullyAaron Campbell
2000-09-13Sync with FreeBSD. Finally make the OpenBSD-specific changes necessary to makeAaron Campbell
2000-08-02Sync with FreeBSD. Summary of changes:Aaron Campbell
2000-07-21convert to new timeouts; art@ okMichael Shalayeff
2000-06-12eeprom width detection code.Michael Shalayeff
2000-06-12Fix ADMtek identity crisis.Aaron Campbell