It seems Bryan Liesner wrote:
> On Sat, 19 Feb 2000, Soren Schmidt wrote:
> 
> >It seems Bryan Liesner wrote:
> >> 
> >> The latest ata commits left my system completely unbootable.  No disks
> >> were probed.
> >
> >He, you always seem to be lucky when I change something :)
> 
> I always hold my breath when I cvsup and see changes to ata*    :)
> 
> 
> >Hmm, yes you have one of those motherboards that screw the order 
> >of the controllers, it is an ASUS aliddin right ??

For those that has this problem, this patch should do the trick:

Index: ata-all.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/ata/ata-all.c,v
retrieving revision 1.48
diff -u -r1.48 ata-all.c
--- ata-all.c   2000/02/18 20:57:27     1.48
+++ ata-all.c   2000/02/19 13:58:58
@@ -336,7 +336,7 @@
     if (pci_get_progif(dev) & PCIP_STORAGE_IDE_MASTERDEV)
        lun = unit;
     else
-       lun = -1;
+       lun = 2;
 
     if (!(child = device_add_child(dev, "ata", lun)))
        return ENOMEM;

-Søren


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to