summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
Commit message (Expand)AuthorAgeFilesLines
* 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
* confirmed OZ6912 and 6972 share same pci IDimp2002-08-101-1/+1
* No doubt about it, I gotta get a better hat:imp2002-07-261-0/+1
* Looks like a last second change wasn't completely backed out.imp2002-07-261-1/+0
* MFp4:imp2002-07-264-127/+156
* Reset the 16-bit bus and turn off power. More work in this area mayimp2002-07-211-1/+7
* Use a cv rather than tsleep and friends to do the sleep/wakeupimp2002-06-132-7/+15
* Make oldcard and newcard kernel module work.takawata2002-05-301-0/+4
* Spell hw.cbb.start_memory the same in the HINT as well as the sysctl.imp2002-04-291-1/+1
* Make sysctl RWimp2002-04-291-4/+4
* Restore NetBSD copyrights that shouldn't have been removed in the first place.imp2002-04-132-0/+60
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Check the status of the card bridge first thing, rather than last inimp2002-02-201-10/+16
* Bulk changes made during the BSDcon kernel summit and travel afterwards.imp2002-02-173-582/+669
* I am sick of being told that "cstsevent occures".des2002-02-161-2/+2
* o Use INTR_TYPE_AV (the highest possible) rather than INTR_TYPE_BIOimp2002-02-101-7/+51
* Default debugging to OFF now.imp2002-02-041-2/+0
* Migrate towards using the new exca module for 16bit stuff. This is aimp2002-01-292-566/+121
* Minor sorting ordersimp2002-01-291-2/+2
* better namespsace of static functionsimp2002-01-151-5/+9
* o Sync the device list with OLDCARD.imp2002-01-151-51/+46
OpenPOWER on IntegriCloud