summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/cardbus_map.c
AgeCommit message (Expand)Author
2010-03-15Delete unused functions cardbus_save_bar() and cardbus_restore_bar().dyoung
2010-03-04This is *always* compiled with #define rbus 1, so get rid of thedyoung
2010-02-26Use PCI_ constants and macros instead of CARDBUS_. Usedyoung
2010-02-25Cardbus_free_tag() and cardbus_free_tag() are no-ops, so get rid of themdyoung
2010-02-24Start to tuck Cardbus under the PCI abstraction. Step #1, textualdyoung
2009-12-15Move to 2-clause license. Approved by HAYAKAWA Koichi (copyright holder).snj
2009-03-15ansify function definitionscegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-06-25split device/softc for pccbb, the cardbus half of cardslot and cardbusdrochner
2008-04-06use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-06-04Make compile by gcc 2.itohy
2006-05-11quell GCC 4.1 uninitialised variable warnings.mrg
2006-04-21Backout previous: bus_space_handle_t is an opaque type and can not bemartin
2006-04-14Coverity CID 2465: Fix uninitialized variable. XXX: cardbus_mapreg_map()christos
2005-12-11merge ktrace-lwp.christos
2005-09-09remove the useless (always 0) device number from cardbus driver state,drochner
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-04-30Cast base correctly for format string.jmc
2000-10-12typo fix in comment (stallen -> stolen)wiz
2000-03-07Fix an obvious bug that caused I/O space to never be freed.mycroft
2000-02-09Make it compile with options DEBUG.itohy
2000-02-04Now cardbus_mapreg_unmap() has been implemented inhaya
2000-01-25use BUS_SPACE_MAP_PREFETCHABLE instead BUS_SPACE_MAP_CACHEABLE where thedrochner
1999-11-09Maintenance CardBus/PCI extension ROM mapping routine.haya
1999-10-27allow mapping of the expansion romjoda
1999-10-27Change cardbus API. The first argument of cardbus_mapreg_map() ishaya
1999-10-15Comment out some debug settings.augustss
1999-10-15add NetBSD ID tag.haya
1999-10-15This is the first check-in of CardBus driver. CardBus driver containshaya