summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_xl_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-3/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Convert a number of old private copies of code which predatesderaadt2012-10-181-55/+15
* This device should not put itself into D3 by itself when going to WOL;deraadt2012-10-131-3/+1
* Make WOL support do something that actually makes sense; effectivelykettenis2011-10-131-5/+13
* Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C).stsp2011-07-081-8/+3
* Add wol support to xl(4). Not really tested, but hopefully someone willstsp2011-04-171-1/+34
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* wrap a long linederaadt2010-09-191-3/+3
* Remove redundant prototype left behind by deraadt@kettenis2010-09-041-2/+1
* Move the xl_pci_activate function into xl_activate so that it is in thederaadt2010-08-271-28/+3
* Reset the chip upon suspend, to make sure it stops DMA. Reset it again uponkettenis2010-08-121-2/+5
* ca_activate function for suspend/resumederaadt2010-08-061-2/+26
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* Make the detach function handle the case of a partial attach, and make surekettenis2010-01-111-5/+12
* Set XL_FLAG_FUNCREG for "cyclone" variants. This makes them see interruptskettenis2010-01-101-1/+6
* Add detach support to a few more drivers, and in others do the neccessaryderaadt2009-10-151-9/+5
* make xl at pci detachable.jsg2009-06-021-3/+28
* Set flags on the recently added CardBus ids based onjsg2009-06-021-1/+27
* Add CardBus devices to the match list.jsg2009-06-021-1/+7
* - ANSI functionsbrad2006-08-101-10/+4
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-5/+1
* new xl variant (Asus P4R800-VM motherboards)deraadt2004-07-161-1/+3
* a bit of syncing with the FreeBSD driver, namely...brad2004-05-301-3/+6
* remove uvm_extern.hbrad2004-01-091-3/+1
* use pci_mapreg_map and deallocate resources on attach failuresmickey2003-12-231-43/+20
* remove usage of xl_unitjason2003-06-291-2/+1
* make 3com 9201 really work - got the last success report a bit early.henning2003-01-131-1/+4
* support the 3com 9201 found on nForce2-based Asus A7N8Xhenning2003-01-121-1/+2
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-31/+26
* bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). Thanksaaron2002-06-151-1/+2
* First round of __P removal in sysmillert2002-03-141-4/+4
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* remove redundant vm includesmickey2001-08-121-2/+1
* Repair memory mapping; from jason@. Now the 3c556 MiniPCI adapter works.aaron2000-10-141-18/+18
* - A couple of the MiniPCI adapters need the special power inversion bits.aaron2000-10-131-3/+6
* - Add support for 3Com 3C555 MiniPCI.aaron2000-09-291-22/+46
* Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptopsaaron2000-09-161-1/+25
* - Make the 3CCFE575BT work.aaron2000-07-011-1/+4
* copyrightjason2000-04-181-1/+34
* Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyaaron2000-04-081-0/+225