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