Use /usr/src/sys/conf/NOTES by default,
/usr/src/sys/<replaceable>arch</replaceable>/conf/LINT for 4.X
This commit is contained in:
parent
d34acab93a
commit
83604e3476
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23543
1 changed files with 6 additions and 2 deletions
|
@ -868,7 +868,9 @@ sshd is running as pid 433.</screen>
|
|||
|
||||
<para>Once you are sure your card is supported, you need
|
||||
to determine the proper driver for the card. The file
|
||||
<filename>/usr/src/sys/i386/conf/LINT</filename> will give you
|
||||
<filename>/usr/src/sys/conf/NOTES</filename>
|
||||
(<filename>/usr/src/sys/<replaceable>arch</replaceable>/conf/LINT</filename>
|
||||
for &os; 4.X) will give you
|
||||
the list of network interfaces drivers with some information
|
||||
about the supported chipsets/cards. If you have doubts about
|
||||
which driver is the correct one, read the manual page of the
|
||||
|
@ -904,7 +906,9 @@ ukphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto</screen>
|
|||
network card drivers (ISA cards and cards using the &man.ed.4;
|
||||
driver, for example). Alternatively, you may statically compile
|
||||
the support for your card into your kernel. Check
|
||||
<filename>/usr/src/sys/i386/conf/LINT</filename> and the
|
||||
<filename>/usr/src/sys/conf/NOTES</filename>
|
||||
(<filename>/usr/src/sys/<replaceable>arch</replaceable>/conf/LINT</filename>
|
||||
for &os; 4.X) and the
|
||||
manual page of the driver to know what to add in your kernel
|
||||
configuration file. For more information about recompiling your
|
||||
kernel, please see <xref linkend="kernelconfig">. If your card
|
||||
|
|
Loading…
Reference in a new issue