From ebb445db43d493d8d7b45cb8cf0eb606f1dce981 Mon Sep 17 00:00:00 2001 From: skrll Date: Mon, 30 Oct 2006 16:15:56 +0000 Subject: [PATCH] Remove the boot-from-disk hppa hack now that a real fix has been found. --- sys/dev/scsipi/scsipiconf.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sys/dev/scsipi/scsipiconf.h b/sys/dev/scsipi/scsipiconf.h index 80ea6b1ef8af..4fc7ec8792f1 100644 --- a/sys/dev/scsipi/scsipiconf.h +++ b/sys/dev/scsipi/scsipiconf.h @@ -1,4 +1,4 @@ -/* $NetBSD: scsipiconf.h,v 1.105 2006/10/20 07:11:50 scw Exp $ */ +/* $NetBSD: scsipiconf.h,v 1.106 2006/10/30 16:15:56 skrll Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2004 The NetBSD Foundation, Inc. @@ -533,11 +533,6 @@ struct scsipi_xfer { struct scsipi_generic cmdstore __attribute__ ((aligned (4)));/* stash the command in here */ - -#ifdef __hppa__ - /* XXX temp hack until we fix the memory corruption bug */ - u_int8_t pad[32]; -#endif }; /*