Age | Commit message (Expand) | Author |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-09-25 | remove dead store. | Charles Longeau |
2008-07-20 | On TI cardbus bridges, enable PCI interrupt routing if the device has not | Mark Kettenis |
2008-05-22 | More timeout(9) usage cleaned up. | Michael Knudsen |
2007-12-20 | Get rid of __HAVE_PCCBB_ATTACH_HOOK. | Mark Kettenis |
2007-12-19 | If the CardBus bus number is left unconfigured, only attach pcmcia(4). | Mark Kettenis |
2007-12-14 | Revert previous commit; something is still wrong, and I can't figure out what | Mark Kettenis |
2007-12-09 | Un-#ifdef code, such that we don't attach cardbus if the bus nuber is | Mark Kettenis |
2007-11-30 | skip the bad mapping checks for now, sigh | Theo de Raadt |
2007-11-30 | Skip the sanity test introduced in r1.50 on TI devices, as it gets triggered | Miod Vallat |
2007-11-26 | correct newlines surrounding the sub-bus configuration, and unify | Theo de Raadt |
2007-11-25 | missing line from previous commit; return 1 for interrupts we do handle | Theo de Raadt |
2007-11-25 | Interrupt handlers which do nothing should return 0 (or -1 if they are not | Theo de Raadt |
2007-11-25 | If some rather important registers read as 0xffffffff then the device | Theo de Raadt |
2007-11-25 | remove an ugly nested block | Theo de Raadt |
2007-11-23 | Don't do anything in the shutdownhook if the registers aren't mapped. | Mark Kettenis |
2006-10-12 | Add a symbolic name parameter to cardbus_intr_establish(). | Alexander Yurchenko |
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 |