View | Details | Raw Unified | Return to bug 75639 | Differences between
and this patch

Collapse All | Expand All

(-)chapter.sgml (-4 / +15 lines)
Lines 863-877 Link Here
863
	if your card is supported.</para>
863
	if your card is supported.</para>
864
864
865
      <para>Once you are sure your card is supported, you need
865
      <para>Once you are sure your card is supported, you need
866
	to determine the proper driver for the card.  The file
866
	to determine the proper driver for the card.
867
	<filename>/usr/src/sys/i386/conf/LINT</filename> will give you
867
	<filename>/usr/src/sys/conf/NOTES</filename> and
868
	the list of network interfaces drivers with some information
868
	<filename>/usr/src/sys/i386/conf/NOTES</filename> will give you
869
	the list of network interface drivers with some information
869
	about the supported chipsets/cards.  If you have doubts about
870
	about the supported chipsets/cards.  If you have doubts about
870
	which driver is the correct one, read the manual page of the
871
	which driver is the correct one, read the manual page of the
871
	driver.  The manual page will give you more information about
872
	driver.  The manual page will give you more information about
872
	the supported hardware and even the possible problems that
873
	the supported hardware and even the possible problems that
873
	could occur.</para>
874
	could occur.</para>
874
875
876
      <note>
877
        <para><filename>NOTES</filename> does not exist on
878
          &os;&nbsp;4.X.  Instead, check the <filename>LINT</filename>
879
          file for information about various network interfaces.  See
880
          <xref linkend="kernelconfig-config"> for a more detailed
881
          summary of <filename>NOTES</filename> versus
882
          <filename>LINT</filename>.</para>
883
      </note>
884
875
      <para>If you own a common card, most of the time you will not
885
      <para>If you own a common card, most of the time you will not
876
	have to look very hard for a driver.  Drivers for common
886
	have to look very hard for a driver.  Drivers for common
877
	network cards are present in the <filename>GENERIC</filename>
887
	network cards are present in the <filename>GENERIC</filename>
Lines 900-906 Link Here
900
	network card drivers (ISA cards and cards using the &man.ed.4;
910
	network card drivers (ISA cards and cards using the &man.ed.4;
901
	driver, for example).  Alternatively, you may statically compile
911
	driver, for example).  Alternatively, you may statically compile
902
	the support for your card into your kernel.  Check
912
	the support for your card into your kernel.  Check
903
	<filename>/usr/src/sys/i386/conf/LINT</filename> and the
913
	<filename>/usr/src/sys/conf/NOTES</filename>,
914
	<filename>/usr/src/sys/i386/conf/NOTES</filename>, and the
904
	manual page of the driver to know what to add in your kernel
915
	manual page of the driver to know what to add in your kernel
905
	configuration file.  For more information about recompiling your
916
	configuration file.  For more information about recompiling your
906
	kernel, please see <xref linkend="kernelconfig">.  If your card
917
	kernel, please see <xref linkend="kernelconfig">.  If your card

Return to bug 75639