summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/rbus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove unused offset argument to rbus functionsjsg2010-09-221-14/+10
* Remove parent/slave mode of rbus as nothing uses it.jsg2010-04-021-81/+8
* 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-6/+3
* Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t insteadmiod2009-07-211-3/+3
* Un-staticize if option DDB.miod2007-09-171-5/+8
* some missing cleanup from the previous commit.fgsch2005-09-131-5/+3
* knf; no binary change.fgsch2005-09-131-260/+206
* brings in a few fixes from NetBSD...brad2004-07-091-11/+11
* typos from Tom Cosgrove;jmc2003-10-211-3/+3
* alignment for extent_alloc_subregion cannot be zeromickey2003-06-261-2/+2
* Don't free an uninitialized pointer. art@ oknordin2002-06-071-2/+1
* First round of __P removal in sysmillert2002-03-141-3/+3
* Get rid of the wrapper macros around extent_alloc*1art2001-07-051-4/+4
* Bug fix from NetBSD, plus some more DPRINTF().aaron2000-05-311-4/+11
* Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyaaron2000-04-081-0/+387