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_atw_pci.c
Age
Commit message (
Expand
)
Author
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2010-08-29
Massage the powerhook functions into activate functions, and then call
Theo de Raadt
2009-06-02
let atw at pci be detachable; untested.
Jonathan Gray
2009-06-02
Add more CardBus ids to PCI attachments to cope with
Jonathan Gray
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-10-22
only output on situations where power state is D3. unify the message in
Federico G. Schwindt
2007-10-22
Use pci_set_powerstate(), shrinking the code and unifying the different
Federico G. Schwindt
2005-09-08
Remove the last of the FreeBSD compatiblity goop.
Jonathan Gray
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-06-26
Use pci_matchbyid().
Brad Smith
2004-12-31
Define atw cfdriver struct in atw.c so atw at cardbus does not
Jonathan Gray
2004-07-25
Store pci/cardbus revision number. From NetBSD (dyoung)
Todd C. Miller
2004-06-27
Reduce verbosity of atw PCI attach without removing actual info.
Todd C. Miller
2004-06-22
atw(4) driver from NetBSD (dyoung). Based in part on a port by
Todd C. Miller