diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1995-12-06 15:52:23 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1995-12-06 15:52:23 +0000 |
| commit | 94fed3c149e159996c6b80b1395605ae128a7456 (patch) | |
| tree | 550d7eec8068e39b6380770c86d91648869bd3c0 /sys/dev/pci | |
| parent | 65d0bc1387d169dd5d8227515141901d4ac7900e (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pci.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index c776c9aee4977..13d53cc96886f 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/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"}, |
