I think my commit to md yesterday torpedoed your patch, because one
part of it rej'ected.  I applied the .rej by hand and found a
few nits here and there.

I change the list function extensively, because the "512" size of
the array were not picked from where it should come, <sys/disklabel.h>,
because it is under #ifdef _KERNEL there, so instead I did a list
based sorting instead.

Thanks!

In message <[EMAIL PROTECTED]>, Dima Dorfman write
s:
>> The "md" problem should really be solved by adding
>>      #define MD_NAME "md"
>> to <sys/mdioctl.h> and using this in both the driver and the mdconfig
>> program.
>> 
>> Can I get you to incorporate that in your patch ?
>
>Certainly!  The updated patch is at
>http://www.unixfreak.org/~dima/home/md-list4.diff (it's getting a
>little big, so I thought I'd not attach it here).  The changes include,
>
>  - "md" (and variants thereof) -> MD_NAME,
>  - "mdctl" (and variants thereof) -> MDCTL_NAME (for consistency), and
>  - update the mdconfig(8) manual page to mention the -l option.
>
>Thanks
>
>                                       Dima Dorfman
>                                       [EMAIL PROTECTED]
>
>To Unsubscribe: send mail to [EMAIL PROTECTED]
>with "unsubscribe freebsd-hackers" in the body of the message
>

--
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

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

Reply via email to