summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
Commit message (Expand)AuthorAgeFilesLines
* Fix a harmless typo (use of res instead of rle: if rle is NULL, we'dimp2003-11-121-3/+4
* -Wunusedimp2003-11-081-1/+1
* Remove channeling interrupts to IRQ1. Some chipsets don't do theimp2003-11-071-0/+7
* Backswards is as backwards does: If we're MPSAFE, then we don't needimp2003-10-241-2/+2
* Add newly discovered ENE Technologies CardBus bridges to the list:imp2003-08-222-0/+16
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* In my efforts to make checking the CD bits less error-prone, Iimp2003-08-201-1/+1
* Fix typo in last commit.mux2003-08-201-1/+1
* Use CBB_CARD_PRESENT instead of checking STATE_CD directly since it isimp2003-08-201-4/+6
* The CD bits in the CBB_SOCKET_STATE register are 0 when the card isimp2003-08-181-4/+3
* Put the clearing of the socket cd interrupt and setting of it underimp2003-08-181-10/+8
* trivial optimization: use nameunit here.imp2003-08-141-1/+1
* MF p4:imp2003-08-101-1/+1
* Some bridges, like o2 micro and maybe ricoh, have some issues betweenimp2003-08-101-10/+47
* Add code to cope more with strange conditions after careful study ofimp2003-08-091-14/+42
* CBB_SOCKET_STAT_ is too long. Change it to CBB_STATE_. Also, makeimp2003-08-092-31/+44
* When allocating memory, align it to the minimum alignment required forimp2003-08-092-0/+5
* Add comments about some alignment that looks a little strange.imp2003-08-091-2/+9
* Minor fixes to a couple of comments.imp2003-08-091-2/+2
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-5/+5
* All current uses of pci_set_powerstate are bogus, at least in theory.imp2003-07-031-2/+3
* Unlock after ISR.imp2003-06-121-1/+1
* s/BURN_THE_BOATS/BURN_BRIDGES/g to adopt to new world orderimp2003-06-121-2/+2
* Make cbb interrupts MPSAFE:imp2003-06-122-22/+34
* MFp4:imp2003-06-072-54/+13
* Simplify the power code somewhat (this makes the module about 100imp2003-06-072-85/+34
* Add two of three workarounds for interrupt storms for o2micro parts asimp2003-06-062-14/+145
* Remove return after goto.phk2003-05-311-2/+0
* Back out accidentally committed debuggingimp2003-05-041-8/+0
* fix typo in TI1515 ID.imp2003-05-042-1/+9
* Grab some of the latest TI cardbus bridge IDs. Inspired by a similarimp2003-05-041-0/+10
* Fix typo on O2Micro devices names.imp2003-04-291-2/+2
* Make IRQ shareable for the cardbus case too.imp2003-04-281-0/+1
* Don't need to read this config register if we're just going toimp2003-04-081-2/+1
* MFp4: Massively unbreak module loading/unloading:imp2003-04-081-62/+32
* Add a number of IDs from linux for old, rare pci devices:imp2003-02-261-5/+6
* o transition from exca_write to exca_putb and read->getb. This is so thatimp2003-02-141-15/+7
* Remove a comple of bogus debug printfs that snuck in during someimp2002-11-232-5/+2
* MFp4:imp2002-11-141-0/+12
* MFp4:imp2002-11-141-4/+7
* Detach the pccard bus children when we eject a 16-bit card, not theimp2002-11-041-1/+1
* MFp4:imp2002-11-021-4/+9
* o Set CBB_CARD_OK just before CARD_ATTACH_CARD. If ATTACH_CARD fails, thenimp2002-10-111-12/+14
* Make kldunload cbb work:imp2002-10-081-22/+17
* MFp4:imp2002-10-072-46/+76
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* reprobe not needed here eitherimp2002-09-101-30/+0
* Fix typos: s/O2Mirco/O2Micro/blackend2002-08-241-6/+6
* Rename the pccbb device to cbb.imp2002-08-152-311/+318
* When we allocate our bus address via the kludge that we have in theimp2002-08-102-16/+23
OpenPOWER on IntegriCloud