'Dolphin' -> 'Dolphin Peripherals' where appropriate

This commit is contained in:
cgd 1999-07-03 05:55:23 +00:00
parent 2091d363f0
commit 636e8f4688
2 changed files with 14 additions and 14 deletions

View File

@ -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 @@ defined and standard as they should be.
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 currently supports the following cards:
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.

View File

@ -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 @@ const struct puc_device_description puc_devices[] = {
/*
* 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 @@ const struct puc_device_description puc_devices[] = {
/*
* 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)
*/