diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-05-07 18:13:32 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-05-07 18:13:32 +0000 |
commit | d4be3124127c03e1a80410156a6302f15af65881 (patch) | |
tree | 21d736948dd7083d63e53c12acff9926729f8c28 /sys/scsi/scsiconf.c | |
parent | 026007ed26549580bedcc9e7fd5823445cf1b3f0 (diff) |
Remove mvme88k workaround for ssh(4) bugs.
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r-- | sys/scsi/scsiconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 42a76c58f52..74597aa8354 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.88 2004/04/18 00:49:29 krw Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.89 2004/05/07 18:13:31 miod Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -655,7 +655,7 @@ scsi_probedev(scsi, inqbuflun0, target, lun) sc_link->flags |= scsidebug_level; #endif /* SCSIDEBUG */ -#if defined(mvme68k) || defined(mvme88k) +#if defined(mvme68k) if (lun == 0) { /* XXX some drivers depend on this */ scsi_test_unit_ready(sc_link, TEST_READY_RETRIES_DEFAULT, |