summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_fxp_pci.c
AgeCommit message (Expand)Author
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2022-03-11Constify struct cfattach.Martin Pieuchot
2020-01-05consistently uppercase pci product definesJonathan Gray
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
2014-12-22unifdef INETTed Unangst
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2014-06-21remove useless brace block; from dhillTheo de Raadt
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2010-08-27Since the pci-specific activate function does nothing, move it to fxp.c.Theo de Raadt
2010-08-07In the resume case we need to check IFF_UPTheo de Raadt
2010-08-07In fxp_pci_activate use the correct softc's; then use a workq since someTheo de Raadt
2010-08-06ca_activate for suspend/resume; tested by andrew@afresh1.comTheo de Raadt
2009-10-15Add detach support to a few more drivers, and in others do the neccessaryTheo de Raadt
2009-06-05Add support to fxp(4) for the 82552 MAC found in some variation ofChristian Weisgerber
2009-06-02Make fxp at pci detachable; untested.Jonathan Gray
2006-11-05ANSIBrad Smith
2006-07-01(fxp/re)_attach_common -> (fxp/re)_attachBrad Smith
2006-06-17add sys/timeout.hBrad Smith
2006-03-08Fix device id typo introduced in r1.41; found the hard way by Daniel Hamlin.Miod Vallat
2006-01-05enable dynamic standby workaround for the 82551 as well.Brad Smith
2006-01-05more fxp PCI ids.Brad Smith
2006-01-01update for pcidevs name changeBrad Smith
2005-12-18if not a newer chip then print i82557, all fxp's attached to the ICHBrad Smith
2005-12-17more PCI ids.Brad Smith
2005-12-11syncBrad Smith
2005-11-22sync with new names.Brad Smith
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-08-01add another fxp.Brad Smith
2005-07-22remove ICH3 workaround.Brad Smith
2005-05-27- fix reception of VLAN sized frames on 82558 and upBrad Smith
2005-05-13recognize 82551'sBrad Smith
2005-03-27another fxp PCI idBrad Smith
2005-01-14use PCI Memory Write and Invalidate; from bogdan@eastonline.ru, ok pascoeTheo de Raadt
2004-09-20enable code to disable dynamic standby mode on 82550'sBrad Smith
2004-09-18new fxp variant, noticed by freebsdBob Beck
2004-09-16- for the generic 82557 PCI ID also print the chip name if we have an 82558Brad Smith
2004-08-04interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan <dsb...Michael Shalayeff
2004-06-27stop passing an empty enaddr around since we figure out theBrad Smith
2004-05-18fix from netbsd to twiddle the fxp eeprom to disable dynamic standby modeBob Beck
2004-02-25more chipsets; ok henning@Markus Friedl
2004-02-07new fxp; cmetzTheo de Raadt
2004-01-09remove uvm_extern.hBrad Smith
2003-12-23fix the error msg and enable bubs masteringMichael Shalayeff
2003-09-29use pci_mapreg_map() and free resources on failuresMichael Shalayeff
2003-06-135 fxp versions (only way to find out of the HPNA versions work, is to put the...Theo de Raadt
2003-04-11Match PCI_PRODUCT_INTEL_PRO_100_VE_4 and PCI_PRODUCT_INTEL_PRO_100_VM_4.Todd C. Miller