summaryrefslogtreecommitdiff
path: root/distrib/notes
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-08-10 17:58:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-08-10 17:58:58 +0000
commitc50950d32d8d219f3070981fad9cd552fd771e55 (patch)
tree3a8a9deae3aceee366a3c83b8b166e1b384ccd5f /distrib/notes
parent61af359854b56e4d725ce80c84befb6e0df5631b (diff)
tweaks, from miod
Diffstat (limited to 'distrib/notes')
-rw-r--r--distrib/notes/loongson/hardware5
-rw-r--r--distrib/notes/loongson/install9
2 files changed, 8 insertions, 6 deletions
diff --git a/distrib/notes/loongson/hardware b/distrib/notes/loongson/hardware
index 83a22f3b0fc..9cee5a89084 100644
--- a/distrib/notes/loongson/hardware
+++ b/distrib/notes/loongson/hardware
@@ -1,4 +1,4 @@
-dnl $OpenBSD: hardware,v 1.10 2014/02/27 18:48:15 deraadt Exp $
+dnl $OpenBSD: hardware,v 1.11 2019/08/10 17:58:57 deraadt Exp $
The following machines are supported by OpenBSD/MACHINE:
Lemote Fuloong 2F
@@ -21,5 +21,4 @@ The following machines are supported by OpenBSD/MACHINE:
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.
diff --git a/distrib/notes/loongson/install b/distrib/notes/loongson/install
index 87baa642981..90d9ff5038f 100644
--- a/distrib/notes/loongson/install
+++ b/distrib/notes/loongson/install
@@ -1,4 +1,4 @@
-dnl $OpenBSD: install,v 1.14 2014/03/19 01:59:48 tedu Exp $
+dnl $OpenBSD: install,v 1.15 2019/08/10 17:58:57 deraadt Exp $
OpenBSDInstallPrelude
Booting the installation media:
@@ -35,9 +35,12 @@ dnl you can boot the kernel from an usb key with:
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