aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccbb
Commit message (Expand)AuthorAgeFilesLines
* Add a number of IDs from linux for old, rare pci devices:Warner Losh2003-02-261-5/+6
* o transition from exca_write to exca_putb and read->getb. This is so thatWarner Losh2003-02-141-15/+7
* Remove a comple of bogus debug printfs that snuck in during someWarner Losh2002-11-232-5/+2
* MFp4:Warner Losh2002-11-141-0/+12
* MFp4:Warner Losh2002-11-141-4/+7
* Detach the pccard bus children when we eject a 16-bit card, not theWarner Losh2002-11-041-1/+1
* MFp4:Warner Losh2002-11-021-4/+9
* o Set CBB_CARD_OK just before CARD_ATTACH_CARD. If ATTACH_CARD fails, thenWarner Losh2002-10-111-12/+14
* Make kldunload cbb work:Warner Losh2002-10-081-22/+17
* MFp4:Warner Losh2002-10-072-46/+76
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-1/+1
* reprobe not needed here eitherWarner Losh2002-09-101-30/+0
* Fix typos: s/O2Mirco/O2Micro/Marc Fonvieille2002-08-241-6/+6
* Rename the pccbb device to cbb.Warner Losh2002-08-152-311/+318
* When we allocate our bus address via the kludge that we have in theWarner Losh2002-08-102-16/+23
* confirmed OZ6912 and 6972 share same pci IDWarner Losh2002-08-101-1/+1
* No doubt about it, I gotta get a better hat:Warner Losh2002-07-261-0/+1
* Looks like a last second change wasn't completely backed out.Warner Losh2002-07-261-1/+0
* MFp4:Warner Losh2002-07-264-126/+155
* 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