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
/
pci
/
pccbb.c
Age
Commit message (
Expand
)
Author
2003-12-19
More unsigned long casts to make this work on ppc. Fix formatting of debug
christos
2003-12-19
PR/23802: KIYOHARA Takashi: Bad printf format with CBB_DEBUG. While I am
christos
2003-12-10
Power up the card without OE enabled to avoid letting SanDisks enter
briggs
2003-10-25
Fix uninitialized variable warnings
christos
2003-10-23
Try to deal better with card removal during the card enabling process.
briggs
2003-06-19
regard as the card is removed if one of CCD1# and CCD2# is deasserted.
msaitoh
2003-06-16
Rename IPL_IMP -> IPL_VM.
thorpej
2003-03-22
PCI-CardBus bridge support for sparc64:
nakayama
2003-01-20
Remove unreachable "break"s after "return"s.
simonb
2003-01-01
Use aprint_normal() in cfprint routines.
thorpej
2002-12-23
Replace magic numbers for power management control with PCI_PMCSR* macros.
tsutsui
2002-11-09
Add TI PCI4410 PCI-CardBus Bridge w/ OHCI IEEE 1394,
martin
2002-10-19
Don't print messages about pccbb_intr_disestablish() unless debugging
atatat
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-01
make it compilable with CBB_DEBUG.
onoe
2002-10-01
Use LIST in sys/queue. Add some comments.
haya
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-05-31
Patch the CLKRUN enable bit on ToPIC chips.
mycroft
2002-05-31
Add comment.
haya
2002-03-05
Enforce 10-bit width for I/O addresses of 16-bit PC Cards when I/O
haya
2002-01-10
Bug fix: correct chattering suppressor. Card insertion will be
haya
2001-12-24
change if defined foo to ifdef foo and change a c++ comment into a c comment.
christos
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-13
add RCSID
lukem
2001-11-02
Add PCI power management control. If the power state of a bridge is
haya
2001-10-17
Move some chip initialise code into pccbb_chipinit() function.
haya
2001-09-30
force 0x1000 align for memory base before
yamt
2001-08-30
Add some register definitions for TI PCI12XX and Toshiba ToPIC.
haya
2001-08-24
Buf fix: use PWAIT priority and do not set PCATCH.
haya
2001-07-06
split pccbb_intr_route() into seperate function.
mcr
2001-05-19
Add TI 1410 to yc_chipsets[].
soren
2001-04-30
Cast args correctly to match format strings.
jmc
2001-04-12
splimp -> splvm (use IPL_IMP needs to be revisited).
thorpej
2001-02-22
- Initialize auto variable (win[{0,1}].win_flags).
enami
2001-02-21
make some more constant arrays 'const'
jdolecek
2001-02-21
Correct the 1st argument for pci_conf_{read,write}.
minoura
2001-02-20
Re-initialize more registers after resuming from suspend.
minoura
2001-02-09
BUG FIX: calculate address line mask in pccbb_pcmcia_io_alloc() when
haya
2001-01-30
Fix problem where tsleep() is used not on the cardbus thread.
itohy
2001-01-24
IMPROVEMENT: use tsleep() instead of delay(). Kernel do not stop
haya
2001-01-22
Add a comment.
augustss
2001-01-17
Fix comment.
haya
2000-12-30
Be less talkative in attach.
augustss
2000-12-28
Change pci_intr_map to get interrupt source information from a "struct
sommerfeld
2000-12-08
Turn off the damned TI `VCC protection' bit.
mycroft
2000-12-08
WORKAROUND: CardBus bridge avoids turning off the power of channel in
haya
2000-11-28
BUG FIX: change enable sequence for 16-bit pcmcia cards. This change
haya
2000-11-27
BUG FIX: pccbb turns off PC Cards' power on the bus in shutdown hook.
haya
2000-10-25
Bugfix: reset 16-bit pcmcia in chip initialisation sequence.
haya
[next]