From owner-cvs-all Thu May 11 20: 1:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C42737B57A; Thu, 11 May 2000 20:01:18 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA26116; Thu, 11 May 2000 20:01:17 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200005120301.UAA26116@freefall.freebsd.org> From: John Baldwin Date: Thu, 11 May 2000 20:01:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall usb.c Makefile install.c main.c sysinstall.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/05/11 20:01:17 PDT Modified files: release/sysinstall Makefile install.c main.c sysinstall.h Added files: release/sysinstall usb.c Log: 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. Revision Changes Path 1.94 +2 -2 src/release/sysinstall/Makefile 1.272 +2 -2 src/release/sysinstall/install.c 1.58 +4 -1 src/release/sysinstall/main.c 1.188 +4 -1 src/release/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message