From 6cd0e4679af1e52dd9a0f8e3a8136340cf8c9c03 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 18 Apr 2004 05:30:02 +0000 Subject: [PATCH] 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 --- sys/dev/puc/pucdata.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index d8ddb9b47861..95841ce0beda 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -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 },