Subject: Re: GigaRAID (iteide)?
To: None <alex@bitblot.com>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: netbsd-users
Date: 01/29/2005 15:30:11
On Sat, Jan 29, 2005 at 12:21:03AM +0000, Patrick Welche wrote:
> On Fri, Jan 28, 2005 at 02:50:51PM -0500, Alex Dumitriu wrote:
> > Is it possible to pull in the iteide stuff only into a 2.0_STABLE system?
> 
> I really don't know - you could try copying
> /sys/dev/pci/{iteide.c,pciide_ite_reg.h} from current and check that
> 
> vendor ITE      0x1283  Integrated Technology Express
> ...
> /* ITE products */
> product ITE IT8152      0x8152  IT8152 Host Bridge
> product ITE IT8212      0x8212  IT8212 IDE controller
> 
> are in your /sys/dev/pci/pcidevs (see /sys/dev/pci/Makefile if you have
> to add them)

Oh - forgot you also want

# Integrated Technology Express IDE controllers
device  iteide {[channel = -1]}: ata, pciide_common, wdc_common
attach  iteide at pci
file    dev/pci/iteide.c                iteide

in /sys/dev/pci/files.pci, so that config knows what to do when it sees
iteide in your kernel config file..

Cheers,

Patrick