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
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
2000-08-28
Correct PCI interrput setup routine for Texas Instruments PCI113X.
haya
2000-07-09
Clarify that the RX5C47X requires writes to the PCI_LEGACY to
jhawk
2000-07-09
Move legacy pcic-mode disabling code from pccbb_chipinit() to
jhawk
2000-06-16
beat back the undead: __BROKEN_INDIRECT_CONFIG had risen, and was
cgd
2000-06-08
Change IPL when bridge's interrupt handler calls child device's
haya
2000-06-07
Add CB_BCR_RESET_ENABLE in bridge control resister's bit definition.
haya
2000-05-08
Fix a inverted logic botch introduced in rev. 1.35, typically causing
kleink
2000-04-06
Add CardBus interrupt enable flag. When this flag is asserted, a
haya
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-03-22
1. Do not apply 5 V on a CardBus card.
haya
2000-03-14
Simplify the code a bit.
enami
2000-03-14
Don't think that a card is inserted if there is a card already in the slot.
enami
2000-03-14
Cosmetic change.
enami
2000-03-14
Fix typos in comments.
enami
2000-03-12
A few things:
mycroft
2000-03-12
Do *not* fiddle with the serial/parallel IRQ mode selection on TI chips.
mycroft
2000-03-12
Revert the previous change. It does not match the commit message *and* was
mycroft
2000-03-10
Only apply power on 3.3 V CardBus card (there are no 5 V CardBus card.)
haya
2000-03-01
Simplify the winlist code.
thorpej
2000-02-23
Pccbb maintains the interrupt handlers for 16-bit PC Cards
haya
2000-02-22
Establish a powerhook and make sure the card detect interrupt is enabled
enami
2000-02-21
Sync PCMCIA memory mapping with a change from rev 1.47 of i82365.c:
thorpej
[next]