we handle all our mappings, so don't have obio.c do any for us
(i.e. don't set ra->ra_len in the match function).
This commit is contained in:
parent
3ef3001bec
commit
dfbaa33f05
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_ie.c,v 1.17 1995/12/24 02:30:45 mycroft Exp $ */
|
||||
/* $NetBSD: if_ie.c,v 1.18 1996/01/12 23:08:59 chuck Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993, 1994, 1995 Charles Hannum.
|
||||
|
@ -397,7 +397,6 @@ iematch(parent, cf, aux)
|
|||
/*
|
||||
* XXX need better probe here so we can figure out what we've got
|
||||
*/
|
||||
ra->ra_len = NBPG;
|
||||
if (ca->ca_bustype == BUS_OBIO) {
|
||||
if (probeget(ra->ra_vaddr, 1) == -1)
|
||||
return (0);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_le.c,v 1.24 1995/12/11 12:43:28 pk Exp $ */
|
||||
/* $NetBSD: if_le.c,v 1.25 1996/01/12 23:08:57 chuck Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1995 Charles M. Hannum. All rights reserved.
|
||||
|
@ -117,7 +117,6 @@ lematch(parent, match, aux)
|
|||
if (ca->ca_bustype == BUS_SBUS)
|
||||
return (1);
|
||||
|
||||
ra->ra_len = NBPG;
|
||||
return (probeget(ra->ra_vaddr, 2) != -1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue