1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-23 16:01:42 +00:00

The card activation failured message is lame, and not done for other

busses, nor for the 16-bit cards.  Eliminate it.
This commit is contained in:
Warner Losh 2005-01-11 05:38:01 +00:00
parent afa87f87c8
commit eb523c72cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140037

View File

@ -540,9 +540,7 @@ cbb_insert(struct cbb_softc *sc)
} else if (sockstate & CBB_STATE_CB_CARD) {
if (sc->cbdev != NULL) {
sc->flags &= ~CBB_16BIT_CARD;
if (CARD_ATTACH_CARD(sc->cbdev) != 0)
device_printf(sc->dev,
"CardBus card activation failed\n");
CARD_ATTACH_CARD(sc->cbdev);
} else {
device_printf(sc->dev,
"CardBus card inserted, but no cardbus bus.\n");