diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 175c4367d9..b614517462 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -3143,7 +3143,7 @@ quit - This is a known problem with the ATI Mach 64 video card. + This is a known problem with the ATI Mach64 video card. The problem is that this card uses address 2e8, and the fourth serial port does too. Due to a bug (feature?) in the &man.sio.4; @@ -3177,18 +3177,12 @@ quit If you want to be able to use your serial ports, you will have to build a new kernel with the following modification: in - /usr/src/sys/dev/sio.c (or in /usr/src/sys/pc98/cbus/sio.c for pc98) find the one + /usr/src/sys/dev/sio/sio.c (or in /usr/src/sys/pc98/cbus/sio.c for pc98) find the one occurrence of the string 0x2e8 and remove that string and the preceding comma (keep the trailing comma). Now follow the normal procedure of building a new kernel. - Even after applying these workarounds, you may still find - that the X Window System does not work properly. If this is the - case, make sure that the &xfree86; version you are using is at - least &xfree86; 3.3.3 or higher. This version and upwards has - built-in support for the Mach64 cards and even a dedicated X - server for those cards.