hello,

would anyone object to the following ahci(4) patch?

==

--- ahci.c.orig 2011-11-16 21:35:26.000000000 +0000
+++ ahci.c      2011-11-16 21:35:41.000000000 +0000
@@ -500,7 +500,7 @@
        for (unit = 0; unit < ctlr->channels; unit++) {
                if ((ctlr->ichannels & (1 << unit)) == 0)
                        continue;
-               child = device_add_child(dev, "ahcich", -1);
+               child = device_add_child(dev, "ahcich", unit);
                if (child == NULL)
                        device_printf(dev, "failed to add channel device\n");
                else

==

the idea is to have "static" numbering for ada(4) disks.

thanks,
max
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to