Date: Wed, 03 Mar 1999 08:42:37 -0800 From: Jake <jake@checker.org> To: current@freebsd.org Subject: Re: CALL FOR TESTERS of new ATA/ATAPI driver.. Message-ID: <199903031642.IAA01124@h24-64-221-247.gv.wave.shaw.ca> In-Reply-To: Your message of "Thu, 04 Mar 1999 00:11:14 %2B0900." <19990303151218.BD87914FE8@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I'm curious how the new driver handles numbering. You said in your first mail that drives are numbered by probe order? I have two 4 gig IDE drives, both single masters on separate channels. I'm only booting from the first one, so that's not a problem, but the first is called wd0 and the second wd2. My kernel config is as follows: controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0xa0ffa0ff disk wd0 at wdc0 drive 0 controller wdc1 at isa? port "IO_WD2" bio irq 15 flags 0xa0ffa0ff disk wd2 at wdc1 drive 0 This way I can stick a slave on the first controller and it won't change the numbering. I may be missing something though. anyway, what will the new driver call my second hard drive? and can I wire it down to be wd2? Would this be all I add to my kernel config? controller ata0 device atadisk0 # ATA disks or do I need a device for each drive? I'm also assuming that this thing will work fine with Vinum? Thank you. -- obfuscate v.t. darken; obscure; bewilder. int i;main(){for(;i["]<i;++i){--i;}"];read('-'-'-',i+++"hell\ o, world!\n",'/'/'/'));}read(j,i,p){write(j/p+p,i---j,i/i);} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903031642.IAA01124>