summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_pgt_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi2015-12-111-5/+2
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+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
* Massage the powerhook function into an activate function, and since we doderaadt2010-08-271-2/+3
* Unmap registers upon detach. Avoid panics when detaching a partially attachedkettenis2010-08-071-3/+8
* Add more CardBus ids to PCI attachments to cope withjsg2009-06-021-2/+3
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-4/+4
* Remove some useless variables/code dealing with cardbus BARsgrange2006-11-181-5/+2
* acx(4) doesn't use rssadapt(9).damien2006-11-101-3/+1
* Simplify device attachment. From brad@ with a tiny correction.mglocker2006-10-021-2/+2
* Bring pgt(4) in a working state. Much work also done by claudio@.mglocker2006-09-161-1/+6
* Do proper chipset identification.mglocker2006-08-311-1/+5
* Get firmware loaded.mglocker2006-08-311-2/+5
* Move DMA mapping code from if_pgt_pci.c to pgt.c and port it as is for now.mglocker2006-08-281-485/+2
* Add some first PCI glue.mglocker2006-08-241-37/+59
* Very initial import to support the PrismGT chipset (FullMAC for now).mglocker2006-08-221-0/+607