From 1ded394fc398f5bbbecef84709824ac7d028dd1e Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 9 Feb 2004 13:40:58 -0500 Subject: Some changes to for linux 2.6.2 dev/pcidev.cc: Linux 2.6 writes the latency timer, so it was added to the list of allowable writes dev/tsunami_uart.cc: dev/tsunami_uart.hh: A couple of changes so that the new linux autoconf serial driver thinks that the serial port exists and configures it --HG-- extra : convert_revision : 6c026ef754e31de56c9b837ceb8f6be48c8d8d9c --- dev/pcidev.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'dev/pcidev.cc') diff --git a/dev/pcidev.cc b/dev/pcidev.cc index 342561750..9d9fbcd89 100644 --- a/dev/pcidev.cc +++ b/dev/pcidev.cc @@ -125,6 +125,7 @@ PciDev::WriteConfig(int offset, int size, uint32_t data) switch (offset) { case PCI0_INTERRUPT_LINE: case PCI_CACHE_LINE_SIZE: + case PCI_LATENCY_TIMER: *(uint8_t *)&config.data[offset] = byte_value; break; -- cgit v1.2.3