| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the standard FreeBSD license for these files. | imp | 2005-01-13 | 4 | -28/+22 |
* | The card activation failured message is lame, and not done for other | imp | 2005-01-11 | 1 | -3/+1 |
* | /* -> /*- for a second clause | imp | 2005-01-11 | 2 | -2/+2 |
* | Use the FreeBSD standard license, since there's no reason to use the | imp | 2005-01-11 | 2 | -20/+17 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 6 | -6/+6 |
* | Add recognition of O2Micro 711M1. | imp | 2004-12-23 | 2 | -0/+2 |
* | Don't need to declare cbb module. don't know why I never saw | imp | 2004-08-16 | 2 | -2/+0 |
* | Move towards isa attachment for pccbb. This is a work in progress, but | imp | 2004-08-12 | 4 | -690/+1086 |
* | Add IDs from TI's web site. Reports from the field and inspection of | imp | 2004-07-22 | 2 | -1/+14 |
* | More TI device IDs. | imp | 2004-07-22 | 1 | -0/+3 |
* | Update comment about fast interrupts to be closer to reality | imp | 2004-07-22 | 1 | -0/+4 |
* | Improve the kludge assignment of sub-bus numbers a little by fixing an | imp | 2004-06-23 | 1 | -1/+1 |
* | Add some missing <sys/module.h> includes which are masked by the | phk | 2004-05-30 | 1 | -0/+1 |
* | When attaching pccard and cardbus children, there's no need to set the | imp | 2004-05-21 | 1 | -6/+2 |
* | Now that we have the resource allocation code in current, the kludge | imp | 2004-05-21 | 2 | -56/+10 |
* | Need to mark the interrupt from cbb as being MP safe on resume too. | imp | 2004-05-04 | 1 | -2/+2 |
* | Start programming the bus numbers for the pci<->cardbus. When the | imp | 2004-04-23 | 1 | -1/+30 |
* | Remove extra copy of code. | imp | 2004-04-13 | 1 | -7/+0 |
* | MFp4: | imp | 2004-04-12 | 1 | -4/+15 |
* | Better checks to make sure that we get good alignment. This code is a | imp | 2004-04-06 | 1 | -7/+6 |
* | Fix mis-merge from p4 by adding line getting sc. | imp | 2004-04-06 | 1 | -2/+9 |
* | MFP4: Power up with OE disabled. Similar patches went into NetBSD a | imp | 2004-04-06 | 1 | -1/+6 |
* | 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 |