* vt6410 in kernel 2.6
@ 2004-01-22 21:38 Mike Gabriel
2004-01-23 23:29 ` Jeff Garzik
0 siblings, 1 reply; 6+ messages in thread
From: Mike Gabriel @ 2004-01-22 21:38 UTC (permalink / raw)
To: linux-kernel
hi there,
is there any chance of upcoming support for the vt6410 ide/raid chipset in the
2.6.x kernel? there has been an attempt by via itself, but it only suits
redhat 7.2 kernels and systems, thus it is highly specific. is there any1 who
is working on that?
mike gabriel
--
Oekologiezentrum
Christian-Albrecht-Universität zu Kiel
- netzwerkteam -
Mike Gabriel
Olshausenstr 75.
24118 Kiel
fon: +49 431 880-1186
mail: mgabriel@ecology.uni-kiel.de
www: http://www.ecology.uni-kiel.de, http://zope.ecology.uni-kiel.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: vt6410 in kernel 2.6
2004-01-22 21:38 vt6410 in kernel 2.6 Mike Gabriel
@ 2004-01-23 23:29 ` Jeff Garzik
2004-01-23 23:47 ` Mike Gabriel
0 siblings, 1 reply; 6+ messages in thread
From: Jeff Garzik @ 2004-01-23 23:29 UTC (permalink / raw)
To: mgabriel; +Cc: linux-kernel
Mike Gabriel wrote:
> hi there,
>
> is there any chance of upcoming support for the vt6410 ide/raid chipset in the
> 2.6.x kernel? there has been an attempt by via itself, but it only suits
> redhat 7.2 kernels and systems, thus it is highly specific. is there any1 who
> is working on that?
It should already be in there.
Note that it is not really RAID... just software RAID.
Jeff
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: vt6410 in kernel 2.6
2004-01-23 23:29 ` Jeff Garzik
@ 2004-01-23 23:47 ` Mike Gabriel
2004-01-23 23:56 ` Jeff Garzik
0 siblings, 1 reply; 6+ messages in thread
From: Mike Gabriel @ 2004-01-23 23:47 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-kernel
hi jeff,
> > is there any chance of upcoming support for the vt6410 ide/raid chipset
> > in the 2.6.x kernel? there has been an attempt by via itself, but it only
> > suits redhat 7.2 kernels and systems, thus it is highly specific. is
> > there any1 who is working on that?
>
> It should already be in there.
can you tell me the exact kernel-config-option or the menuconfig line? i have
looked for it and couldn't find it. also most of the google hits were
negative. there weren't many, either.
> Note that it is not really RAID... just software RAID.
yeeah, don't care. i wanna use it in jobd mode in connection with the md
driver.
mike
--
netzwerkteam - oekologiezentrum
Mike Gabriel
FA Geobotanik
Christian-Albrecht Universität zu Kiel
Abt. Prof. Dr. K. Dierßen
Olshausenstr. 75
24118 kiel
fon-oezk: +49 431 880 1186
fon-home: +49 431 64 74 196
mail: mgabriel@ecology.uni-kiel.de
http://www.ecology.uni-kiel.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: vt6410 in kernel 2.6
2004-01-23 23:47 ` Mike Gabriel
@ 2004-01-23 23:56 ` Jeff Garzik
2004-01-24 8:25 ` Mike Gabriel
0 siblings, 1 reply; 6+ messages in thread
From: Jeff Garzik @ 2004-01-23 23:56 UTC (permalink / raw)
To: mgabriel; +Cc: linux-kernel
Mike Gabriel wrote:
> hi jeff,
>
>
>>>is there any chance of upcoming support for the vt6410 ide/raid chipset
>>>in the 2.6.x kernel? there has been an attempt by via itself, but it only
>>>suits redhat 7.2 kernels and systems, thus it is highly specific. is
>>>there any1 who is working on that?
>>
>>It should already be in there.
>
>
> can you tell me the exact kernel-config-option or the menuconfig line? i have
> looked for it and couldn't find it. also most of the google hits were
> negative. there weren't many, either.
CONFIG_BLK_DEV_GENERIC or CONFIG_SCSI_SATA_VIA should do it.
Jeff
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: vt6410 in kernel 2.6
2004-01-23 23:56 ` Jeff Garzik
@ 2004-01-24 8:25 ` Mike Gabriel
2004-01-24 21:12 ` Jeff Garzik
0 siblings, 1 reply; 6+ messages in thread
From: Mike Gabriel @ 2004-01-24 8:25 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-kernel
hi jeff,
> >>>is there any chance of upcoming support for the vt6410 ide/raid chipset
> >>>in the 2.6.x kernel? there has been an attempt by via itself, but it
> >>> only suits redhat 7.2 kernels and systems, thus it is highly specific.
> >>> is there any1 who is working on that?
>
> CONFIG_BLK_DEV_GENERIC or CONFIG_SCSI_SATA_VIA should do it.
>
oh, i thought these options were for SATA only. what i need is the ide-part of
the controller. is this support by these options, as well? i will try as soon
as possible. i use a debian-backports kernel which for now always kills the
system during kernel-image-boot. as i use the board in one of our servers, i
cannot really fiddle around with it to much. thanks for your info.
mike gabriel
--
netzwerkteam - oekologiezentrum
Mike Gabriel
FA Geobotanik
Christian-Albrecht Universität zu Kiel
Abt. Prof. Dr. K. Dierßen
Olshausenstr. 75
24118 kiel
fon-oezk: +49 431 880 1186
fon-home: +49 431 64 74 196
mail: mgabriel@ecology.uni-kiel.de
http://www.ecology.uni-kiel.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: vt6410 in kernel 2.6
2004-01-24 8:25 ` Mike Gabriel
@ 2004-01-24 21:12 ` Jeff Garzik
0 siblings, 0 replies; 6+ messages in thread
From: Jeff Garzik @ 2004-01-24 21:12 UTC (permalink / raw)
To: mgabriel; +Cc: linux-kernel
Mike Gabriel wrote:
> hi jeff,
>
>
>>>>>is there any chance of upcoming support for the vt6410 ide/raid chipset
>>>>>in the 2.6.x kernel? there has been an attempt by via itself, but it
>>>>>only suits redhat 7.2 kernels and systems, thus it is highly specific.
>>>>>is there any1 who is working on that?
>>
>>CONFIG_BLK_DEV_GENERIC or CONFIG_SCSI_SATA_VIA should do it.
>>
>
>
> oh, i thought these options were for SATA only. what i need is the ide-part of
> the controller. is this support by these options, as well? i will try as soon
> as possible. i use a debian-backports kernel which for now always kills the
> system during kernel-image-boot. as i use the board in one of our servers, i
> cannot really fiddle around with it to much. thanks for your info.
My apologies. The PATA part is handled by CONFIG_IDE, though
drivers/ide/pci/via82cxxx.c may need another PCI id or two. 'lspci -n'
will retrieve these ids.
Jeff
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-01-24 21:13 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-22 21:38 vt6410 in kernel 2.6 Mike Gabriel
2004-01-23 23:29 ` Jeff Garzik
2004-01-23 23:47 ` Mike Gabriel
2004-01-23 23:56 ` Jeff Garzik
2004-01-24 8:25 ` Mike Gabriel
2004-01-24 21:12 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox