summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_fxp_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* consistently uppercase pci product definesjsg2020-01-051-3/+3
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* unifdef INETtedu2014-12-221-3/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* remove useless brace block; from dhillderaadt2014-06-211-4/+1
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-2/+1
* replace workqs with tasks for handling resumedlg2013-11-141-2/+2
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* Since the pci-specific activate function does nothing, move it to fxp.c.deraadt2010-08-271-36/+2
* In the resume case we need to check IFF_UPderaadt2010-08-071-2/+2
* In fxp_pci_activate use the correct softc's; then use a workq since somederaadt2010-08-071-5/+18
* ca_activate for suspend/resume; tested by andrew@afresh1.comderaadt2010-08-061-2/+24
* Add detach support to a few more drivers, and in others do the neccessaryderaadt2009-10-151-10/+6
* Add support to fxp(4) for the 82552 MAC found in some variation ofnaddy2009-06-051-1/+5
* Make fxp at pci detachable; untested.jsg2009-06-021-8/+35
* ANSIbrad2006-11-051-8/+3
* (fxp/re)_attach_common -> (fxp/re)_attachbrad2006-07-011-2/+2
* add sys/timeout.hbrad2006-06-171-1/+2
* Fix device id typo introduced in r1.41; found the hard way by Daniel Hamlin.miod2006-03-081-2/+2
* enable dynamic standby workaround for the 82551 as well.brad2006-01-051-2/+2
* more fxp PCI ids.brad2006-01-051-6/+16
* update for pcidevs name changebrad2006-01-011-6/+3
* if not a newer chip then print i82557, all fxp's attached to the ICHbrad2005-12-181-7/+7
* more PCI ids.brad2005-12-171-1/+10
* syncbrad2005-12-111-2/+2
* sync with new names.brad2005-11-221-3/+3
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-6/+1
* add another fxp.brad2005-08-011-1/+2
* remove ICH3 workaround.brad2005-07-221-16/+2
* - fix reception of VLAN sized frames on 82558 and upbrad2005-05-271-17/+10
* recognize 82551'sbrad2005-05-131-1/+3
* another fxp PCI idbrad2005-03-271-1/+2
* use PCI Memory Write and Invalidate; from bogdan@eastonline.ru, ok pascoederaadt2005-01-141-1/+15
* enable code to disable dynamic standby mode on 82550'sbrad2004-09-201-2/+3
* new fxp variant, noticed by freebsdbeck2004-09-181-1/+2
* - for the generic 82557 PCI ID also print the chip name if we have an 82558brad2004-09-161-19/+30
* interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan <dsb@poi.dvo.ru>mickey2004-08-041-1/+3
* stop passing an empty enaddr around since we figure out thebrad2004-06-271-3/+2
* fix from netbsd to twiddle the fxp eeprom to disable dynamic standby modebeck2004-05-181-1/+18
* more chipsets; ok henning@markus2004-02-251-1/+4
* new fxp; cmetzderaadt2004-02-071-1/+2
* remove uvm_extern.hbrad2004-01-091-3/+1
* fix the error msg and enable bubs masteringmickey2003-12-231-3/+7
* use pci_mapreg_map() and free resources on failuresmickey2003-09-291-9/+7
* 5 fxp versions (only way to find out of the HPNA versions work, is to put them in here)deraadt2003-06-131-1/+6
* Match PCI_PRODUCT_INTEL_PRO_100_VE_4 and PCI_PRODUCT_INTEL_PRO_100_VM_4.millert2003-04-111-1/+5
* new fxp; cube@cubidou.netderaadt2003-02-181-1/+2
* Match VE_3, too; Cliff Skolnickjason2002-11-261-1/+3