In message <000f01c02c89$089ca840$[EMAIL PROTECTED]>, "Rink Springer" さんい
わく:
>
>But, for some reason, the new kernel never probes for the driver! Can anyone
>tell me what I might have missed? In order to add the driver, I've added
>
>i386/isa/if_dl.c optional dl
>
>to /sys/conf/files.i386 in order to get the kernel to use my code... but why
>won't the thing probe for it? I've added debugging messages like:
>
>printf ("dl: Probing\n");
>
>and such, but I don't see them, and the kernel doesn't say 'dl0 at blah
>blah' or 'dl0 not detected at blah blah'.
>
Are you make sure your configuration have end with \n?
If you edit files.i386 with emacs,and you add it at last,
it is often dropped.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message