Re: PATCH: clean up the IDE iops, add ones for a dead iface

Russell King (rmk@arm.linux.org.uk)
Tue, 18 Feb 2003 23:09:10 +0000


On Tue, Feb 18, 2003 at 06:03:21PM +0000, Alan Cox wrote:
> +static u8 ide_unplugged_inb (unsigned long port)
> +{
> + return 0xFF;
> +}

Shouldn't this return 0x7f, ie bit 7 clear, as if we have an interface
without drive attached?

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html

- 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/