public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* M-Systems Disk-On-Chip driver
  2000-06-13  5:53 Common Flash Interface probe code Jason Gunthorpe
@ 2000-06-13  6:34 ` Adi Linden
  2000-06-13  7:44   ` David Woodhouse
  0 siblings, 1 reply; 6+ messages in thread
From: Adi Linden @ 2000-06-13  6:34 UTC (permalink / raw)
  To: mtd

Hi,

Is the kernel driver for the doc devices working? I haven't tried mtd in a
while but I'd really like to replace the IGEL driver with something open
source.

TTYL,
Adi




To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: M-Systems Disk-On-Chip driver
  2000-06-13  6:34 ` M-Systems Disk-On-Chip driver Adi Linden
@ 2000-06-13  7:44   ` David Woodhouse
  2000-06-13 13:48     ` Adi Linden
  0 siblings, 1 reply; 6+ messages in thread
From: David Woodhouse @ 2000-06-13  7:44 UTC (permalink / raw)
  To: Adi Linden; +Cc: mtd


adi@adis.on.ca said:
> Is the kernel driver for the doc devices working? I haven't tried mtd
> in a while but I'd really like to replace the IGEL driver with
> something open source.

It works fine in read-only mode. Some problems have been reported in write 
mode, but I haven't been able to reproduce them.

It's not yet very efficient in write mode, but it ought to work.

--
dwmw2




To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: M-Systems Disk-On-Chip driver
@ 2000-06-13  8:33 void void
  0 siblings, 0 replies; 6+ messages in thread
From: void void @ 2000-06-13  8:33 UTC (permalink / raw)
  To: mtd

Tuesday, June 13, 2000, 12:34:54 PM, you wrote:

AL> Hi,

AL> Is the kernel driver for the doc devices working? I haven't tried mtd in
a
AL> while but I'd really like to replace the IGEL driver with something open
AL> source.

Hello.
I tried DOC2000 with mtd on 2.3.99-pre9 kernel.
It seems that dirver works properly, but I can't boot from DOC.
I can read from and write to /dev/nftlXX, but I can't boot :(
BIOS of my mb (Advantech PCA-6135L) can not find boot
device. On the same hardware M-Systems' driver allow me
to boot from DOC2000, but it works with kernel 2.2.XX, not 2.3.XX.
I'd like replace IGEL driver too, but I don't sure
it's possible now...
--
Sincerely,
Dmitry Kargapolov, ICQ 54000305, dk@gentex.ru

______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: M-Systems Disk-On-Chip driver
  2000-06-13  7:44   ` David Woodhouse
@ 2000-06-13 13:48     ` Adi Linden
  2000-06-13 14:28       ` David Woodhouse
  0 siblings, 1 reply; 6+ messages in thread
From: Adi Linden @ 2000-06-13 13:48 UTC (permalink / raw)
  To: mtd

Hi,

Hmmm... So are there some really easy instructions on how to build the
driver? Then I will give it a try!

TTYL,
Adi

On Tue, 13 Jun 2000, David Woodhouse wrote:

> 
> adi@adis.on.ca said:
> > Is the kernel driver for the doc devices working? I haven't tried mtd
> > in a while but I'd really like to replace the IGEL driver with
> > something open source.
> 
> It works fine in read-only mode. Some problems have been reported in write 
> mode, but I haven't been able to reproduce them.
> 
> It's not yet very efficient in write mode, but it ought to work.
> 
> --
> dwmw2
> 
> 



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: M-Systems Disk-On-Chip driver
@ 2000-06-13 14:26 void void
  0 siblings, 0 replies; 6+ messages in thread
From: void void @ 2000-06-13 14:26 UTC (permalink / raw)
  To: mtd

adi@adis.on.ca said:

> Hmmm... So are there some really easy instructions on how to
> build the driver?

good question!

______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: M-Systems Disk-On-Chip driver
  2000-06-13 13:48     ` Adi Linden
@ 2000-06-13 14:28       ` David Woodhouse
  0 siblings, 0 replies; 6+ messages in thread
From: David Woodhouse @ 2000-06-13 14:28 UTC (permalink / raw)
  To: Adi Linden; +Cc: mtd


adi@adis.on.ca said:
>  Hmmm... So are there some really easy instructions on how to build
> the driver? Then I will give it a try!

Try the 2 cvs instructions given on the web page.
follow with...

 cd mtd
 ./utils/MAKEDEV
 make
 cd kernel
 insmod ./mtdcore.o
 insmod ./doc2000.o
 insmod ./docprobe.o
 insmod ./nftl.o



--
dwmw2




To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2000-06-13 14:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-06-13 14:26 M-Systems Disk-On-Chip driver void void
  -- strict thread matches above, loose matches on Subject: below --
2000-06-13  8:33 void void
2000-06-13  5:53 Common Flash Interface probe code Jason Gunthorpe
2000-06-13  6:34 ` M-Systems Disk-On-Chip driver Adi Linden
2000-06-13  7:44   ` David Woodhouse
2000-06-13 13:48     ` Adi Linden
2000-06-13 14:28       ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox