]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
This is a driver for the Mylex DAC960 family of integrated RAID
authormsmith <msmith@FreeBSD.org>
Thu, 7 Oct 1999 02:20:32 +0000 (02:20 +0000)
committermsmith <msmith@FreeBSD.org>
Thu, 7 Oct 1999 02:20:32 +0000 (02:20 +0000)
commit685ad456458d562e46df50ddeed3eb1681377f14
treea897ba564cf92337e50c361d0365fec0869bf11d
parentf9e0a2c0d2e08321faa5356e9371410b9be348ab
This is a driver for the Mylex DAC960 family of integrated RAID
controllers.  It currently supports the P, PL, PD and PU variants,
with more to be supported shortly.
sys/dev/mlx/mlx.c [new file with mode: 0644]
sys/dev/mlx/mlx_disk.c [new file with mode: 0644]
sys/dev/mlx/mlx_pci.c [new file with mode: 0644]
sys/dev/mlx/mlxio.h [new file with mode: 0644]
sys/dev/mlx/mlxreg.h [new file with mode: 0644]
sys/dev/mlx/mlxvar.h [new file with mode: 0644]
sys/modules/mlx/Makefile [new file with mode: 0644]