In message <[EMAIL PROTECTED]> Munehiro Matsuda writes:
: ::- Let pccardd(8) pass -1 as unit number for
: ::  pccard.conf entries without unit number
...
: ::--- usr.sbin/pccard/pccardd/file.c.orig     Fri Nov  2 17:16:58 2001
: ::+++ usr.sbin/pccard/pccardd/file.c  Fri Nov  2 17:17:17 2001
: ::@@ -573,6 +573,7 @@
: ::    drivers = drvp;
: ::    drvp->name = newstr(name);
: ::    drvp->kernel = newstr(name);
: ::+   drvp->unit = -1;
: ::    p = drvp->kernel;
: ::    while (*p++)
: ::            if (*p >= '0' && *p <= '9') {

I think this is OK.  At first I thought there were problems, but on
closer look, it is right.

I'll commit these.

Warner

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

Reply via email to