Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/pci Pullup rev. 1.86 (approved by jhawk and tho...
details: https://anonhg.NetBSD.org/src/rev/f834701a5174
branches: netbsd-1-5
changeset: 489163:f834701a5174
user: enami <enami%NetBSD.org@localhost>
date: Tue Aug 22 02:16:44 2000 +0000
description:
Pullup rev. 1.86 (approved by jhawk and thorpej):
Match the Promise ATA-100 controller found on the mother board
MS-6321 (MSI 694D Pro). Reported in PR#10756 by Kazuki Sakamoto.
diffstat:
sys/dev/pci/pciide.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r d72abcaa97cf -r f834701a5174 sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c Tue Aug 22 02:12:47 2000 +0000
+++ b/sys/dev/pci/pciide.c Tue Aug 22 02:16:44 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pciide.c,v 1.68.2.11 2000/08/03 17:15:40 bouyer Exp $ */
+/* $NetBSD: pciide.c,v 1.68.2.12 2000/08/22 02:16:44 enami Exp $ */
/*
@@ -374,6 +374,11 @@
"Promise Ultra100/ATA Bus Master IDE Accelerator",
pdc202xx_chip_map,
},
+ { PCI_PRODUCT_PROMISE_ULTRA100X,
+ IDE_PCI_CLASS_OVERRIDE,
+ "Promise Ultra100/ATA Bus Master IDE Accelerator",
+ pdc202xx_chip_map,
+ },
{ 0,
0,
NULL,
Home |
Main Index |
Thread Index |
Old Index