Additional fixes to complete the NetBSD/1.1B config changes:

change IOASIC cfdriver references  from "ioasiccd" to "ioasic_cd"
This commit is contained in:
jonathan 1996-03-17 22:20:08 +00:00
parent 077638548b
commit f7af868d1f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: scc.c,v 1.10 1996/03/17 01:47:12 thorpej Exp $ */
/* $NetBSD: scc.c,v 1.11 1996/03/17 22:20:08 jonathan Exp $ */
/*
* Copyright (c) 1991,1990,1989,1994,1995 Carnegie Mellon University
@ -300,7 +300,7 @@ sccmatch(parent, match, aux)
struct confargs *ca = aux;
void *sccaddr;
if (parent->dv_cfdata->cf_driver == &ioasiccd) {
if (parent->dv_cfdata->cf_driver == &ioasic_cd) {
/* Make sure that we're looking for this type of device. */
if (!TC_BUS_MATCHNAME(ca, "scc"))
return (0);