I went to Fry's and noticed a few more cards that probably will be
supportable with this driver, but currently aren't supported. Add them.
This commit is contained in:
parent
555571f7e9
commit
8f94f1a709
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: pucdata.c,v 1.1 1998/06/26 18:52:41 cgd Exp $ */
|
/* $NetBSD: pucdata.c,v 1.2 1998/07/12 02:21:56 cgd Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1998 Christopher G. Demetriou. All rights reserved.
|
* Copyright (c) 1998 Christopher G. Demetriou. All rights reserved.
|
||||||
|
@ -86,11 +86,21 @@ const struct puc_device_description puc_devices[] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/*
|
||||||
|
* XXX no entry because I have no data:
|
||||||
|
* XXX Dolphin 4078 (dual serial and single parallel)
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* XXX no entry because I have no data:
|
* XXX no entry because I have no data:
|
||||||
* XXX SIIG CyberParallel PCI (single parallel)
|
* XXX SIIG CyberParallel PCI (single parallel)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* XXX no entry because I have no data:
|
||||||
|
* XXX SIIG CyberParallel Dual PCI (dual parallel)
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* SIIG CyberSerial PCI (single serial port) card. PLX 9052, with
|
* SIIG CyberSerial PCI (single serial port) card. PLX 9052, with
|
||||||
* a more sensible EEPROM setup that reports "normal"-looking
|
* a more sensible EEPROM setup that reports "normal"-looking
|
||||||
|
@ -105,5 +115,10 @@ const struct puc_device_description puc_devices[] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/*
|
||||||
|
* XXX no entry because I have no data:
|
||||||
|
* XXX SIIG Cyber 2S1P PCI (dual serial and single parallel)
|
||||||
|
*/
|
||||||
|
|
||||||
{ 0 }
|
{ 0 }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue