summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_xl_pci.c
AgeCommit message (Expand)Author
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
2012-10-13This device should not put itself into D3 by itself when going to WOL;Theo de Raadt
2011-10-13Make WOL support do something that actually makes sense; effectivelyMark Kettenis
2011-07-08Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C).Stefan Sperling
2011-04-17Add wol support to xl(4). Not really tested, but hopefully someone willStefan Sperling
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2010-09-19wrap a long lineTheo de Raadt
2010-09-04Remove redundant prototype left behind by deraadt@Mark Kettenis
2010-08-27Move the xl_pci_activate function into xl_activate so that it is in theTheo de Raadt
2010-08-12Reset the chip upon suspend, to make sure it stops DMA. Reset it again uponMark Kettenis
2010-08-06ca_activate function for suspend/resumeTheo de Raadt
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
2010-01-11Make the detach function handle the case of a partial attach, and make sureMark Kettenis
2010-01-10Set XL_FLAG_FUNCREG for "cyclone" variants. This makes them see interruptsMark Kettenis
2009-10-15Add detach support to a few more drivers, and in others do the neccessaryTheo de Raadt
2009-06-02make xl at pci detachable.Jonathan Gray
2009-06-02Set flags on the recently added CardBus ids based onJonathan Gray
2009-06-02Add CardBus devices to the match list.Jonathan Gray
2006-08-10- ANSI functionsBrad Smith
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2004-07-16new xl variant (Asus P4R800-VM motherboards)Theo de Raadt
2004-05-30a bit of syncing with the FreeBSD driver, namely...Brad Smith
2004-01-09remove uvm_extern.hBrad Smith
2003-12-23use pci_mapreg_map and deallocate resources on attach failuresMichael Shalayeff
2003-06-29remove usage of xl_unitJason Wright
2003-01-13make 3com 9201 really work - got the last success report a bit early.Henning Brauer
2003-01-12support the 3com 9201 found on nForce2-based Asus A7N8XHenning Brauer
2002-11-19Add a simplistic table driven lookup routine and use it where appropriate.Jason Wright
2002-06-15bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). ThanksAaron Campbell
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-12remove redundant vm includesMichael Shalayeff
2000-10-14Repair memory mapping; from jason@. Now the 3c556 MiniPCI adapter works.Aaron Campbell
2000-10-13- A couple of the MiniPCI adapters need the special power inversion bits.Aaron Campbell
2000-09-29- Add support for 3Com 3C555 MiniPCI.Aaron Campbell
2000-09-16Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptopsAaron Campbell
2000-07-01- Make the 3CCFE575BT work.Aaron Campbell
2000-04-18copyrightJason Wright
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell