summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-10 09:41:18 +0000
committerjkh <jkh@FreeBSD.org>1996-07-10 09:41:18 +0000
commit743875954325f500f0d7750483ae22b8ab331a9d (patch)
tree6b550b8890fa44f146909729f48079256ee97432 /usr.sbin/sysinstall
parent5566177ed69fc9da81e77c48d1c24256320ceb6b (diff)
downloadFreeBSD-src-743875954325f500f0d7750483ae22b8ab331a9d.zip
FreeBSD-src-743875954325f500f0d7750483ae22b8ab331a9d.tar.gz
Document new GENERIC
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 4eaa965..bc12a5e 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.79 1996/07/04 23:11:59 jkh Exp $
+ * $Id: menus.c,v 1.80 1996/07/08 12:00:43 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -386,7 +386,7 @@ on building a kernel.",
"ln -fs /dev/cuaa3 /dev/mouse", '(', '*', ')', 1 },
{ "BusMouse", "Logitech or ATI bus mouse", whichMouse, dmenuSystemCommand, NULL,
"ln -fs /dev/mse0 /dev/mouse", '(', '*', ')', 1 },
- { "PS/2", "PS/2 style mouse (requires kernel rebuild)", whichMouse, dmenuSystemCommand, NULL,
+ { "PS/2", "PS/2 style mouse (must enable psm0 device)", whichMouse, dmenuSystemCommand, NULL,
"ln -fs /dev/psm0 /dev/mouse", '(', '*', ')', 1 },
{ NULL } },
};
OpenPOWER on IntegriCloud