Date: Fri, 16 Mar 2001 14:20:20 -0800 (PST) From: "Kenneth D. Merry" <ken@FreeBSD.org> 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 Message-ID: <200103162220.f2GMKKp93774@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103162220.f2GMKKp93774>