summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_dc_pci.c
AgeCommit message (Expand)Author
2022-03-11Constify struct cfattach.Martin Pieuchot
2022-02-22Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>Philip Guenther
2017-04-11Partially revert previous mallocarray conversions that containDavid Hill
2017-04-09Convert some malloc(9) to mallocarray(9)David Hill
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-22unifdef INETTed Unangst
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2012-10-18Convert a number of old private copies of code which predatesTheo 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-10-15Add detach support to a few more drivers, and in others do the neccessaryTheo de Raadt
2009-06-26Using information gleamed from the FreeBSD driver, change the MAC addressTheo de Raadt
2009-06-02make dc at pci detachable; untested.Jonathan Gray
2009-06-02Add more CardBus ids to PCI attachments to cope withJonathan Gray
2008-09-11ANSI function declarations.Brad Smith
2008-09-11Remove the redundant local variable 'revision' from the PCI attach function.Brad Smith
2007-11-26print the comma before the MAC address string in dc_attach() instead of theBrad Smith
2007-08-01Stop making de win over dc on alpha, and include both dc and de on allMiod Vallat
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-02-13Add missing break in attach code.Jonathan Gray
2006-07-20update for the new ADMtek PCI ids.Brad Smith
2006-07-18attach to the ADMtek 983B chipset as well.Brad Smith
2006-06-17add sys/timeout.hBrad Smith
2005-11-06- remove spl from attachBrad Smith
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-03-26simplify man! no need to outline pci_mapreg_map() anymore just use itMichael Shalayeff
2005-01-16- recognize Microsoft PCI and CardBus adaptersBrad Smith
2005-01-16get EEPROM width on all cards except for the original PNICBrad Smith
2005-01-14rev 1.63Brad Smith
2005-01-08rev 1.125Brad Smith
2004-09-28Use ETHER_MIN_LEN/ETHER_MAX_DIX_LENBrad Smith
2004-08-04kill hppa quirk that is not neededMichael Shalayeff
2004-06-28do not force into io space on hppa as it's much slowerMichael Shalayeff
2003-10-21a 3com tulip, wow; christoph.scheurer@ch.tum.deTheo de Raadt
2003-10-07use PCI_PMCSR instead of some magic value.Federico G. Schwindt
2003-09-29fix the dc_cacheline to 16 on hppaMichael Shalayeff
2003-08-16AN983 needs 64BIT_HASH too, fixes multicastHenning Brauer
2003-06-26it's better w/ a comma between irq and addressMichael Shalayeff
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
2003-04-19Davicom DM9009 supportHenning Brauer
2002-10-20add support for intel 21145Henning Brauer
2002-06-09unbreak sparc64 kernel builds after the arpcom change.Artur Grabowski
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-04-01Don't have dc and de return the same match value in any case.Nathan Binkert
2002-03-22On sparc64, try local-mac-address before falling back to myetheraddr()Jason Wright