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