Re: minor INSTALL.loongson tweaks

2019-08-13 Thread Miod Vallat


> Is suspend-resume not working on the lemote anymore?

It works (or used to work) on the Yeeloong, not on the Gdium (different
battery controller chip).



Re: minor INSTALL.loongson tweaks

2019-08-11 Thread Paul Irofti
Is suspend-resume not working on the lemote anymore?



minor INSTALL.loongson tweaks

2019-08-10 Thread Miod Vallat
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
--- hardware27 Feb 2014 18:48:15 -  1.10
+++ hardware10 Aug 2019 16:43:12 -
@@ -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 -  1.14
+++ install 10 Aug 2019 16:43:12 -
@@ -35,9 +35,12 @@ dnl you can boot the kernel from an usb 
 dnl 
 dnlPMON> 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 
+PMON> ifaddr  
 PMON> boot -k tftp:///bsd.rd
 
 OpenBSDInstallPart2