From owner-cvs-all Mon Jan 27 1: 4:31 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 3C3AA37B401; Mon, 27 Jan 2003 01:04:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D095343E4A; Mon, 27 Jan 2003 01:04:29 -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 h0R94Tbv062945; Mon, 27 Jan 2003 01:04:29 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R94TWw062944; Mon, 27 Jan 2003 01:04:29 -0800 (PST) Message-Id: <200301270904.h0R94TWw062944@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 27 Jan 2003 01:04:29 -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: 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 sos 2003/01/27 01:04:29 PST Modified files: sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-raid.c Log: 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.164 +121 -62 src/sys/dev/ata/ata-all.c 1.58 +5 -2 src/sys/dev/ata/ata-all.h 1.140 +3 -1 src/sys/dev/ata/ata-disk.c 1.51 +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