Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 16 Mar 2003 13:44:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 16 Mar 2003 13:44:08 -0500 Received: from nat9.steeleye.com ([65.114.3.137]:26631 "EHLO hancock.sc.steeleye.com") by vger.kernel.org with ESMTP id ; Sun, 16 Mar 2003 13:44:07 -0500 Subject: Re: Complete support PC-9800 for 2.5.64-ac4 (11/11) SCSI From: James Bottomley To: Geert Uytterhoeven Cc: Osamu Tomita , Linux Kernel Mailing List , Alan Cox , Christoph Hellwig In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-9) Date: 16 Mar 2003 12:54:43 -0600 Message-Id: <1047840886.4371.34.camel@mulgrave> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 726 Lines: 18 On Sun, 2003-03-16 at 12:36, Geert Uytterhoeven wrote: > Actually, it was my suggestion to remove the dereference for PIO accesses. In > that case SASR contains the I/O port register. There's still something wrong with the implementation in this patch. For non PIO SASR is defined as volatile unsigned char *SASR. Its access has gone from being outb(n, *regs.SASR) to outb(n, regs.SASR). What expansion can outb have on m68k and MIPS that makes this change idempotent? James - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/