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