From owner-cvs-all Fri Jul 13 17:12:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8896E37B401; Fri, 13 Jul 2001 17:12:23 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6E0CN296578; Fri, 13 Jul 2001 17:12:23 -0700 (PDT) (envelope-from msmith) Message-Id: <200107140012.f6E0CN296578@freefall.freebsd.org> From: Mike Smith Date: Fri, 13 Jul 2001 17:12:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/mly mly.c mly_tables.h mlyio.h mlyvar.h mly_cam.c mly_pci.c src/sys/modules/mly Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2001/07/13 17:12:23 PDT Modified files: sys/conf files sys/dev/mly mly.c mly_tables.h mlyio.h mlyvar.h sys/modules/mly Makefile Removed files: sys/dev/mly mly_cam.c mly_pci.c Log: Merge with latest version of the Mylex 6+ driver. - All sources are built in a single object, reducing namespace pollution. - Kill the ready queue, and handle a busy response to mly_start in callers rather than deferring the command. - Improve our interaction with CAM: - Don't advertise physical channels as SCSI busses by default. - use the SIM queue freeze capability rather than queueing CDBs internally. - force bus reprobe at module load time. - Clean up more resources in mly_free. - Tidy up debugging levels. - Tidy up handling of events (mostly just code cleanliness). - Use explanatory macros for operations on bus/target/channel numbers. Revision Changes Path 1.550 +1 -3 src/sys/conf/files 1.8 +1268 -186 src/sys/dev/mly/mly.c 1.2 +13 -29 src/sys/dev/mly/mly_tables.h 1.2 +4 -6 src/sys/dev/mly/mlyio.h 1.3 +41 -32 src/sys/dev/mly/mlyvar.h 1.3 +3 -2 src/sys/modules/mly/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message