Fixed some style bugs (tab lossage) in rev.1.26.

Removed the requirement for a particular subvendor/subproduct in
rev.1.26 (VScom PCI-800L card).  While the BARs, etc., may depend on
the sub-ids, this is not known to be so, and I think it is better to
guess that they don't.  The decision to check sub-id checks in this
file is apparently random; for VScom cards they were checked in 3 of
8 cases.

Reviewed by:	timeout by committer (joerg) after 6 months
This commit is contained in:
bde 2004-04-18 05:30:02 +00:00
parent 6e5024f5b5
commit 6cd0e4679a

View File

@ -793,8 +793,8 @@ const struct puc_device_description puc_devices[] = {
*/
{ "Titan VScom PCI-800L",
NULL,
{ 0x14d2, 0x8080, 0x14d2, 0x8080 },
{ 0xffff, 0xffff, 0xffff, 0xffff },
{ 0x14d2, 0x8080, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{
{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },