diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-21 19:55:31 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-21 19:55:31 +0000 |
commit | ba247415879d546ce8325bf256936a2c562e53b6 (patch) | |
tree | 090d982650a9a21c7a5f7a5c3722282aa5de5059 /sys/dev/ic | |
parent | f00925d0479f2871523e25475380cf06ab54222b (diff) |
remove hppa workarounds; from jkunz@ pr3861
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/siop_common.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/siop_common.c b/sys/dev/ic/siop_common.c index 8e565358e18..dcc68b79dde 100644 --- a/sys/dev/ic/siop_common.c +++ b/sys/dev/ic/siop_common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siop_common.c,v 1.20 2004/06/12 22:22:26 krw Exp $ */ +/* $OpenBSD: siop_common.c,v 1.21 2004/07/21 19:55:30 mickey Exp $ */ /* $NetBSD: siop_common.c,v 1.31 2002/09/27 15:37:18 provos Exp $ */ /* @@ -268,10 +268,8 @@ siop_setuptables(siop_cmd) *targ_flags &= TARF_DT; /* Save TARF_DT 'cuz we don't set it here */ quirks = xs->sc_link->quirks; -#ifndef __hppa__ if ((quirks & SDEV_NOTAGS) == 0) *targ_flags |= TARF_TAG; -#endif if (((quirks & SDEV_NOWIDE) == 0) && (sc->features & SF_BUS_WIDE)) *targ_flags |= TARF_WIDE; |