From 1ec3688bd005be0ac734c873c8de9e941e8ee02c Mon Sep 17 00:00:00 2001 From: jhb Date: Fri, 12 May 2000 03:01:17 +0000 Subject: Add support for USB to sysinstall. This includes running usbd and setting 'usbd_enable' in rc.conf during nwe installs if USB is detected. Also, since usbd already handles USB mice automatically, note that the mouse setup section in sysinstall only applies to non-USB mice. --- usr.sbin/sysinstall/sysinstall.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.sbin/sysinstall/sysinstall.h') diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h index 815ca4a..b3e6494 100644 --- a/usr.sbin/sysinstall/sysinstall.h +++ b/usr.sbin/sysinstall/sysinstall.h @@ -733,6 +733,9 @@ extern void mediaShutdownUFS(Device *dev); extern Boolean mediaInitUFS(Device *dev); extern FILE *mediaGetUFS(Device *dev, char *file, Boolean probe); +/* usb.c */ +extern void usbInitialize(void); + /* user.c */ extern int userAddGroup(dialogMenuItem *self); extern int userAddUser(dialogMenuItem *self); -- cgit v1.1