diff options
author | msmith <msmith@FreeBSD.org> | 2000-08-23 03:22:41 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2000-08-23 03:22:41 +0000 |
commit | 19a7cf4f83591586186dbc002cbfc9f1076b9dec (patch) | |
tree | 2d6ff12b8e748962ab52a60dfcdec1c102173d1f /sys/conf | |
parent | 13504cf93eec576a6d9bd497673694455a501c7e (diff) | |
download | FreeBSD-src-19a7cf4f83591586186dbc002cbfc9f1076b9dec.zip FreeBSD-src-19a7cf4f83591586186dbc002cbfc9f1076b9dec.tar.gz |
This is the initial import of a new driver for the current family of
PCI:SCSI RAID controllers from Mylex.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index a6dde43..4a9720b 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -197,6 +197,9 @@ dev/mii/miibus_if.m optional miibus dev/mlx/mlx.c optional mlx dev/mlx/mlx_disk.c optional mlx dev/mlx/mlx_pci.c optional mlx +dev/mly/mly.c optional mly +dev/mly/mly_cam.c optional mly +dev/mly/mly_pci.c optional mly dev/musycc/musycc.c optional musycc dev/nulldev/nulldev.c standard dev/pccard/card_if.m optional card |