freebsd-src/sys/dev/pccbb
Warner Losh f2d72e24b3 The CD bits in the CBB_SOCKET_STATE register are 0 when the card is
present, and non-zero when it is (or may be) absent.  The test
cbb_child_present was backwards.  However, typical usage in the tree
would cause it to do the right thing because the card really wasn't
there the OK flag would be turned on.

Also, assume that if any of these bits are turned on we don't have a
card, rather than requiring both of them in the suspend/resume
routines.

Noticed by: cognet
2003-08-18 21:59:24 +00:00
..
pccbb.c The CD bits in the CBB_SOCKET_STATE register are 0 when the card is 2003-08-18 21:59:24 +00:00
pccbbdevid.h fix typo in TI1515 ID. 2003-05-04 12:49:37 +00:00
pccbbreg.h CBB_SOCKET_STAT_ is too long. Change it to CBB_STATE_. Also, make 2003-08-09 20:49:22 +00:00
pccbbvar.h Make cbb interrupts MPSAFE: 2003-06-12 03:37:28 +00:00