summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/include/rbus_machdep.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
| | | | Discussed and okay drahn@. Okay deraadt@.
* PCI-Cardbus bridge support for both O2 (macepcibr) and Octane/Origin (xbridge)miod2009-07-211-0/+60
class systems. Tested on O2 and Origin 200 with wi@pcmcia and xl@cardbus, using a Ricoh 5C475-based cbb(4) board. acx@cardbus doesn't work reliably yet, so your mileage may vary until more bugs are fixed. Thanks to matthieu@ for lending me some cardbus devices for testing.