summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb/pccbb.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-2/+0
* 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-071-43/+71
* 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-151-302/+309
* When we allocate our bus address via the kludge that we have in theimp2002-08-101-13/+19
* 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-261-75/+79
* 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-131-6/+13
* 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-131-0/+30
* 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-171-444/+517
* 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-291-558/+120
* better namespsace of static functionsimp2002-01-151-5/+9
* o Sync the device list with OLDCARD.imp2002-01-151-51/+46
* use bus_space(9) rather than the memory mapped register set. This isimp2002-01-141-72/+106
* Add support for suspending/resuming CardBus bridges.imp2001-12-151-2/+55
* Make the start memory address that we use configurable via a bootimp2001-11-261-5/+16
* style(9) fixes:imp2001-11-261-162/+148
* peter pointed out that I missed a hard coded location for the memory.imp2001-11-261-4/+5
* Make the address we kludily allocate in pccbb be a #define for easierimp2001-11-261-3/+5
* Add PCIC_TI4410phk2001-11-031-0/+2
* minor commentaryimp2001-09-061-0/+10
* First, The Ricoh 5C47x chips don't have the disable the 3e0 bits.imp2001-08-291-5/+11
* Fix the hack that allocates memory when the bios haven't already done so.jon2001-08-271-1/+1
* Note difficulties we had in OLDCARD using NEWCARD's methods of debouncing car...imp2001-08-271-0/+6
* Part two of this NEWCARD update:jon2001-08-271-278/+459
* Non-functional changes to NEWCARD stuff.jon2001-08-261-466/+464
* Fix warning message.imp2001-06-301-3/+4
* Revert last change: it was unintended at this time.imp2001-06-201-31/+37
* Add new entries for:imp2001-06-201-37/+31
* Add some more O2Micro devices I gleened from the web site/linux pcmcia cs.imp2001-04-181-2/+6
* Add support for the OZ6832.imp2001-04-181-0/+2
OpenPOWER on IntegriCloud