summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/rbus.c
AgeCommit message (Expand)Author
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-09-13Remove an unreachable return statement (and fix a whitespace nit).simonb
2003-05-17Fix some DPRINTF statements to deal with bus_addr_t and bus_size_t typesscw
2003-03-22PCI-CardBus bridge support for sparc64:nakayama
2002-11-25Avoid strict-alias warnings.thorpej
2002-04-22Let's not free an uninitialized variable.matt
2002-03-10Undo my previous change that worked around a problem attaching a 3c562d.christos
2001-12-24make sure that we adjust the end of the subrange if we adjusted the beginningchristos
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-07-10Bug fix: call extent_subregion() with alignment = 1 instead of 0.haya
2000-05-30Call extent_alloc_subregion() with EX_MALLOCOK inhaya
2000-05-26KNFfied those files.haya
2000-05-08Fix the most glaring bug in the old rbus code. This way your machine won'taugustss
2000-05-08Back out my rbus change since it seems to break things.augustss
2000-05-08KNF the code and fix three bugs:augustss
1999-11-06It's okay for a memory region to be larger than it's alignment.soren
1999-10-15add NetBSD ID tag.haya
1999-10-15This is the first check-in of CardBus driver. CardBus driver containshaya