summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_pgt_pci.c
AgeCommit message (Expand)Author
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2022-03-11Constify struct cfattach.Martin Pieuchot
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2010-08-27Massage the powerhook function into an activate function, and since we doTheo de Raadt
2010-08-07Unmap registers upon detach. Avoid panics when detaching a partially attachedMark Kettenis
2009-06-02Add more CardBus ids to PCI attachments to cope withJonathan Gray
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2006-11-18Remove some useless variables/code dealing with cardbus BARsAlexander Yurchenko
2006-11-10acx(4) doesn't use rssadapt(9).Damien Bergamini
2006-10-02Simplify device attachment. From brad@ with a tiny correction.Marcus Glocker
2006-09-16Bring pgt(4) in a working state. Much work also done by claudio@.Marcus Glocker
2006-08-31Do proper chipset identification.Marcus Glocker
2006-08-31Get firmware loaded.Marcus Glocker
2006-08-28Move DMA mapping code from if_pgt_pci.c to pgt.c and port it as is for now.Marcus Glocker
2006-08-24Add some first PCI glue.Marcus Glocker
2006-08-22Very initial import to support the PrismGT chipset (FullMAC for now).Marcus Glocker