From owner-cvs-all Fri Mar 16 14:20:23 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 D26AF37B718; Fri, 16 Mar 2001 14:20:20 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2GMKKp93774; Fri, 16 Mar 2001 14:20:20 -0800 (PST) (envelope-from ken) Message-Id: <200103162220.f2GMKKp93774@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Fri, 16 Mar 2001 14:20:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic aic.c aic6360reg.h aic_isa.c aicvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ken 2001/03/16 14:20:20 PST Modified files: sys/dev/aic aic.c aic6360reg.h aic_isa.c aicvar.h Log: Fix a few things in the aic(4) driver: - enable 10MHz (fast SCSI) operation on boards that support it. (only aic6360 boards with fast SCSI enabled can do it) - bounds check sync periods and offsets passed in from the transport layer - tell the user which resource allocation failed (for the ISA probe) if we weren't able to allocate an IRQ, DRQ or I/O port. Revision Changes Path 1.14 +35 -7 src/sys/dev/aic/aic.c 1.2 +3 -1 src/sys/dev/aic/aic6360reg.h 1.7 +6 -2 src/sys/dev/aic/aic_isa.c 1.6 +7 -1 src/sys/dev/aic/aicvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message