From 57511acdf31c2284b7b4d62948c883287840fac6 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 27 Jan 2005 01:12:58 +0000 Subject: The ar driver appears to do naughty things with pointers and integers and so appears to not be 64-bit clean. disable it on ia64 for the moment. --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/Makefile') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index a4d59d8..6c0a0e0 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -417,7 +417,7 @@ _twa= twa # nsp oltr pecoff s3 sbni stg vesa # acpi is not enabled because it is broken as a module on ia64 _aic= aic -_ar= ar +#_ar= ar not 64-bit clean _arcnet= arcnet _asr= asr _bktr= bktr -- cgit v1.1