summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus
diff options
context:
space:
mode:
authornsouch <nsouch@FreeBSD.org>1998-10-02 20:44:58 +0000
committernsouch <nsouch@FreeBSD.org>1998-10-02 20:44:58 +0000
commit39b3c82b228f6f7d9da290622734f8657e1d3d27 (patch)
treec40d3371281ad053c3c1bef913261f5d458fe8b2 /sys/dev/ppbus
parent8d4824c43257abdaf771cc9d64e2c0db9b2349ad (diff)
downloadFreeBSD-src-39b3c82b228f6f7d9da290622734f8657e1d3d27.zip
FreeBSD-src-39b3c82b228f6f7d9da290622734f8657e1d3d27.tar.gz
abort imm init if can't disconnect from drive
Diffstat (limited to 'sys/dev/ppbus')
-rw-r--r--sys/dev/ppbus/immio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ppbus/immio.c b/sys/dev/ppbus/immio.c
index 3aeb95a..630707c 100644
--- a/sys/dev/ppbus/immio.c
+++ b/sys/dev/ppbus/immio.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: immio.c,v 1.1 1998/09/13 18:28:15 nsouch Exp $
+ * $Id: immio.c,v 1.2 1998/09/20 14:41:54 nsouch Exp $
*
*/
@@ -380,6 +380,7 @@ imm_detect(struct vpoio_data *vpo)
if (bootverbose)
printf("imm%d: can't disconnect from the drive\n",
vpo->vpo_unit);
+ goto error;
}
return (0);
OpenPOWER on IntegriCloud