Re: re-scan ide devices

Egervary Gergely (mauzi@faber.poli.hu)
Thu, 8 Jul 1999 09:51:37 +0200 (CEST)


> static int host;
>
> int init_module(void)
> {
> host = ide_register(0x170, 0x376, 15);
> if (host == -1)
> {
> printk(KERN_NOTICE "IDE-Register failed on host %d \n", host);
> return host;
> }
> printk(KERN_NOTICE "IDE-Register successfull on host %d \n", host);
> return 0;
> }

... and the same problem as with ioctl's... :(

ide_register() returns -1, (Input/output error)

I hope the guys will fix it in 2.2.11 ;)

- mauzi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/