aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccbb
Commit message (Expand)AuthorAgeFilesLines
...
* Reset the 16-bit bus and turn off power. More work in this area mayWarner Losh2002-07-211-1/+7
* Use a cv rather than tsleep and friends to do the sleep/wakeupWarner Losh2002-06-132-7/+15
* Make oldcard and newcard kernel module work.Takanori Watanabe2002-05-301-0/+4
* Spell hw.cbb.start_memory the same in the HINT as well as the sysctl.Warner Losh2002-04-291-1/+1
* Make sysctl RWWarner Losh2002-04-291-4/+4
* Restore NetBSD copyrights that shouldn't have been removed in the first place.Warner Losh2002-04-132-0/+60
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Check the status of the card bridge first thing, rather than last inWarner Losh2002-02-201-10/+16
* Bulk changes made during the BSDcon kernel summit and travel afterwards.Warner Losh2002-02-173-571/+658
* I am sick of being told that "cstsevent occures".Dag-Erling Smørgrav2002-02-161-2/+2
* o Use INTR_TYPE_AV (the highest possible) rather than INTR_TYPE_BIOWarner Losh2002-02-101-7/+51
* Default debugging to OFF now.Warner Losh2002-02-041-2/+0
* Migrate towards using the new exca module for 16bit stuff. This is aWarner Losh2002-01-292-566/+121
* Minor sorting ordersWarner Losh2002-01-291-2/+2
* better namespsace of static functionsWarner Losh2002-01-151-5/+9
* o Sync the device list with OLDCARD.Warner Losh2002-01-151-50/+45
* use bus_space(9) rather than the memory mapped register set. This isWarner Losh2002-01-143-82/+115
* Add support for suspending/resuming CardBus bridges.Warner Losh2001-12-151-2/+55
* Make the start memory address that we use configurable via a bootWarner Losh2001-11-261-5/+16
* style(9) fixes:Warner Losh2001-11-261-161/+147
* peter pointed out that I missed a hard coded location for the memory.Warner Losh2001-11-261-4/+5
* Make the address we kludily allocate in pccbb be a #define for easierWarner Losh2001-11-261-3/+5
* Move Intel 82092AA into the list of devices. It appears to be a oneWarner Losh2001-11-111-1/+1
* Add Omega 82c094 PCI PCMCIA bridge. It is similar to the CL-PD6729 inWarner Losh2001-11-111-3/+3
* Add PCIC_TI4410Poul-Henning Kamp2001-11-031-0/+2
* Surf the net again and find more device IDs:Warner Losh2001-09-061-6/+24
* minor commentaryWarner Losh2001-09-061-0/+10
* First, The Ricoh 5C47x chips don't have the disable the 3e0 bits.Warner Losh2001-08-291-5/+11
* Fix the hack that allocates memory when the bios haven't already done so.Jonathan Chen2001-08-271-1/+1
* Note difficulties we had in OLDCARD using NEWCARD's methods of debouncing car...Warner Losh2001-08-271-0/+6
* Part two of this NEWCARD update:Jonathan Chen2001-08-272-289/+465
* Non-functional changes to NEWCARD stuff.Jonathan Chen2001-08-264-617/+615
* Fix warning message.Warner Losh2001-06-301-3/+4
* Revert last change: it was unintended at this time.Warner Losh2001-06-201-31/+37
* Add new entries for:Warner Losh2001-06-202-38/+35
* Separate out pci cardbus bridge definitions to a common file for useWarner Losh2001-05-252-37/+66
* Add some more O2Micro devices I gleened from the web site/linux pcmcia cs.Warner Losh2001-04-182-4/+13
* Add support for the OZ6832.Warner Losh2001-04-182-0/+3
* Add O2Micro's OZ6872 Cardbus bridge.Warner Losh2001-04-112-0/+5
* Change the previous commit to be in style(9)Jesper Skriver2001-03-301-2/+1
* Fix building NEWCARD again, by includingJesper Skriver2001-03-291-0/+2
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-13/+13
* Fix memory leaks with dev_get_children().Warner Losh2001-02-081-0/+6
* o Now that I've had time to test the new interface, reintegrate it back in.Warner Losh2001-01-071-12/+11
* Undo the interface change to CARD_GET_MEMORY_OFFSET. It wasn't testedWarner Losh2001-01-071-7/+7
* * Better kld support in pccbb/cardbusJonathan Chen2001-01-062-55/+94
* Updates to match changes elsewhere in the PCI subsystem:Mike Smith2000-12-132-1/+33
* A bunch of newcard/cardbus changes that's been sitting in my tree for a while:Jonathan Chen2000-11-283-241/+333
* Cleanup allocation of resources for 16-bits. We now do the rightWarner Losh2000-10-221-12/+20
* Allow interrupts to be sharable.Warner Losh2000-10-201-9/+6