| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -3/+3 |
* | kthread_exit() no longer requires Giant, so don't force callers to acquire | jhb | 2004-03-05 | 1 | -1/+0 |
* | MFp4: | imp | 2004-01-04 | 2 | -5/+5 |
* | Fix typo in ENE CB710 description. It isn't a 720. | imp | 2003-12-22 | 1 | -1/+1 |
* | Fix a harmless typo (use of res instead of rle: if rle is NULL, we'd | imp | 2003-11-12 | 1 | -3/+4 |
* | -Wunused | imp | 2003-11-08 | 1 | -1/+1 |
* | Remove channeling interrupts to IRQ1. Some chipsets don't do the | imp | 2003-11-07 | 1 | -0/+7 |
* | Backswards is as backwards does: If we're MPSAFE, then we don't need | imp | 2003-10-24 | 1 | -2/+2 |
* | Add newly discovered ENE Technologies CardBus bridges to the list: | imp | 2003-08-22 | 2 | -0/+16 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | In my efforts to make checking the CD bits less error-prone, I | imp | 2003-08-20 | 1 | -1/+1 |
* | Fix typo in last commit. | mux | 2003-08-20 | 1 | -1/+1 |
* | Use CBB_CARD_PRESENT instead of checking STATE_CD directly since it is | imp | 2003-08-20 | 1 | -4/+6 |
* | The CD bits in the CBB_SOCKET_STATE register are 0 when the card is | imp | 2003-08-18 | 1 | -4/+3 |
* | Put the clearing of the socket cd interrupt and setting of it under | imp | 2003-08-18 | 1 | -10/+8 |
* | trivial optimization: use nameunit here. | imp | 2003-08-14 | 1 | -1/+1 |
* | MF p4: | imp | 2003-08-10 | 1 | -1/+1 |
* | Some bridges, like o2 micro and maybe ricoh, have some issues between | imp | 2003-08-10 | 1 | -10/+47 |
* | Add code to cope more with strange conditions after careful study of | imp | 2003-08-09 | 1 | -14/+42 |
* | CBB_SOCKET_STAT_ is too long. Change it to CBB_STATE_. Also, make | imp | 2003-08-09 | 2 | -31/+44 |
* | When allocating memory, align it to the minimum alignment required for | imp | 2003-08-09 | 2 | -0/+5 |
* | Add comments about some alignment that looks a little strange. | imp | 2003-08-09 | 1 | -2/+9 |
* | Minor fixes to a couple of comments. | imp | 2003-08-09 | 1 | -2/+2 |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | jhb | 2003-08-07 | 1 | -5/+5 |
* | All current uses of pci_set_powerstate are bogus, at least in theory. | imp | 2003-07-03 | 1 | -2/+3 |
* | Unlock after ISR. | imp | 2003-06-12 | 1 | -1/+1 |
* | s/BURN_THE_BOATS/BURN_BRIDGES/g to adopt to new world order | imp | 2003-06-12 | 1 | -2/+2 |
* | Make cbb interrupts MPSAFE: | imp | 2003-06-12 | 2 | -22/+34 |
* | MFp4: | imp | 2003-06-07 | 2 | -54/+13 |
* | Simplify the power code somewhat (this makes the module about 100 | imp | 2003-06-07 | 2 | -85/+34 |
* | Add two of three workarounds for interrupt storms for o2micro parts as | imp | 2003-06-06 | 2 | -14/+145 |
* | Remove return after goto. | phk | 2003-05-31 | 1 | -2/+0 |
* | Back out accidentally committed debugging | imp | 2003-05-04 | 1 | -8/+0 |
* | fix typo in TI1515 ID. | imp | 2003-05-04 | 2 | -1/+9 |
* | Grab some of the latest TI cardbus bridge IDs. Inspired by a similar | imp | 2003-05-04 | 1 | -0/+10 |
* | Fix typo on O2Micro devices names. | imp | 2003-04-29 | 1 | -2/+2 |
* | Make IRQ shareable for the cardbus case too. | imp | 2003-04-28 | 1 | -0/+1 |
* | Don't need to read this config register if we're just going to | imp | 2003-04-08 | 1 | -2/+1 |
* | MFp4: Massively unbreak module loading/unloading: | imp | 2003-04-08 | 1 | -62/+32 |
* | Add a number of IDs from linux for old, rare pci devices: | imp | 2003-02-26 | 1 | -5/+6 |
* | o transition from exca_write to exca_putb and read->getb. This is so that | imp | 2003-02-14 | 1 | -15/+7 |
* | Remove a comple of bogus debug printfs that snuck in during some | imp | 2002-11-23 | 2 | -5/+2 |
* | MFp4: | imp | 2002-11-14 | 1 | -0/+12 |
* | MFp4: | imp | 2002-11-14 | 1 | -4/+7 |
* | Detach the pccard bus children when we eject a 16-bit card, not the | imp | 2002-11-04 | 1 | -1/+1 |
* | MFp4: | imp | 2002-11-02 | 1 | -4/+9 |
* | o Set CBB_CARD_OK just before CARD_ATTACH_CARD. If ATTACH_CARD fails, then | imp | 2002-10-11 | 1 | -12/+14 |
* | Make kldunload cbb work: | imp | 2002-10-08 | 1 | -22/+17 |
* | MFp4: | imp | 2002-10-07 | 2 | -46/+76 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 1 | -1/+1 |