summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/pgtvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-3/+1
* replace workqs with tasks for handling resumedlg2013-11-141-2/+2
* change void * to a caddr_tdhill2011-07-031-2/+2
* Stop doing shutdown hooks in network drivers where possible. We alreadyderaadt2010-09-201-3/+1
* Massage the powerhook function into an activate function, and since we doderaadt2010-08-271-1/+4
* Kill unused kthread struct.mglocker2006-10-091-2/+1
* Add powerhooks. Tested with a Netgear WG511v1 on my X40.mglocker2006-10-091-3/+4
* Fix cardbus support for pgt(4). Tested with a Netgear WG511.mglocker2006-10-061-1/+5
* Simplify device attachment. From brad@ with a tiny correction.mglocker2006-10-021-3/+2
* Bring pgt(4) in a working state. Much work also done by claudio@.mglocker2006-09-161-37/+79
* Some first cleanup run.mglocker2006-08-311-18/+17
* Do proper chipset identification.mglocker2006-08-311-5/+1
* Get firmware loaded.mglocker2006-08-311-1/+2
* Move DMA mapping code from if_pgt_pci.c to pgt.c and port it as is for now.mglocker2006-08-281-3/+7
* Add some first PCI glue.mglocker2006-08-241-1/+2
* Very initial import to support the PrismGT chipset (FullMAC for now).mglocker2006-08-221-0/+205