From owner-cvs-all Thu Jul 27 15:24:56 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 9E41837C13A; Thu, 27 Jul 2000 15:24:44 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA35322; Thu, 27 Jul 2000 15:24:44 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200007272224.PAA35322@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 27 Jul 2000 15:24:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ida ida.c ida_disk.c ida_eisa.c ida_pci.c idareg.h idavar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/07/27 15:24:44 PDT Modified files: sys/dev/ida ida.c ida_disk.c ida_eisa.c ida_pci.c idareg.h idavar.h Log: The DEC version of the Smart controller has its configuration information stored at a different location in the PCI space, so adjust accordingly. Also, when using more than two smart controllers in one machine, the disks were assigned the wrong drive number; fix this as well. Revision Changes Path 1.14 +15 -8 src/sys/dev/ida/ida.c 1.20 +5 -3 src/sys/dev/ida/ida_disk.c 1.5 +3 -2 src/sys/dev/ida/ida_eisa.c 1.14 +9 -5 src/sys/dev/ida/ida_pci.c 1.5 +48 -21 src/sys/dev/ida/idareg.h 1.8 +5 -3 src/sys/dev/ida/idavar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message