Modify line where PnP siopnp_ids[] is on sys/i386/isa/sio.c file

PR:		docs/12266
Submitted by:	jobaldwi@vt.edu
This commit is contained in:
Jesus Rodriguez Cuesta 1999-06-18 18:49:28 +00:00
parent b4e4b61d45
commit 3aee6b6a4c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5084

View file

@ -1,4 +1,4 @@
<!-- $Id: hardware.sgml,v 1.18 1999-05-31 01:46:28 hoek Exp $ -->
<!-- $Id: hardware.sgml,v 1.19 1999-06-18 18:49:28 jesusr Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect>
@ -360,7 +360,7 @@
To enable Plug & Play support, compile a new kernel with <tt/controller pnp0/ in
the configuration file, then reboot the system. The kernel will print the PnP IDs
of all the devices it finds. Copy the PnP ID from the modem to the table in
<tt>/sys/i386/isa/sio.c</tt>, at about line 1200. Look for the string "SUP1310"
<tt>/sys/i386/isa/sio.c</tt>, at about line 2777. Look for the string "SUP1310"
in the structure "siopnp_ids[]" to
find the table. Build the kernel again, install, reboot, and your modem should be found.</p>