|
Lines 3180-3186
Link Here
|
| 3180 |
|
3180 |
|
| 3181 |
<para>If you want to be able to use your serial ports, you will |
3181 |
<para>If you want to be able to use your serial ports, you will |
| 3182 |
have to build a new kernel with the following modification: in |
3182 |
have to build a new kernel with the following modification: in |
| 3183 |
<filename>/usr/src/sys/i386/isa/sio.c</filename> find the one |
3183 |
<filename>/usr/src/sys/dev/sio/sio.c</filename> (or in <filename>/usr/src/sys/pc98/cbus/sio.c</filename> for pc98) find the one |
| 3184 |
occurrence of the string <literal>0x2e8</literal> and remove |
3184 |
occurrence of the string <literal>0x2e8</literal> and remove |
| 3185 |
that string and the preceding comma (keep the trailing comma). |
3185 |
that string and the preceding comma (keep the trailing comma). |
| 3186 |
Now follow the normal procedure of building a new |
3186 |
Now follow the normal procedure of building a new |