Add probe for new scsi driver to top level of configuration.

This commit is contained in:
briggs 1994-06-26 13:14:54 +00:00
parent 5e272bc697
commit 1d1d8e0529
1 changed files with 10 additions and 9 deletions

View File

@ -72,7 +72,7 @@
* from: Utah $Hdr: autoconf.c 1.31 91/01/21$
*
* from: from: @(#)autoconf.c 7.5 (Berkeley) 5/7/91
* $Id: autoconf.c,v 1.6 1994/02/02 01:06:23 briggs Exp $
* $Id: autoconf.c,v 1.7 1994/06/26 13:14:54 briggs Exp $
*/
/*
@ -188,14 +188,15 @@ mainbus_attach(parent, dev, aux)
void *aux;
{
struct newconf_S conf_data[] = {
{"adb", 1},
/* {"clock", 1}, */
{"nubus", 1},
{"ser", 0},
{"ncr", 1},
{"audio", 0},
{"floppy", 0},
{NULL, 0}
{"adb", 1},
/* {"clock", 1}, */
{"nubus", 1},
{"ser", 0},
{"ncr", 0},
{"ncr96scsi", 0},
{"audio", 0},
{"floppy", 0},
{NULL, 0}
};
struct newconf_S *c;
int fail=0, warn=0;