From a70c5b3073705bff9b76a2f75fe927958c3ae5e3 Mon Sep 17 00:00:00 2001 From: sos Date: Tue, 21 Aug 2001 12:23:31 +0000 Subject: Add support for the newer Promise chips here as well. --- sys/dev/ata/ata-raid.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/ata/ata-raid.c') diff --git a/sys/dev/ata/ata-raid.c b/sys/dev/ata/ata-raid.c index 546b998..161d6b8 100644 --- a/sys/dev/ata/ata-raid.c +++ b/sys/dev/ata/ata-raid.c @@ -92,6 +92,8 @@ ar_probe(struct ad_softc *adp) case 0x4d38105a: case 0x4d30105a: case 0x0d30105a: + case 0x4d68105a: + case 0x6268105a: return (ar_promise_conf(adp, ar_table)); case 0x00041103: -- cgit v1.1