summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pccbb.c
AgeCommit message (Expand)Author
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-01restore socket base addr and bus number on resume; from netbsdMichael Shalayeff
2001-02-01Do not attempt to attach cards that have unsupported (i.e., non-5, non-3)Aaron Campbell
2001-01-27introduce and use a flag indicating that interrupts areMichael Shalayeff
2001-01-22repair printingTheo de Raadt
2001-01-21map and establish interrupt earlier in the attach routine,Michael Shalayeff
2000-12-06BUG FIX: change enable sequence for 16-bit pcmcia cards. This changeAaron Campbell
2000-11-29Bugfix: reset 16-bit pcmcia in chip initialisation sequence; from NetBSD.Aaron Campbell
2000-11-29Correct PCI interrupt setup routine for Texas Instruments PCI113X CardBusAaron Campbell
2000-11-29Clarify that the RX5C57X requires write to the PCI_LEGACY to disable andAaron Campbell
2000-11-29Power down PC cards at shutdown time; from NetBSD. I'm also reverting my ownAaron Campbell
2000-10-09Defer most of the attach process as recommended in the comments; mickey@ okAaron Campbell
2000-09-24For the Toshiba TOPIC95B CardBus controller, we must clear the socket and slotAaron Campbell
2000-07-25convert to new timeoutsMichael Shalayeff
2000-07-06Sync with NetBSD.Aaron Campbell
2000-07-06Reorder irq enabling and vector setup; makes Ricoh-based PCI-CardBus bridgesAaron Campbell
2000-04-26Remove one of my completely incomprehensible debugging printf's.Aaron Campbell
2000-04-20Fix function prototype so it compiles again.Aaron Campbell
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell