diff options
| author | bouyer <bouyer@NetBSD.org> | 2003-12-05 23:12:41 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 2003-12-05 23:12:41 +0000 |
| commit | b42d9591402db8afef0ab80b9374aa0807cd6921 (patch) | |
| tree | 57cd345633bc3aec76f6f31762b079f34baa1677 /sys/dev | |
| parent | a2f656e63706f92cec295f3cfcd910e25b72846b (diff) | |
Add support for the Intel 82801ER Serial ATA/Raid Controller.
From Simas Mockevicius on current-users@.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/piixide.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/piixide.c b/sys/dev/pci/piixide.c index 019132fb226..8333471a214 100644 --- a/sys/dev/pci/piixide.c +++ b/sys/dev/pci/piixide.c @@ -1,4 +1,4 @@ -/* $NetBSD: piixide.c,v 1.3 2003/11/27 23:02:40 fvdl Exp $ */ +/* $NetBSD: piixide.c,v 1.4 2003/12/05 23:12:41 bouyer Exp $ */ /* * Copyright (c) 1999, 2000, 2001 Manuel Bouyer. @@ -133,6 +133,11 @@ static const struct pciide_product_desc pciide_intel_products[] = { "Intel 82801EB Serial ATA Controller", artisea_chip_map, }, + { PCI_PRODUCT_INTEL_82801ER_SATA, + 0, + "Intel 82801ER Serial ATA/Raid Controller", + artisea_chip_map, + }, { 0, 0, NULL, |
