Age | Commit message (Expand) | Author |
2006-06-21 | removal of '#ifdef rbus ... #else ...' directives, we use rbus in all | Felix Kronlage |
2006-06-14 | remove redundant commented debug define | Felix Kronlage |
2006-04-02 | - add pccbb_attach_hook in pccbbattach for MD initializations. | Brad Smith |
2006-03-11 | splvm. | Brad Smith |
2006-03-11 | remove splimp handler. | Brad Smith |
2005-11-26 | Add some missing 'break;'s in auich and auixp that lint spotted. While | Kenneth R Westerback |
2005-11-23 | use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes... | Michael Shalayeff |
2005-10-05 | Support the CardBus part of TI's PCI7XX1 controllers. | Thierry Deval |
2005-10-02 | add special handling for some o2micro devices, so by instance atheros works. | Federico G. Schwindt |
2005-09-16 | spelling. | Federico G. Schwindt |
2005-08-03 | enforce 10-bit width for i/o addresses when start address is assigned by | Federico G. Schwindt |
2005-01-27 | Add pcmcia_intr_string() to format the intr string for pcmcia attach | Todd C. Miller |
2004-07-14 | tweaks for ti12xx bridges; from freebsd via rees@ | Michael Shalayeff |
2003-12-23 | do not panic if there is no IPL_IMP | Michael Shalayeff |
2003-06-25 | add topic97b support; from netbsd and tested by Pedro la Peu <pedro@am-gen.org> | Michael Shalayeff |
2002-07-23 | Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and other | Dale Rahn |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-30 | TI 1410 PCI-CardBus support. | Federico G. Schwindt |
2001-12-24 | fix a // comment and kill a few trailing spaces | Michael Shalayeff |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
2001-08-22 | Initialize auto variable (win[{0,1}].win_flags). Also, if PCCBB_MEM_CACHABLE | Aaron Campbell |
2001-08-19 | fetch sc_intline from pci_intr_line(ih) to accomodate for | Michael Shalayeff |
2001-08-19 | ...and convert this one as well. | Miod Vallat |
2001-08-17 | quieten pcmcia/cardbus interrupt handling at unsuspend time | Theo de Raadt |
2001-06-20 | Comment spelling fix, and remove static regardless of | Niklas Hallqvist |
2001-06-12 | Make pci_mapreg_map take an extra argument where we can | Niklas Hallqvist |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-01 | restore socket base addr and bus number on resume; from netbsd | Michael Shalayeff |
2001-02-01 | Do not attempt to attach cards that have unsupported (i.e., non-5, non-3) | Aaron Campbell |
2001-01-27 | introduce and use a flag indicating that interrupts are | Michael Shalayeff |
2001-01-22 | repair printing | Theo de Raadt |
2001-01-21 | map and establish interrupt earlier in the attach routine, | Michael Shalayeff |
2000-12-06 | BUG FIX: change enable sequence for 16-bit pcmcia cards. This change | Aaron Campbell |
2000-11-29 | Bugfix: reset 16-bit pcmcia in chip initialisation sequence; from NetBSD. | Aaron Campbell |
2000-11-29 | Correct PCI interrupt setup routine for Texas Instruments PCI113X CardBus | Aaron Campbell |
2000-11-29 | Clarify that the RX5C57X requires write to the PCI_LEGACY to disable and | Aaron Campbell |
2000-11-29 | Power down PC cards at shutdown time; from NetBSD. I'm also reverting my own | Aaron Campbell |
2000-10-09 | Defer most of the attach process as recommended in the comments; mickey@ ok | Aaron Campbell |
2000-09-24 | For the Toshiba TOPIC95B CardBus controller, we must clear the socket and slot | Aaron Campbell |
2000-07-25 | convert to new timeouts | Michael Shalayeff |
2000-07-06 | Sync with NetBSD. | Aaron Campbell |
2000-07-06 | Reorder irq enabling and vector setup; makes Ricoh-based PCI-CardBus bridges | Aaron Campbell |
2000-04-26 | Remove one of my completely incomprehensible debugging printf's. | Aaron Campbell |
2000-04-20 | Fix function prototype so it compiles again. | Aaron Campbell |
2000-04-08 | Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many | Aaron Campbell |