summaryrefslogtreecommitdiff
path: root/sys/dev/pci/adw_pci.c
AgeCommit message (Expand)Author
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2022-03-11Constify struct cfattach.Martin Pieuchot
2021-03-05ansiJonathan Gray
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2002-11-19Add a simplistic table driven lookup routine and use it where appropriate.Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-07-11Eliminate use of static functions in line with normal OpenBSDKenneth R Westerback
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-04-11Update the adw driver to use the latest version of firmware (3.3f).Kenneth R Westerback
2000-06-28sync with NetBSD v1.7Kenneth R Westerback
2000-04-29add $ tagKenneth R Westerback
2000-02-19From NetBSD:Todd C. Miller
2000-02-07sync with netbsd. ok @deraadtKenneth R Westerback
2000-02-05support new u2w cards; dante@mclink.it, merged by kwesterback@home.comTheo de Raadt
1998-11-17Add adw device driver, from NetBSD.Jason Downs