From owner-cvs-all Wed Oct 13 19:54:16 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 0CD27153EC; Wed, 13 Oct 1999 19:54:07 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA08811; Wed, 13 Oct 1999 19:54:07 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <199910140254.TAA08811@freefall.freebsd.org> From: Mike Smith Date: Wed, 13 Oct 1999 19:54:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mlx mlx.c mlx_disk.c mlx_pci.c mlxreg.h mlxvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/10/13 19:54:07 PDT Modified files: sys/dev/mlx mlx.c mlx_disk.c mlx_pci.c mlxreg.h mlxvar.h Log: Add support for the version 4 firmware interface and the DAC960 PG and PJ cards. This will probably also support the AcceleRAID and eXtremeRAID cards, but nobody has volunteered one for testing, so I haven't enabled their PCI device IDs. Slightly clean up communication between the disk devices and the controller device as per new practice, and move some more register- related items int mlxreg.h from mlxvar.h. Remove some unnecessary read-modify-write operations to the card control registers; they don't behave like that. Increase the status polling interval to 10 seconds. It's still possible to load the card up to the point where a status poll will find the previous poll still running, but this will reduce the incidence of complaints. Revision Changes Path 1.2 +110 -12 src/sys/dev/mlx/mlx.c 1.2 +12 -21 src/sys/dev/mlx/mlx_disk.c 1.2 +2 -1 src/sys/dev/mlx/mlx_pci.c 1.2 +60 -1 src/sys/dev/mlx/mlxreg.h 1.2 +1 -28 src/sys/dev/mlx/mlxvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message