From owner-cvs-all Fri Oct 8 20:40: 3 1999 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 EDA5E15280; Fri, 8 Oct 1999 20:39:49 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA50808; Fri, 8 Oct 1999 20:39:49 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <199910090339.UAA50808@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Fri, 8 Oct 1999 20:39:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/dpt dpt.h dpt_eisa.c dpt_scsi.c dpt_eisa.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mdodd 1999/10/08 20:39:49 PDT Modified files: sys/dev/dpt dpt.h dpt_eisa.c dpt_scsi.c Removed files: sys/dev/dpt dpt_eisa.h Log: - Implement a simple PIO driven function for retreiving the onboard configuration information from a DPT card at a given port. This is needed by the ISA bus front end (still to come) and the EISA bus front end (which hasn't ever worked). - Blow away dpt_eisa.h as the information it contains does not justify an additional file. - Convert dpt_eisa.c to use the onboard config instead of trying to read the EISA configuration registers. Revision Changes Path 1.7 +3 -1 src/sys/dev/dpt/dpt.h 1.10 +30 -36 src/sys/dev/dpt/dpt_eisa.c 1.28 +107 -1 src/sys/dev/dpt/dpt_scsi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message