summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci.c
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1995-12-06 15:52:23 +0000
committerse <se@FreeBSD.org>1995-12-06 15:52:23 +0000
commitc2589aa47b7b09c8c28f05ee62eb9de53017b758 (patch)
tree550d7eec8068e39b6380770c86d91648869bd3c0 /sys/pci/pci.c
parentae642367e26bc87c89cda641a959b843df6ba954 (diff)
downloadFreeBSD-src-c2589aa47b7b09c8c28f05ee62eb9de53017b758.zip
FreeBSD-src-c2589aa47b7b09c8c28f05ee62eb9de53017b758.tar.gz
Set default burst length limit to 32 bytes, since this seems to be
an acceptable value for all current chip sets (just a hint to PCI device drivers, used in the NCR driver, for example). Add PCI Vendor ID of ACER.
Diffstat (limited to 'sys/pci/pci.c')
-rw-r--r--sys/pci/pci.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index c776c9a..13d53cc 100644
--- a/sys/pci/pci.c
+++ b/sys/pci/pci.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pci.c,v 1.33 1995/11/20 12:42:23 phk Exp $
+** $Id: pci.c,v 1.34 1995/11/21 13:59:56 bde Exp $
**
** General subroutines for the PCI bus.
** pci_configure ()
@@ -136,7 +136,7 @@ pci_bridge_config (void);
** log2 of safe burst len (in words)
*/
-unsigned pci_max_burst_len = 2; /* 2=16Byte, 3=32Byte, 4=64Byte, ... */
+unsigned pci_max_burst_len = 3; /* 2=16Byte, 3=32Byte, 4=64Byte, ... */
unsigned pci_mechanism = 0;
unsigned pci_maxdevice = 0;
struct pcibus* pcibus;
@@ -1497,6 +1497,7 @@ static struct vt VendorTable[] = {
{0x1060, "UMC"},
{0x1080, "Contaq"},
{0x1095, "CMD"},
+ {0x10b9, "ACER Labs"},
{0x1106, "VIA Technologies"},
{0x5333, "S3 Inc."},
{0x8086, "Intel Corporation"},
OpenPOWER on IntegriCloud