Source-Changes-HG archive

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

[src/trunk]: src 'Dolphin' -> 'Dolphin Peripherals' where appropriate



details:   https://anonhg.NetBSD.org/src/rev/3a292e18c956
branches:  trunk
changeset: 474302:3a292e18c956
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sat Jul 03 05:55:23 1999 +0000

description:
'Dolphin' -> 'Dolphin Peripherals' where appropriate

diffstat:

 share/man/man4/puc.4  |  12 ++++++------
 sys/dev/pci/pucdata.c |  16 ++++++++--------
 2 files changed, 14 insertions(+), 14 deletions(-)

diffs (91 lines):

diff -r fe18709679ab -r 3a292e18c956 share/man/man4/puc.4
--- a/share/man/man4/puc.4      Sat Jul 03 05:49:57 1999 +0000
+++ b/share/man/man4/puc.4      Sat Jul 03 05:55:23 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: puc.4,v 1.6 1999/07/03 05:38:05 cgd Exp $
+.\"    $NetBSD: puc.4,v 1.7 1999/07/03 05:55:23 cgd Exp $
 .\"
 .\" Copyright (c) 1998 Christopher G. Demetriou.  All rights reserved.
 .\"
@@ -57,8 +57,8 @@
 The driver currently supports the following cards:
 .Pp
 .Bl -tag -width -offset indent -compact
-.It Tn "Dolphin 4014 (dual parallel)"
-.It Tn "Dolphin 4035 (dual serial)"
+.It Tn "Dolphin Peripherals 4014 (dual parallel)"
+.It Tn "Dolphin Peripherals 4035 (dual serial)"
 .It Tn "SIIG Cyber 2P1S PCI (dual parallel and single serial)"
 .It Tn "SIIG Cyber 2S1P PCI (dual serial and single parallel)"
 .It Tn "SIIG Cyber 4S PCI (quad serial)"
@@ -73,9 +73,9 @@
 The driver does not support the cards:
 .Pp
 .Bl -tag -width -offset indent -compact
-.It Tn "Dolphin 4006 (single parallel)"
-.It Tn "Dolphin 4025 (single serial)"
-.It Tn "Dolphin 4078 (dual serial and single parallel)"
+.It Tn "Dolphin Peripherals 4006 (single parallel)"
+.It Tn "Dolphin Peripherals 4025 (single serial)"
+.It Tn "Dolphin Peripherals 4078 (dual serial and single parallel)"
 .El
 .Pp
 but support for them (and for similar cards) should be trivial to add.
diff -r fe18709679ab -r 3a292e18c956 sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c     Sat Jul 03 05:49:57 1999 +0000
+++ b/sys/dev/pci/pucdata.c     Sat Jul 03 05:55:23 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pucdata.c,v 1.5 1999/07/03 05:38:05 cgd Exp $  */
+/*     $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $  */
 
 /*
  * Copyright (c) 1998, 1999 Christopher G. Demetriou.  All rights reserved.
@@ -46,16 +46,16 @@
 const struct puc_device_description puc_devices[] = {
        /*
         * XXX no entry because I have no data:
-        * XXX Dolphin 4006 (single parallel)
+        * XXX Dolphin Peripherals 4006 (single parallel)
         */
 
        /*
-        * Dolphin 4014 (dual parallel port) card.  PLX 9050, with
+        * Dolphin Peripherals 4014 (dual parallel port) card.  PLX 9050, with
         * a seemingly-lame EEPROM setup that puts the Dolphin IDs
         * into the subsystem fields, and claims that it's a
         * network/misc (0x02/0x80) device.
         */
-       {   "Dolphin 4014",
+       {   "Dolphin Peripherals 4014",
            {   0x10b5, 0x9050, 0xd84d, 0x6810  },
            {   0xffff, 0xffff, 0xffff, 0xffff  },
            {
@@ -66,16 +66,16 @@
 
        /*
         * XXX no entry because I have no data:
-        * XXX Dolphin 4025 (single serial)
+        * XXX Dolphin Peripherals 4025 (single serial)
         */
 
        /*
-        * Dolphin 4035 (dual serial port) card.  PLX 9050, with
+        * Dolphin Peripherals 4035 (dual serial port) card.  PLX 9050, with
         * a seemingly-lame EEPROM setup that puts the Dolphin IDs
         * into the subsystem fields, and claims that it's a
         * network/misc (0x02/0x80) device.
         */
-       {   "Dolphin 4035",
+       {   "Dolphin Peripherals 4035",
            {   0x10b5, 0x9050, 0xd84d, 0x6808  },
            {   0xffff, 0xffff, 0xffff, 0xffff  },
            {
@@ -86,7 +86,7 @@
 
        /*
         * XXX no entry because I have no data:
-        * XXX Dolphin 4078 (dual serial and single parallel)
+        * XXX Dolphin Peripherals 4078 (dual serial and single parallel)
         */
 
 



Home | Main Index | Thread Index | Old Index