Make the device probe generic to all ARM7500 systems rather than

just RC7500 systems.
This commit is contained in:
mark 1996-10-15 19:37:06 +00:00
parent 3f201e3de4
commit 4b50267049
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: iic.c,v 1.5 1996/10/13 03:06:19 christos Exp $ */
/* $NetBSD: iic.c,v 1.6 1996/10/15 19:37:06 mark Exp $ */
/*
* Copyright (c) 1994-1996 Mark Brinicombe.
@ -248,7 +248,7 @@ iicmatch(parent, match, aux)
switch (id) {
case RPC600_IOMD_ID:
case RC7500_IOC_ID:
case ARM7500_IOC_ID:
return(1);
break;
default:

View File

@ -1,4 +1,4 @@
/* $NetBSD: iic.c,v 1.5 1996/10/13 03:06:19 christos Exp $ */
/* $NetBSD: iic.c,v 1.6 1996/10/15 19:37:06 mark Exp $ */
/*
* Copyright (c) 1994-1996 Mark Brinicombe.
@ -248,7 +248,7 @@ iicmatch(parent, match, aux)
switch (id) {
case RPC600_IOMD_ID:
case RC7500_IOC_ID:
case ARM7500_IOC_ID:
return(1);
break;
default: