summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Undo the interface change to CARD_GET_MEMORY_OFFSET. It wasn't testedimp2001-01-071-7/+7
* * Better kld support in pccbb/cardbusjon2001-01-062-55/+94
* Updates to match changes elsewhere in the PCI subsystem:msmith2000-12-132-1/+33
* A bunch of newcard/cardbus changes that's been sitting in my tree for a while:jon2000-11-283-241/+333
* Cleanup allocation of resources for 16-bits. We now do the rightimp2000-10-221-12/+20
* Allow interrupts to be sharable.imp2000-10-201-9/+6
* Go ahead and disable the legacy mapping of the pcic registers on theimp2000-10-181-1/+1
* Initial commit of NEWCARD cardbus side (that actually compiles and works)jon2000-10-184-0/+2075
OpenPOWER on IntegriCloud