Clarify how to review boot messages in prep for closing PR160460.
Note that this entire section still needs its editorial and tech review. Sponsored by: iXsystems
This commit is contained in:
parent
dfabd9b1de
commit
4278567c7b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44702
1 changed files with 5 additions and 2 deletions
|
@ -658,8 +658,11 @@ ifconfig_fxp0="inet 10.1.1.1/8"</programlisting>
|
|||
|
||||
<para>The drivers for common <acronym>NIC</acronym>s are
|
||||
already present in the <filename>GENERIC</filename> kernel,
|
||||
meaning the <acronym>NIC</acronym> should show up during boot.
|
||||
In this example, two <acronym>NIC</acronym>s using the
|
||||
meaning the <acronym>NIC</acronym> should be probed during boot.
|
||||
The system's boot messages can be viewed by typing
|
||||
<command>more /var/run/dmesg.boot</command> and using the
|
||||
spacebar to scroll through the text. In this example, two
|
||||
Ethernet <acronym>NIC</acronym>s using the
|
||||
&man.dc.4; driver are present on the system:</para>
|
||||
|
||||
<screen>dc0: <82c169 PNIC 10/100BaseTX> port 0xa000-0xa0ff mem 0xd3800000-0xd38
|
||||
|
|
Loading…
Reference in a new issue