From c4662e777287397413bffa58f3c8ce9a6c6559d1 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Tue, 29 Nov 2011 00:29:19 +0100 Subject: Clarify explanations of BUC.TS values Signed-off-by: Peter Stuge --- bucts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucts.c b/bucts.c index f197018..16e82c7 100644 --- a/bucts.c +++ b/bucts.c @@ -93,8 +93,8 @@ int bucts(struct pci_dev *sb, int8_t newts) { uint32_t rcba_addr; volatile uint8_t *rcba; const char *str[2]={ - "ICH will not invert A16", - "ICH will invert A16 for cycles going to the firmware space" + "128kb address range 0xFFFE0000-0xFFFFFFFF is untranslated", + "64kb address ranges at 0xFFFE0000 and 0xFFFF0000 are swapped" }; switch (sb->device_id) { -- cgit v1.2.1