Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Match with promise ultra100/ata contoller. I ha...
details: https://anonhg.NetBSD.org/src/rev/81f682c79f1a
branches: trunk
changeset: 494259:81f682c79f1a
user: enami <enami%NetBSD.org@localhost>
date: Tue Jul 04 16:34:33 2000 +0000
description:
Match with promise ultra100/ata contoller. I haven't actually test this
contoller with ultra100 drive, but it works at least with ultra66 or more
older drive
diffstat:
sys/dev/pci/pciide.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 2cd4e8b26744 -r 81f682c79f1a sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c Tue Jul 04 16:30:42 2000 +0000
+++ b/sys/dev/pci/pciide.c Tue Jul 04 16:34:33 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pciide.c,v 1.73 2000/06/28 16:08:49 mrg Exp $ */
+/* $NetBSD: pciide.c,v 1.74 2000/07/04 16:34:33 enami Exp $ */
/*
@@ -363,6 +363,11 @@
"Promise Ultra66/ATA Bus Master IDE Accelerator",
pdc202xx_chip_map,
},
+ { PCI_PRODUCT_PROMISE_ULTRA100,
+ IDE_PCI_CLASS_OVERRIDE,
+ "Promise Ultra100/ATA Bus Master IDE Accelerator",
+ pdc202xx_chip_map,
+ },
{ 0,
0,
NULL,
Home |
Main Index |
Thread Index |
Old Index