summaryrefslogtreecommitdiff
path: root/sys/dev/pci/i82365_pci.c
AgeCommit message (Expand)Author
2024-09-04Fix some spelling.Marcus Glocker
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2024-05-13remove prototypes with no matching functionJonathan 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
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-01-27Add pcmcia_intr_string() to format the intr string for pcmcia attachTodd C. Miller
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-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2000-09-04match pcic at isa memory config, free resources on failure (-1 panic); aaron@ okMichael Shalayeff
2000-08-03Don't print out the name of the controller twice.Aaron Campbell
2000-08-01Add PCI attachment for i82365-compatible PCMCIA controllers. Needed forAaron Campbell