Hello,

  I have noticed a few inaccuracies in the installation notes. The
following diff fixes them.

Index: hardware
===================================================================
RCS file: /OpenBSD/src/distrib/notes/loongson/hardware,v
retrieving revision 1.10
diff -u -p -r1.10 hardware
--- hardware    27 Feb 2014 18:48:15 -0000      1.10
+++ hardware    10 Aug 2019 16:43:12 -0000
@@ -21,5 +21,4 @@ The following machines are supported by 
          all onboard devices (keyboard, trackpad, display, SD card reader,
          USB ports, Ethernet adapter, wireless network adapter,
          battery information) are supported except for the audio controller;
-         suspend/resume is not supported yet; keyboard actions involving
-         the `Fn' key are not working either at the moment.
+         suspend/resume is not supported yet.
Index: install
===================================================================
RCS file: /OpenBSD/src/distrib/notes/loongson/install,v
retrieving revision 1.14
diff -u -p -r1.14 install
--- install     19 Mar 2014 01:59:48 -0000      1.14
+++ install     10 Aug 2019 16:43:12 -0000
@@ -35,9 +35,12 @@ dnl you can boot the kernel from an usb 
 dnl 
 dnl    PMON> boot /dev/fs/fat@usb0:/bsd.rd
 
-Netbooting the installation kernel can be done as well:
+Netbooting the installation kernel can be done as well. First, check the name
+of the PMON device for the onboard interface using the ``devls'' command.
+This is likely to be either rtl0 (on Yeeloong) or rtk0 (on Fuloong). Then,
+assign it an address and fetch the installation kernel from a tftp server:
 
-    PMON> ifaddr rtl0 <your ip>
+    PMON> ifaddr <device name> <your ip>
     PMON> boot -k tftp://<server ip>/bsd.rd
 
 OpenBSDInstallPart2

Reply via email to