Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2009 01:44:31 -0700
From:      Scott Long <scottl@samsco.org>
To:        Maxim Sobolev <sobomax@FreeBSD.org>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r187429 - head/sys/amd64/conf
Message-ID:  <49743D6F.3040307@samsco.org>
In-Reply-To: <200901190825.n0J8Pfq6003271@svn.freebsd.org>
References:  <200901190825.n0J8Pfq6003271@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Maxim Sobolev wrote:
> Author: sobomax
> Date: Mon Jan 19 08:25:41 2009
> New Revision: 187429
> URL: http://svn.freebsd.org/changeset/base/187429
> 
> Log:
>   Comment amr(4) out - according to scottl it's not 64-bit clean.
> 
> Modified:
>   head/sys/amd64/conf/GENERIC
> 
> Modified: head/sys/amd64/conf/GENERIC
> ==============================================================================
> --- head/sys/amd64/conf/GENERIC	Mon Jan 19 07:44:18 2009	(r187428)
> +++ head/sys/amd64/conf/GENERIC	Mon Jan 19 08:25:41 2009	(r187429)
> @@ -136,7 +136,8 @@ device		pass		# Passthrough device (dire
>  device		ses		# SCSI Environmental Services (and SAF-TE)
>  
>  # RAID controllers interfaced to the SCSI subsystem
> -device		amr		# AMI MegaRAID
> +#XXX it is not 64-bit clean, -scottl
> +#device		amr		# AMI MegaRAID
>  device		arcmsr		# Areca SATA II RAID
>  device		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID
>  device		ciss		# Compaq Smart RAID 5*

Ummmmm

ASR is not 64-bit clean.  AMR is.

Scott




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49743D6F.3040307>