Date: Fri, 09 Nov 2001 16:57:54 -0800 From: Mike Smith <msmith@freebsd.org> To: clefevre@citeweb.net Cc: Brooks Davis <brooks@one-eyed-alien.net>, Erin Fortenberry <efortenb@sdccd.cc.ca.us>, "'Thomas Coppens'" <thomas.coppens@advalvas.be>, freebsd-hardware@FreeBSD.ORG Subject: Re: Installing FreeBSD on a RAID0 array with onboard RAID Message-ID: <200111100057.fAA0vsP04923@mass.dis.org> In-Reply-To: Message from Cyrille Lefevre <clefevre@citeweb.net> of "Sat, 10 Nov 2001 01:46:42 %2B0100." <200111100046.fAA0kgF03679@gits.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > > > > > is that may conflict w/ src/sys/pci/if_ar_p.c ? > > > > It looks like it probably does. > > try to change "ar" by "aar" in src/sys/dev/ata/ata-raid.c since all > ata drivers are `a' prefixed. if that works, will be sure there is a > conflict w/ if_ar. of course, someone knowing well the kernel structure > could tell us if a conflict can occur or not ? There is no risk of conflict, since neither driver uses devclass_find(), and the actual name of the driver is otherwise irrelevant. You could (almost) legitimately call all disk drivers 'disk' and get away with it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111100057.fAA0vsP04923>