From owner-cvs-all Wed Jan 29 23:20: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40DA737B401; Wed, 29 Jan 2003 23:20:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46F643F3F; Wed, 29 Jan 2003 23:20:00 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0U7K0bv079611; Wed, 29 Jan 2003 23:20:00 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U7K0Qe079598; Wed, 29 Jan 2003 23:20:00 -0800 (PST) Message-Id: <200301300720.h0U7K0Qe079598@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 29 Jan 2003 23:20:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-raid.c X-FreeBSD-CVS-Branch: RELENG_4 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 sos 2003/01/29 23:20:00 PST Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-raid.c Log: MFC: Update the code that deals with disk enclosures: Properly handle the newer Promise SuperSwap 1000 enclosures. Print out what kind of enclosure was found in the probe. Misc cleanups in the enclosure handling code. Sponsored by: Advanis Inc. Revision Changes Path 1.50.2.44 +116 -58 src/sys/dev/ata/ata-all.c 1.26.2.12 +5 -2 src/sys/dev/ata/ata-all.h 1.60.2.24 +6 -2 src/sys/dev/ata/ata-disk.c 1.3.2.19 +6 -4 src/sys/dev/ata/ata-raid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message