| Commit message (Expand) | Author | Age | Files | Lines |
* | Add newly discovered ENE Technologies CardBus bridges to the list: | Warner Losh | 2003-08-22 | 2 | -0/+16 |
* | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
* | In my efforts to make checking the CD bits less error-prone, I | Warner Losh | 2003-08-20 | 1 | -1/+1 |
* | Fix typo in last commit. | Maxime Henrion | 2003-08-20 | 1 | -1/+1 |
* | Use CBB_CARD_PRESENT instead of checking STATE_CD directly since it is | Warner Losh | 2003-08-20 | 1 | -4/+6 |
* | The CD bits in the CBB_SOCKET_STATE register are 0 when the card is | Warner Losh | 2003-08-18 | 1 | -4/+3 |
* | Put the clearing of the socket cd interrupt and setting of it under | Warner Losh | 2003-08-18 | 1 | -10/+8 |
* | trivial optimization: use nameunit here. | Warner Losh | 2003-08-14 | 1 | -1/+1 |
* | MF p4: | Warner Losh | 2003-08-10 | 1 | -1/+1 |
* | Some bridges, like o2 micro and maybe ricoh, have some issues between | Warner Losh | 2003-08-10 | 1 | -10/+47 |
* | Add code to cope more with strange conditions after careful study of | Warner Losh | 2003-08-09 | 1 | -14/+42 |
* | CBB_SOCKET_STAT_ is too long. Change it to CBB_STATE_. Also, make | Warner Losh | 2003-08-09 | 2 | -31/+44 |
* | When allocating memory, align it to the minimum alignment required for | Warner Losh | 2003-08-09 | 2 | -0/+5 |
* | Add comments about some alignment that looks a little strange. | Warner Losh | 2003-08-09 | 1 | -2/+9 |
* | Minor fixes to a couple of comments. | Warner Losh | 2003-08-09 | 1 | -2/+2 |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | John Baldwin | 2003-08-07 | 1 | -5/+5 |
* | All current uses of pci_set_powerstate are bogus, at least in theory. | Warner Losh | 2003-07-03 | 1 | -2/+3 |
* | Unlock after ISR. | Warner Losh | 2003-06-12 | 1 | -1/+1 |
* | s/BURN_THE_BOATS/BURN_BRIDGES/g to adopt to new world order | Warner Losh | 2003-06-12 | 1 | -2/+2 |
* | Make cbb interrupts MPSAFE: | Warner Losh | 2003-06-12 | 2 | -22/+34 |
* | MFp4: | Warner Losh | 2003-06-07 | 2 | -54/+13 |
* | Simplify the power code somewhat (this makes the module about 100 | Warner Losh | 2003-06-07 | 2 | -85/+34 |
* | Add two of three workarounds for interrupt storms for o2micro parts as | Warner Losh | 2003-06-06 | 2 | -14/+145 |
* | Remove return after goto. | Poul-Henning Kamp | 2003-05-31 | 1 | -2/+0 |
* | Back out accidentally committed debugging | Warner Losh | 2003-05-04 | 1 | -8/+0 |
* | fix typo in TI1515 ID. | Warner Losh | 2003-05-04 | 2 | -1/+9 |
* | Grab some of the latest TI cardbus bridge IDs. Inspired by a similar | Warner Losh | 2003-05-04 | 1 | -0/+10 |
* | Fix typo on O2Micro devices names. | Warner Losh | 2003-04-29 | 1 | -2/+2 |
* | Make IRQ shareable for the cardbus case too. | Warner Losh | 2003-04-28 | 1 | -0/+1 |
* | Don't need to read this config register if we're just going to | Warner Losh | 2003-04-08 | 1 | -2/+1 |
* | MFp4: Massively unbreak module loading/unloading: | Warner Losh | 2003-04-08 | 1 | -62/+32 |
* | Add a number of IDs from linux for old, rare pci devices: | Warner Losh | 2003-02-26 | 1 | -5/+6 |
* | o transition from exca_write to exca_putb and read->getb. This is so that | Warner Losh | 2003-02-14 | 1 | -15/+7 |
* | Remove a comple of bogus debug printfs that snuck in during some | Warner Losh | 2002-11-23 | 2 | -5/+2 |
* | MFp4: | Warner Losh | 2002-11-14 | 1 | -0/+12 |
* | MFp4: | Warner Losh | 2002-11-14 | 1 | -4/+7 |
* | Detach the pccard bus children when we eject a 16-bit card, not the | Warner Losh | 2002-11-04 | 1 | -1/+1 |
* | MFp4: | Warner Losh | 2002-11-02 | 1 | -4/+9 |
* | o Set CBB_CARD_OK just before CARD_ATTACH_CARD. If ATTACH_CARD fails, then | Warner Losh | 2002-10-11 | 1 | -12/+14 |
* | Make kldunload cbb work: | Warner Losh | 2002-10-08 | 1 | -22/+17 |
* | MFp4: | Warner Losh | 2002-10-07 | 2 | -46/+76 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | Scott Long | 2002-10-02 | 1 | -1/+1 |
* | reprobe not needed here either | Warner Losh | 2002-09-10 | 1 | -30/+0 |
* | Fix typos: s/O2Mirco/O2Micro/ | Marc Fonvieille | 2002-08-24 | 1 | -6/+6 |
* | Rename the pccbb device to cbb. | Warner Losh | 2002-08-15 | 2 | -311/+318 |
* | When we allocate our bus address via the kludge that we have in the | Warner Losh | 2002-08-10 | 2 | -16/+23 |
* | confirmed OZ6912 and 6972 share same pci ID | Warner Losh | 2002-08-10 | 1 | -1/+1 |
* | No doubt about it, I gotta get a better hat: | Warner Losh | 2002-07-26 | 1 | -0/+1 |
* | Looks like a last second change wasn't completely backed out. | Warner Losh | 2002-07-26 | 1 | -1/+0 |
* | MFp4: | Warner Losh | 2002-07-26 | 4 | -127/+156 |