summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/puc_cardbus.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify various parts of the puc(4) attachment code. Tested lightlyderaadt2011-11-151-2/+2
| | | | by krw and myself.
* replace a bunch of BAR wrangling code with calls to the pcijsg2010-03-271-2/+2
| | | | | | code it was originally copied from. ok kettenis@
* Give cardbus the pci_chipset_tag_t from pccbb and push it out throughjsg2010-03-271-11/+10
| | | | | | | cardbus_attach_args so we can switch to using proper pci config space functions instead of callback based wrappers. ok oga@ krw@ kettenis@
* Bring back cardbus_chipset_tag_t which is in practice ajsg2010-03-271-3/+3
| | | | | | | pointer to the pccbb softc, to distinguish it from a pci_chipset_tag_t which can be passed to the normal pci functions. Suggested by and ok kettenis@
* Remove some cardbus defines and types which are identical tojsg2010-03-221-7/+7
| | | | | | their pci counterparts, similar to recent changes in NetBSD. ok oga@ deraadt@ jasper@
* Make puc(4) detachable.kettenis2007-12-041-13/+22
| | | | Tested by millert@
* Add a symbolic name parameter to cardbus_intr_establish().grange2006-10-121-2/+2
| | | | | | Count cardbus devices interrupts in cbb(4) using evcount(9). ok deraadt@
* puc@cardbus (only added (commented out) to whom has puc@pci enabled)mickey2006-07-311-0/+187
tested on puc@pci by fkr and meself on the cardbus. still needs a bit more work but generally works. deraadt@ ok and some input from miod@