summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/rbus.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove unused offset argument to rbus functionsjsg2010-09-221-5/+4
| | | | ok krw@ kettenis@
* Remove parent/slave mode of rbus as nothing uses it.jsg2010-04-021-24/+4
| | | | ok kettenis, sgi usage of rbus_new_body() pointed out by miod
* As per NetBSD move HAYAKAWA Koichi's licenses to two clause.jsg2010-01-131-6/+1
|
* Make rbus_new_body() invocable from outside cardbus.c, to allow md codemiod2009-07-211-1/+5
| | | | | to use it to allocate a ``every operation will fail'' rbus in case of error.
* 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
* attempt at correcting the comments to somewhat more proper englishfkr2006-06-081-15/+17
| | | | prodded by uwe@
* knf; no binary change.fgsch2005-09-131-41/+29
|
* typotdeval2002-05-271-2/+2
|
* First round of __P removal in sysmillert2002-03-141-18/+18
|
* Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyaaron2000-04-081-0/+166
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.