XXX Pretend that all SB cards are of model 1.

XXX This way you can at least use SB cards until the real fixes go in.
This commit is contained in:
augustss 1997-04-30 02:08:12 +00:00
parent 60ad2f6582
commit 2fb1d088c5
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sbdsp.c,v 1.41 1997/04/29 21:01:41 augustss Exp $ */ /* $NetBSD: sbdsp.c,v 1.42 1997/04/30 02:08:12 augustss Exp $ */
/* /*
* Copyright (c) 1991-1993 Regents of the University of California. * Copyright (c) 1991-1993 Regents of the University of California.
@ -179,6 +179,8 @@ sbdsp_probe(sc)
sc->sc_model = sbversion(sc); sc->sc_model = sbversion(sc);
} }
sc->sc_model = 0x100; /* XXX pretend to be just a tired old SB XXX */
return 1; return 1;
} }