summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pccbbvar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Save and restore pci config space registers common to all PCI-CardBuskettenis2010-09-061-1/+14
| | | | | | bridges when we do suspend and resume. ok deraadt@
* As per NetBSD move HAYAKAWA Koichi's licenses to two clause.jsg2010-01-131-6/+1
|
* Stop using rbus to set up the socket BAR if it has been left unitializedkettenis2009-07-251-7/+1
| | | | | | | | by the firmware; our PCI code takes care of this now. Also eliminate support for I/O socket BARs. There is no evidence they actually exist. Clean up some unused structure members while there. ok miod@
* Skip the sanity test introduced in r1.50 on TI devices, as it gets triggeredmiod2007-11-301-1/+2
| | | | with valid devices.
* Add a symbolic name parameter to cardbus_intr_establish().grange2006-10-121-1/+2
| | | | | | Count cardbus devices interrupts in cbb(4) using evcount(9). ok deraadt@
* removal of '#ifdef rbus ... #else ...' directives, we use rbus in allfkr2006-06-211-3/+1
| | | | | | | | cases anyways, so we might as well remove code (the !rbus case) thats been dead throughout the last years and just use the rbus code without ifdefs. brad, miod "I am all for this diff" ok deraadt, mickey
* - add pccbb_attach_hook in pccbbattach for MD initializations.brad2006-04-021-1/+2
| | | | | | | - omit arithmetics to bus_space_handle_t. - remove use of IST_LEVEL; not defined on sparc64 and unused. From NetBSD
* add special handling for some o2micro devices, so by instance atheros works.fgsch2005-10-021-2/+3
| | | | | | | adapted from similar linux change by Aristeu Sergio Rozanski Filho <aris at cathedrallabs dot org> via Leonardo Chiquitto Filho <leonardo at iken dot com dot br>. test compiled by pedro@.
* complete rearrange and spaces. makes this readable. no binary change.fgsch2005-09-231-1/+7
|
* tweaks for ti12xx bridges; from freebsd via rees@mickey2004-07-141-3/+4
|
* First round of __P removal in sysmillert2002-03-141-4/+4
|
* restore socket base addr and bus number on resume; from netbsdmickey2001-05-011-1/+4
|
* introduce and use a flag indicating that interrupts aremickey2001-01-271-1/+2
| | | | | | | | | enabled for this cbb. essentially this means that cbb driver has completed it's initialization and is ready to treat interrupts. this was exposed by ccb's sharing their interrupt and pccbbintr() being called for cbb which has not completed attachment due to interrupt sharing.
* convert to new timeoutsmickey2000-07-251-1/+4
|
* Sync with NetBSD.aaron2000-07-061-2/+3
|
* Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyaaron2000-04-081-0/+174
machines, this code needs the new PCIBIOS* options enabled in the kernel config file to work, but your mileage may vary. Included is a working 3c575 driver for 3Com 10/100 CardBus PC Card NICs (tested only with the 'C' revision). The 3c575 is the pccard version of the PCI EtherLink XL cards, and thus the xl driver has been split into /sys/dev/ic.