summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
Commit message (Expand)AuthorAgeFilesLines
* 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
* use bus_space(9) rather than the memory mapped register set. This isimp2002-01-143-82/+115
* 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
* Move Intel 82092AA into the list of devices. It appears to be a oneimp2001-11-111-1/+1
* Add Omega 82c094 PCI PCMCIA bridge. It is similar to the CL-PD6729 inimp2001-11-111-3/+3
* Add PCIC_TI4410phk2001-11-031-0/+2
* Surf the net again and find more device IDs:imp2001-09-061-6/+24
* 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-272-290/+466
* Non-functional changes to NEWCARD stuff.jon2001-08-264-626/+624
* 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-202-38/+35
* Separate out pci cardbus bridge definitions to a common file for useimp2001-05-252-37/+66
* Add some more O2Micro devices I gleened from the web site/linux pcmcia cs.imp2001-04-182-4/+13
* Add support for the OZ6832.imp2001-04-182-0/+3
* Add O2Micro's OZ6872 Cardbus bridge.imp2001-04-112-0/+5
* Change the previous commit to be in style(9)jesper2001-03-301-2/+1
* Fix building NEWCARD again, by includingjesper2001-03-291-0/+2
* Change and clean the mutex lock interface.bmilekic2001-02-091-13/+13
* Fix memory leaks with dev_get_children().imp2001-02-081-0/+6
* o Now that I've had time to test the new interface, reintegrate it back in.imp2001-01-071-12/+11
OpenPOWER on IntegriCloud