* Re: [d-kernel] Re: gigaraid ITE8212
2003-07-15 11:38 ` [d-kernel] Re: gigaraid ITE8212 Sergey Vlasov
@ 2003-07-15 11:14 ` Anton Farygin
2003-07-15 12:07 ` Sergey Vlasov
0 siblings, 1 reply; 3+ messages in thread
From: Anton Farygin @ 2003-07-15 11:14 UTC (permalink / raw)
To: ALT Linux kernel packages development; +Cc: community
[-- Attachment #1: Type: text/plain, Size: 1022 bytes --]
Sergey Vlasov пишет:
> On Tue, 15 Jul 2003 11:13:34 +0400
> "KoLyA" <kolyag@mail.ru> wrote:
<skip>
> /*
> * linux/drivers/scsi/iteraid.c
> *
> * (C) Copyright 2002-2003 Integrated Technology Express, inc.
> *
> * Nov 11, 2002 Mark Lu file created.
> *
> * ITE IT8212 RAID controller device driver for Linux.
> *
> * This program is free software; you can redistribute it and/or modify it
> * under the terms of the GNU General Public License as published by the
> * Free Software Foundation; either version 2, or (at your option) any
> * later version.
> *
> * This program is distributed in the hope that it will be useful, but
> * WITHOUT ANY WARRANTY; without even the implied warranty of
> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> * General Public License for more details.
>
> Ну и что с таким безобразием с лицензиями делать?
Собирать спокойно и не вникать. Написано же - GPL ( в исходнике)... все
остальное - исхищрения авторов этого самого портала.
Rgds,
Rider
[-- Attachment #2: Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [d-kernel] Re: gigaraid ITE8212
@ 2003-07-15 11:38 ` Sergey Vlasov
2003-07-15 11:14 ` Anton Farygin
0 siblings, 1 reply; 3+ messages in thread
From: Sergey Vlasov @ 2003-07-15 11:38 UTC (permalink / raw)
To: community; +Cc: devel-kernel
On Tue, 15 Jul 2003 11:13:34 +0400
"KoLyA" <kolyag@mail.ru> wrote:
> мать gigabyte серверная на i865, с сабжем на борту.
>
> что можно сделать под alm2.2
>
> у них на сайте дают модуль под redhat7.3 и mdk9 с ядром 2.4.18.
> делал insmod scsi_mod; insmod sd_mod; insmod -f iteraid.o.
> ...will taint the kernel
> ..forced load...
> и т.д.
> как я понял не сработало: unresolved symbol scsi_scanbus (пишу вдали
> от той машины по памяти), и скази все еще недоступен.
>
> пока что винт из рейда перекинул на обычный ide
>
> кто нибудь с ним работал?
Безобразие:
1. http://www.ite.com.tw/productInfo/Download.html#IT8212%20ATA133%20Controller
Тыкаем в Binary Code:
http://www.ite.com.tw/pc/LinuxDriver_it8212_092029-02.zip - там лежат
бинарники для Red Hat 7.3, 8.0, 9.0 и Mandrake 9.0. Смотрим modinfo:
$ /sbin/modinfo iteraid.o
filename: iteraid.o
description: "ITE IT8212 RAID Controller Linux Driver"
author: "ITE,Inc."
license: "GPL"
^^^^^^^^^^^^^^^^^
2. На той же странице тыкаем в Source Code, попадаем на
http://www.ite.com.tw/productInfo/pc_userinfo.asp?FileName=L2 - просят
много всякого. Впрочем, заполнять это бесполезно - в mozilla-1.2.1-alt6
их скрипты не работают. Ладно, фиг с ними - View Source и смотрим, куда
он хотел идти дальше:
3. http://www.ite.com.tw/productInfo/pc_ula.asp?DownFile=Linux_DrvSrc_092029-02.zip&hasFilled=YES
Вот те раз! Это с какого перепугу на GPL-драйвер они такое повесили?
Ладно, списываем это на общую боязнь GPL и общий текст для всего подряд
на сайте, идём дальше:
http://www.ite.com.tw/pc/Linux_DrvSrc_092029-02.zip
В самом драйвере написано:
/*
* linux/drivers/scsi/iteraid.c
*
* (C) Copyright 2002-2003 Integrated Technology Express, inc.
*
* Nov 11, 2002 Mark Lu file created.
*
* ITE IT8212 RAID controller device driver for Linux.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
Ну и что с таким безобразием с лицензиями делать?
^ permalink raw reply [flat|nested] 3+ messages in thread
* [d-kernel] Re: gigaraid ITE8212
2003-07-15 11:14 ` Anton Farygin
@ 2003-07-15 12:07 ` Sergey Vlasov
0 siblings, 0 replies; 3+ messages in thread
From: Sergey Vlasov @ 2003-07-15 12:07 UTC (permalink / raw)
To: ALT Linux kernel packages development
On Tue, 15 Jul 2003 15:14:01 +0400
Anton Farygin <rider@altlinux.com> wrote:
> Sergey Vlasov пишет:
> > On Tue, 15 Jul 2003 11:13:34 +0400
> > "KoLyA" <kolyag@mail.ru> wrote:
>
> <skip>
>
> > /*
> > * linux/drivers/scsi/iteraid.c
> > *
> > * (C) Copyright 2002-2003 Integrated Technology Express, inc.
> > *
> > * Nov 11, 2002 Mark Lu file created.
> > *
> > * ITE IT8212 RAID controller device driver for Linux.
> > *
> > * This program is free software; you can redistribute it and/or modify it
> > * under the terms of the GNU General Public License as published by the
> > * Free Software Foundation; either version 2, or (at your option) any
> > * later version.
> > *
> > * This program is distributed in the hope that it will be useful, but
> > * WITHOUT ANY WARRANTY; without even the implied warranty of
> > * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> > * General Public License for more details.
> >
> > Ну и что с таким безобразием с лицензиями делать?
>
> Собирать спокойно и не вникать. Написано же - GPL ( в исходнике)... все
> остальное - исхищрения авторов этого самого портала.
Там, кстати, функция IdeBuildDmaTable - один в один ide_build_dmatable
из drivers/ide/ide-dma.c, даже комментарий про CS5530 не убрали (а вот
обработку переполнения таблицы оторвали с корнем - молча будет писать
куда попало). А в другом месте - комментарий "From Windows DDK" :-)
Вообще там, похоже, просто взяли драйвер для Windows и присобачили
обёртку для преобразования структур запросов.
Ещё мне вот этот комментарий там очень понравился:
* FixME 2:
* Module load problem in RedHat 7.3.
*
* Fixed: Compile in the graphic mode (GNOME or KDE) will fix the
* module load problem.
*
* Revision 1.1 2003/02/10 10:32:21 root
* Compile in the graphic mode (GNOME or KDE) will fix the
* module load problem.
:-)))))
Хотя надо признать, что этот RAID действительно аппаратный.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-07-15 12:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-15 11:38 ` [d-kernel] Re: gigaraid ITE8212 Sergey Vlasov
2003-07-15 11:14 ` Anton Farygin
2003-07-15 12:07 ` Sergey Vlasov
ALT Linux kernel packages development
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
public-inbox-index devel-kernel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git