From f6f8bc7ad5bc868fb742aa2ee9fbd6e7a07aa142 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Tue, 8 Nov 2005 22:12:26 +0000 Subject: [PATCH] The hptmv inherently believes that a 'long' can hold a physical address. This hasn't been true on i386 for at least a decade, probably longer, but I'm too lazy to look up the exact year that PAE support was introduced. Thus, this driver doesn't work on PAE. X-MFC After: now --- sys/i386/conf/PAE | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE index ccf61c3b4391..63382f36143e 100644 --- a/sys/i386/conf/PAE +++ b/sys/i386/conf/PAE @@ -43,6 +43,7 @@ nodevice asr nodevice dpt nodevice iir nodevice mly +nodevice hptmv nodevice ida nodevice mlx