From: Hisaaki Shibata <shibata@luky.org>
To: axboe@suse.de
Cc: linux-kernel@vger.kernel.org
Subject: Re: patch: atapi dvd-ram support
Date: Sat, 28 Oct 2000 14:10:56 +0900 [thread overview]
Message-ID: <20001028141056T.shibata@luky.org> (raw)
In-Reply-To: <20001024162112.A520@suse.de>
In-Reply-To: <20001024162112.A520@suse.de>
Hello
I did patch 2.2.17 tree with dvd-ram-2217p17.diff.bz2.
At that time, following patch is rejected.
I think these lines should be removed from patchs.
@@ -1329,7 +1369,7 @@
static
void cdrom_sleep (int time)
{
- current->state = TASK_INTERRUPTIBLE;
+ __set_current_state(TASK_INTERRUPTIBLE);
schedule_timeout(time);
}
After removing these, I could make bzImage.
But I could not mkudf nor mkext2fs to my ATAPI 9.4GB new DVD-RAM drive.
dmesg shows;
--------------------------------------------------------------------------
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX4: IDE controller on PCI bus 00 dev 39
PIIX4: chipset revision 1
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:pio, hdd:pio
PDC20262: IDE controller on PCI bus 00 dev 60
PDC20262: chipset revision 1
PDC20262: not 100% native mode: will probe irqs later
PDC20262: ROM enabled at 0xe7000000
PDC20262: (U)DMA Burst Bit ENABLED Primary PCI Mode Secondary PCI Mode.
PDC20262: FORCING PRIMARY MODE BIT 0x00 -> 0x01 MASTER
PDC20262: FORCING SECONDARY MODE BIT 0x00 -> 0x01 MASTER
ide2: BM-DMA at 0xec00-0xec07, BIOS settings: hde:DMA, hdf:pio
ide3: BM-DMA at 0xec08-0xec0f, BIOS settings: hdg:DMA, hdh:pio
hdc: HITACHI DVD-RAM GF-2000, ATAPI CDROM drive
hde: IBM-DTLA-305020, ATA DISK drive
hdg: IBM-DTLA-305020, ATA DISK drive
ide1 at 0x170-0x177,0x376 on irq 15
ide2 at 0xdc00-0xdc07,0xe002 on irq 16
ide3 at 0xe400-0xe407,0xe802 on irq 16
hde: IBM-DTLA-305020, 19623MB w/380kB Cache, CHS=39870/16/63, UDMA(66)
hdg: IBM-DTLA-305020, 19623MB w/380kB Cache, CHS=39870/16/63, UDMA(66)
[SNIP]
hdc: ATAPI DVD-ROM DVD-RAM drive, 512kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.12
VFS: Disk change detected on device ide1(22,0)
Uniform CD-ROM driver unloaded
--------------------------------------------------------------------------
/proc/ide/hdc/media shows;
cdrom
How can I read/write DVD-RAM media like MO drive?
I can read/write ATAPI 5.2GB DVD-RAM media with 2.2.16 ide-scsi mode in ext2fs.
Best Regards,
> I've put up patches for 2.2 and 2.4 adding native ATAPI dvd-ram support.
> The 2.2 patch is completely untested, but the 2.4 version appears to
> work well.
>
> *.kernel.org/pub/linux/kernel/people/axboe/dvdram
--
WWWWW shibata@luky.org
|O-O| Hisaaki Shibata
0(mmm)0 P-mail: 070-5419-3233 IRC: #luky
~ http://his.luky.org/ last update:2000.3.12
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next parent reply other threads:[~2000-10-28 5:09 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20001024162112.A520@suse.de>
2000-10-28 5:10 ` Hisaaki Shibata [this message]
2000-10-28 5:30 ` patch: atapi dvd-ram support Andre Hedrick
2000-10-28 7:04 ` Jens Axboe
2000-10-28 7:43 ` Andre Hedrick
2000-10-28 7:54 ` Jens Axboe
2000-10-28 7:04 ` Jens Axboe
2000-10-28 14:27 ` Hisaaki Shibata
2000-10-28 20:40 ` Jens Axboe
2000-10-29 3:07 ` Hisaaki Shibata
2000-10-29 3:10 ` Jens Axboe
2000-10-29 4:41 ` Hisaaki Shibata
2000-10-29 22:12 ` Jens Axboe
2000-10-30 18:14 ` Hisaaki Shibata
2000-10-30 22:59 ` Jens Axboe
2000-10-31 16:08 ` Hisaaki Shibata
2000-11-10 18:17 ` Hisaaki Shibata
2000-11-12 8:35 ` Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20001028141056T.shibata@luky.org \
--to=shibata@luky.org \
--cc=axboe@suse.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.