From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1EekUP-00075E-Gd for garchives@archives.gentoo.org; Wed, 23 Nov 2005 02:36:05 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jAN2XxDP020400; Wed, 23 Nov 2005 02:33:59 GMT Received: from fuse6.mailanyone.net (fuse6.mailanyone.net [69.31.1.175]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jAN2QU9U027444 for ; Wed, 23 Nov 2005 02:26:30 GMT Received: from mailanyone.net by fuse6.mailanyone.net with asmtp (TLSv1:AES256-SHA:256) (MailAnyone extSMTP) id 1EekLB-0006ka-Ju for gentoo-user@lists.gentoo.org; Tue, 22 Nov 2005 20:26:34 -0600 Message-ID: <4383D496.2060001@tgharold.com> Date: Tue, 22 Nov 2005 21:31:50 -0500 From: Thomas Harold User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050728 X-Accept-Language: en-us, en, ja, zh-cn, zh-hk, zh-sg, zh-tw, ko, ko-kp, ko-kr Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Highpoint Rocket HPT302 PATA EIDE controller References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 45a1b58e-2c99-42a7-ac22-386234e39f2a X-Archives-Hash: 88ce96744cc91bd20a072a0cf9097b2e Stroller wrote: > Hi there, > > Has anyone had any joy getting one of these to work under Gentoo, > please? I bought it on the recommendations of users on uk.comp.os.linux, > as I was looking for a Linux-compatible card available in the UK, but > apparently no-one on that group is using the card under Gentoo. Key things to look for in menuconfig for Rocket133 might be: (D)evice drivers --> ATA/ATAPI/MFM/RLL support --> --> SCSI emulation support --> --> generic/default IDE chipset support --> --> PCI IDE chipset support --> --> Generic PCI IDE Chipset Support Probably the only one that matters is (CONFIG_BLK_DEV_HPT366=y): --> --> HPT36X/37X chipset support (turn this ON as BUILT-IN) Yes, the Rocket 133SB (Rocket133SB) HPT302 chip is apparently supported by the HPT366.c file. You can find this by grepping the kernel sources: # cd /usr/src/linux # find . -print | xargs grep -i 'hpt302' # grep -i 'hpt366' .config (snipped from my Nov2005 blog) -- gentoo-user@gentoo.org mailing list