Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Fix typo in (unused) vendor name



details:   https://anonhg.NetBSD.org/src/rev/559117ba8d9a
branches:  trunk
changeset: 750783:559117ba8d9a
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Thu Jan 14 11:27:23 2010 +0000

description:
Fix typo in (unused) vendor name

diffstat:

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

diffs (18 lines):

diff -r 2819a2e8679f -r 559117ba8d9a sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Thu Jan 14 10:32:49 2010 +0000
+++ b/sys/dev/pci/pcidevs       Thu Jan 14 11:27:23 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1013 2010/01/12 21:24:39 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1014 2010/01/14 11:27:23 sborrill Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -175,7 +175,7 @@
 vendor IBUS            0x1079  I-Bus
 vendor NETWORTH                0x107a  NetWorth
 vendor GATEWAY         0x107b  Gateway 2000
-vendor GOLDSTART       0x107c  Goldstar
+vendor GOLDSTAR                0x107c  Goldstar
 vendor LEADTEK         0x107d  LeadTek Research
 vendor INTERPHASE      0x107e  Interphase
 vendor DATATECH                0x107f  Data Technology



Home | Main Index | Thread Index | Old Index