From 06afe280099a5adb1ea5fa13b4448044e0fc0607 Mon Sep 17 00:00:00 2001 From: mjacob Date: Sun, 23 Jan 2000 01:39:13 +0000 Subject: [PATCH] Add in a define for the optimal cache line size. --- sys/pci/if_wxreg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/pci/if_wxreg.h b/sys/pci/if_wxreg.h index 2155277f81f..95b5c6be361 100644 --- a/sys/pci/if_wxreg.h +++ b/sys/pci/if_wxreg.h @@ -31,6 +31,7 @@ #define WX_PRODUCT_82452 0x1000 #define WX_MMBA 0x10 #define MWI 0x10 /* Memory Write Invalidate */ +#define WX_CACHELINE_SIZE 0x20 /* * Information about this chipset gathered from a released Intel Linux driver, -- 2.45.2