Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Correct an entry for Acard UDMA IDE controller.



details:   https://anonhg.NetBSD.org/src/rev/7b62cbefe90e
branches:  trunk
changeset: 508855:7b62cbefe90e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Apr 21 13:28:52 2001 +0000

description:
Correct an entry for Acard UDMA IDE controller.
The chip is actually marked as ATP860-A, not ATP860R.

diffstat:

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

diffs (18 lines):

diff -r f7e06715f5b7 -r 7b62cbefe90e sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Sat Apr 21 11:54:25 2001 +0000
+++ b/sys/dev/pci/pcidevs       Sat Apr 21 13:28:52 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.317 2001/04/13 19:00:31 hubertf Exp $
+$NetBSD: pcidevs,v 1.318 2001/04/21 13:28:52 tsutsui Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -623,7 +623,7 @@
 /* Acard products */
 product ACARD ATP850U  0x0005  ATP850U/UF UDMA IDE Controller 
 product ACARD ATP860   0x0006  ATP860 UDMA IDE Controller 
-product ACARD ATP860R  0x0007  ATP860R UDMA IDE Controller 
+product ACARD ATP860A  0x0007  ATP860-A UDMA IDE Controller 
 product ACARD AEC6710  0x8002  AEC6710 SCSI
 product ACARD AEC6712UW        0x8010  AEC6712UW SCSI
 product ACARD AEC6712U 0x8020  AEC6712U SCSI



Home | Main Index | Thread Index | Old Index