index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
pccbb.c
Age
Commit message (
Expand
)
Author
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2001-05-16
No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)
Hakan Olsson
2001-05-01
restore socket base addr and bus number on resume; from netbsd
Michael Shalayeff
2001-02-01
Do not attempt to attach cards that have unsupported (i.e., non-5, non-3)
Aaron Campbell
2001-01-27
introduce and use a flag indicating that interrupts are
Michael Shalayeff
2001-01-22
repair printing
Theo de Raadt
2001-01-21
map and establish interrupt earlier in the attach routine,
Michael Shalayeff
2000-12-06
BUG FIX: change enable sequence for 16-bit pcmcia cards. This change
Aaron Campbell
2000-11-29
Bugfix: reset 16-bit pcmcia in chip initialisation sequence; from NetBSD.
Aaron Campbell
2000-11-29
Correct PCI interrupt setup routine for Texas Instruments PCI113X CardBus
Aaron Campbell
2000-11-29
Clarify that the RX5C57X requires write to the PCI_LEGACY to disable and
Aaron Campbell
2000-11-29
Power down PC cards at shutdown time; from NetBSD. I'm also reverting my own
Aaron Campbell
2000-10-09
Defer most of the attach process as recommended in the comments; mickey@ ok
Aaron Campbell
2000-09-24
For the Toshiba TOPIC95B CardBus controller, we must clear the socket and slot
Aaron Campbell
2000-07-25
convert to new timeouts
Michael Shalayeff
2000-07-06
Sync with NetBSD.
Aaron Campbell
2000-07-06
Reorder irq enabling and vector setup; makes Ricoh-based PCI-CardBus bridges
Aaron Campbell
2000-04-26
Remove one of my completely incomprehensible debugging printf's.
Aaron Campbell
2000-04-20
Fix function prototype so it compiles again.
Aaron Campbell
2000-04-08
Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many
Aaron Campbell