Subject: Re: GigaRAID (iteide)?
To: None <alex@bitblot.com>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: netbsd-users
Date: 01/29/2005 00:21:03
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)

> I see all the messages on the lists about new source additions and
> info on generating diffs, but I'm not quite sure how (or if) that
> translates to pulling the relevant files into my source tree. Is there
> a HOWTO somewhere on doing this? Or do I have the whole thing wrong,
> and the newly ported driver depends on a newer kernel API than I have
> anyway, so it's pretty much current or nothing?

I would be lazy and just run -current ;-)

Cheers,

Patrick