diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-14 20:52:53 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-14 20:52:53 +0000 |
commit | b4905014d1d87c6a0a93404035596fa1fce13206 (patch) | |
tree | 52d9b07b7608c762430bd5c24037e6d59041995e /sys/arch/mvme88k/dev/pcctwo.c | |
parent | 1e98c85d3254b46ed8d216477a5adf8580834616 (diff) |
mvme* do not support buses with indirect configuration, so don't check and
mourn for this.
Diffstat (limited to 'sys/arch/mvme88k/dev/pcctwo.c')
-rw-r--r-- | sys/arch/mvme88k/dev/pcctwo.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/mvme88k/dev/pcctwo.c b/sys/arch/mvme88k/dev/pcctwo.c index d8b74b84b8a..59480df66ff 100644 --- a/sys/arch/mvme88k/dev/pcctwo.c +++ b/sys/arch/mvme88k/dev/pcctwo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcctwo.c,v 1.20 2004/01/14 20:50:48 miod Exp $ */ +/* $OpenBSD: pcctwo.c,v 1.21 2004/01/14 20:52:52 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt * All rights reserved. @@ -131,11 +131,6 @@ pcctwo_scan(parent, child, args) struct pcctwosoftc *sc = (struct pcctwosoftc *)parent; struct confargs oca; - if (parent->dv_cfdata->cf_driver->cd_indirect) { - printf(" indirect devices not supported\n"); - return 0; - } - bzero(&oca, sizeof oca); oca.ca_offset = cf->cf_loc[0]; oca.ca_ipl = cf->cf_loc[1]; |