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.250 (approved by jhawk and th...



details:   https://anonhg.NetBSD.org/src/rev/6ab143e0c8d8
branches:  netbsd-1-5
changeset: 489161:6ab143e0c8d8
user:      enami <enami%NetBSD.org@localhost>
date:      Tue Aug 22 02:08:40 2000 +0000

description:
Pullup rev. 1.250 (approved by jhawk and thorpej):
Add a product id for the promise ata-100 controller found on
MS-6321 (694D Pro).  Reported in the PR#10756 by Kazuki Sakamoto.

diffstat:

 sys/dev/pci/pcidevs |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 228e7188feae -r 6ab143e0c8d8 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Mon Aug 21 18:20:56 2000 +0000
+++ b/sys/dev/pci/pcidevs       Tue Aug 22 02:08:40 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.236.2.5 2000/07/23 05:19:19 jonathan Exp $
+$NetBSD: pcidevs,v 1.236.2.6 2000/08/22 02:08:40 enami Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1272,7 +1272,8 @@
 product PROMISE DC5030 0x5300  DC5030
 product PROMISE ULTRA33        0x4d33  Ultra33/ATA Bus Master IDE Accelerator
 product PROMISE ULTRA66        0x4d38  Ultra66/ATA Bus Master IDE Accelerator
-product PROMISE ULTRA100       0x4d30  Ultra100/ATA Bus Master IDE Accelerator
+product PROMISE ULTRA100 0x4d30        Ultra100/ATA Bus Master IDE Accelerator
+product PROMISE ULTRA100X 0x0d30 Ultra100/ATA Bus Master IDE Accelerator
 
 /* QLogic products */
 product QLOGIC ISP1020 0x1020  ISP1020



Home | Main Index | Thread Index | Old Index