Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci ESSTECH:



details:   https://anonhg.NetBSD.org/src/rev/bf9783b7ac95
branches:  trunk
changeset: 487262:bf9783b7ac95
user:      kleink <kleink%NetBSD.org@localhost>
date:      Mon Jun 05 11:29:28 2000 +0000

description:
ESSTECH:
* add what's allegedly the Maestro 1's product ID.
* align product names with data sheets.

diffstat:

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

diffs (22 lines):

diff -r 84cb7294ac46 -r bf9783b7ac95 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Mon Jun 05 09:22:52 2000 +0000
+++ b/sys/dev/pci/pcidevs       Mon Jun 05 11:29:28 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.224 2000/05/30 00:20:41 matt Exp $
+$NetBSD: pcidevs,v 1.225 2000/06/05 11:29:28 kleink Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -931,9 +931,10 @@
 product ESSENTIAL RR_GIGE      0x0005  RoadRunner Gig-E Interface
 
 /* ESS Technology Inc products */
-product ESSTECH        MAESTRO2        0x1968  Maestro 2
+product ESSTECH        MAESTRO1        0x0100  Maestro 1 PCI Audio Accelerator
+product ESSTECH        MAESTRO2        0x1968  Maestro 2 PCI Audio Accelerator
 product ESSTECH        SOLO1           0x1969  Solo-1 PCI AudioDrive
-product ESSTECH        MAESTRO2E       0x1978  Maestro 2E
+product ESSTECH        MAESTRO2E       0x1978  Maestro 2E PCI Audio Accelerator
 
 /* O2 Micro Inc */
 product O2MICRO  OZ6832        0x6832  OZ6832 CardBus Controller



Home | Main Index | Thread Index | Old Index