freebsd-dev/sys/dev/pccbb
Warner Losh 6e878bc765 Migrate from setting a CARD_OK flag in a shared word, to setting its
own entry in the softc.  This should allow more of cbb_pci_intr() to
migrate to a new cbb_pci_filt() so that we don't have to run cbb's ISR
in almost every case we get an interrupt.  We can't just move
cbb_pci_intr into cbb_pci_filt because it does things that aren't safe
to do from a fast interrupt handler, err I mean from a filter.  This is
an important first step.

# I wonder if I need to make cardok volatile or not.
2007-06-04 05:59:44 +00:00
..
pccbb_isa.c We don't have a ISA specific shutdown routine at this time, so remove 2006-06-03 21:10:50 +00:00
pccbb_pci.c Migrate from setting a CARD_OK flag in a shared word, to setting its 2007-06-04 05:59:44 +00:00
pccbb.c Migrate from setting a CARD_OK flag in a shared word, to setting its 2007-06-04 05:59:44 +00:00
pccbbdevid.h Mollify the whitespace police 2005-11-08 15:42:12 +00:00
pccbbreg.h Batch of changes: 2006-08-12 09:06:55 +00:00
pccbbvar.h Migrate from setting a CARD_OK flag in a shared word, to setting its 2007-06-04 05:59:44 +00:00