Fix bug attaching the ELSA PCC16, the cardtyp value was set incorrectly

in the probe routine.
MFC after:	3 days
This commit is contained in:
Hellmuth Michaelis 2001-10-21 09:22:48 +00:00
parent 676ccc0cd0
commit 8ae67d78bf

View File

@ -29,7 +29,7 @@
*
* $FreeBSD$
*
* last edit-date: [Wed Jan 24 09:26:33 2001]
* last edit-date: [Sun Oct 21 09:42:17 2001]
*
*---------------------------------------------------------------------------*/
@ -277,7 +277,7 @@ isic_probe_Epcc16(device_t dev)
/* setup card type */
sc->sc_cardtyp = CARD_TYPEP_ELSAQS1ISA;
sc->sc_cardtyp = CARD_TYPEP_PCC16;
/* setup IOM bus type */