From owner-cvs-all Sun Aug 13 11:49:46 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 5645D37B59C; Sun, 13 Aug 2000 11:49:40 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA28481; Sun, 13 Aug 2000 11:49:40 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200008131849.LAA28481@freefall.freebsd.org> From: Nick Hibma Date: Sun, 13 Aug 2000 11:49:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c src/sys/dev/usb umass.c src/sys/modules Makefile src/sys/modules/cam Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/08/13 11:49:40 PDT Modified files: sys/cam cam_xpt.c sys/dev/usb umass.c sys/modules Makefile Added files: sys/modules/cam Makefile Log: CAM, the module: scbus, da, cd, and st wrapped in one module. Make the umass driver depend on this module. Makes it possible to compile the kernel without SCSI support and load it when for example a USB floppy is conencted. Revision Changes Path 1.91 +25 -2 src/sys/cam/cam_xpt.c 1.32 +4 -1 src/sys/dev/usb/umass.c 1.132 +2 -2 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message