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:
parent
676ccc0cd0
commit
8ae67d78bf
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user