Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Oct 2000 00:08:24 +0900
From:      takawata@shidahara1.planet.sci.kobe-u.ac.jp
To:        "Rink Springer" <rink@springer.cx>
Cc:        hackers@freebsd.org
Subject:   Re: Need some help developing my ethernet driver. 
Message-ID:  <200010021508.AAA01660@libr.scitec.kobe-u.ac.jp>
In-Reply-To: Your message of "Mon, 02 Oct 2000 17:54:22 %2B0200." <000f01c02c89$089ca840$3400000a@springer.cx> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <000f01c02c89$089ca840$3400000a@springer.cx>, "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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010021508.AAA01660>