public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] DMA for /dev/cdrom ?
@ 2006-07-10 10:04 Andreas Burghardt
  2006-07-10 10:38 ` [gentoo-user] " Anno v. Heimburg
  0 siblings, 1 reply; 10+ messages in thread
From: Andreas Burghardt @ 2006-07-10 10:04 UTC (permalink / raw
  To: gentoo-user

Hello everyone,

I really like to use DMA for my cdrom/burner but I cant figure out how to make
it working!
I have a

hdc: HL-DT-ST DVD-RW GWA-4082N, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hdc: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache

DMA is working fine for my disk but for cdrom I only get:

tapa ~ # hdparm -d1 /dev/cdrom 
/dev/cdrom:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma    =  0 (off)

Does anyone of you know if there is DMA support for this cdrom-drive and if
there is what to compile in the kernel? I already gave up to search ... because
nothing wanted to work!

Regards,

   Andreas Burghardt
-- 
gentoo-user@gentoo.org mailing list



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

* [gentoo-user]  Re: DMA for /dev/cdrom ?
  2006-07-10 10:04 [gentoo-user] DMA for /dev/cdrom ? Andreas Burghardt
@ 2006-07-10 10:38 ` Anno v. Heimburg
  2006-07-10 11:10   ` Andreas Burghardt
  0 siblings, 1 reply; 10+ messages in thread
From: Anno v. Heimburg @ 2006-07-10 10:38 UTC (permalink / raw
  To: gentoo-user

Hi Andreas!
 
> I really like to use DMA for my cdrom/burner but I cant figure out how to
> make it working!

> tapa ~ # hdparm -d1 /dev/cdrom
> /dev/cdrom:
> setting using_dma to 1 (on)
> HDIO_SET_DMA failed: Operation not permitted
> using_dma    =  0 (off)

Two hints, perhaps they help
- "hdparm -i $DEVICE" will display what the device can support
- I would run hdparm on the physical device file, that is /dev/hdc, not on
the cdrom-link.

> Does anyone of you know if there is DMA support for this cdrom-drive

It sounds like a plain old ATAPI drive, so should work with the generic
stuff. No specific knowledge about your drive, though.

Anno

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Re: DMA for /dev/cdrom ?
  2006-07-10 10:38 ` [gentoo-user] " Anno v. Heimburg
@ 2006-07-10 11:10   ` Andreas Burghardt
  2006-07-10 11:26     ` Mick
  0 siblings, 1 reply; 10+ messages in thread
From: Andreas Burghardt @ 2006-07-10 11:10 UTC (permalink / raw
  To: gentoo-user

On Mon, Jul 10, 2006 at 12:38:47PM +0200, Anno v. Heimburg wrote:
> Hi Andreas!
>  
> > I really like to use DMA for my cdrom/burner but I cant figure out how to
> > make it working!
> 
> > tapa ~ # hdparm -d1 /dev/cdrom
> > /dev/cdrom:
> > setting using_dma to 1 (on)
> > HDIO_SET_DMA failed: Operation not permitted
> > using_dma    =  0 (off)
> 
> Two hints, perhaps they help
> - "hdparm -i $DEVICE" will display what the device can support
> - I would run hdparm on the physical device file, that is /dev/hdc, not on
> the cdrom-link.

tapa ~ # hdparm -i /dev/hdc   

/dev/hdc:

 Model=HL-DT-ST DVD-RW GWA-4082N, FwRev=CB03, SerialNo=4CA07617AFA8
  Config={ Fixed Removeable DTR<=5Mbs DTR>10Mbs nonMagnetic }
  RawCHS=0/0/0, TrkSize=0, SectSize=0, ECCbytes=0
  BuffType=unknown, BuffSize=0kB, MaxMultSect=0
  (maybe): CurCHS=0/0/0, CurSects=0, LBA=yes, LBAsects=0
  IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
  PIO modes:  pio0 pio1 pio2 pio3 pio4 
  DMA modes:  mdma0 mdma1 mdma2 
  UDMA modes: udma0 udma1 *udma2 
  AdvancedPM=no
  Drive conforms to: ATA/ATAPI-5 T13 1321D revision 3:  ATA/ATAPI-2
  ATA/ATAPI-3 ATA/ATAPI-4 ATA/ATAPI-5

 * signifies the current active mode

Hmm, I see AdvancedPM=no ...? Before I changed to Gentoo-Linux I was using
Ubuntu. If I copied files from the cdrom it was _very_ FAASST ... but now ... 

Thx for your help!

> 
> > Does anyone of you know if there is DMA support for this cdrom-drive
> 
> It sounds like a plain old ATAPI drive, so should work with the generic
> stuff. No specific knowledge about your drive, though.
> 
> Anno
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 

-- 

"Dan ketika Guru Isa mendengar derap sepatu datang
 ke pintu kamar mereka, dia merasa damai dengan rasa
 takutnya yang timbul. Dia tahu teror mereka tidak 
 akan bisa menyentuhnya lagi. Dia telah bebas."
 (Mochtar Lubis, "Jalan Tak Ada Ujung", 1952)

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Re: DMA for /dev/cdrom ?
  2006-07-10 11:10   ` Andreas Burghardt
@ 2006-07-10 11:26     ` Mick
  2006-07-10 11:40       ` Andreas Burghardt
  0 siblings, 1 reply; 10+ messages in thread
From: Mick @ 2006-07-10 11:26 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

On Monday 10 July 2006 12:10, Andreas Burghardt wrote:
> *udma2

Well, the above shows that you have udma2 activated on your device.
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user]  Re: DMA for /dev/cdrom ?
  2006-07-10 11:26     ` Mick
@ 2006-07-10 11:40       ` Andreas Burghardt
  2006-07-10 12:10         ` Stefán István
  0 siblings, 1 reply; 10+ messages in thread
From: Andreas Burghardt @ 2006-07-10 11:40 UTC (permalink / raw
  To: gentoo-user

On Mon, Jul 10, 2006 at 12:26:08PM +0100, Mick wrote:
> On Monday 10 July 2006 12:10, Andreas Burghardt wrote:
> > *udma2

I'm very sorry, but you all see that I'm quite new to Linux ...
If UDMA2 is activated for the drive why is the data trasfer slow and

tapa ~ # hdparm -d1 /dev/hdc

/dev/hdc:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Operation not permitted
 using_dma    =  0 (off)
   
Why cant I activate DMA?


> 
> Well, the above shows that you have udma2 activated on your device.
> -- 
> Regards,
> Mick



-- 

"Dan ketika Guru Isa mendengar derap sepatu datang
 ke pintu kamar mereka, dia merasa damai dengan rasa
 takutnya yang timbul. Dia tahu teror mereka tidak 
 akan bisa menyentuhnya lagi. Dia telah bebas."
 (Mochtar Lubis, "Jalan Tak Ada Ujung", 1952)

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Re: DMA for /dev/cdrom ?
  2006-07-10 11:40       ` Andreas Burghardt
@ 2006-07-10 12:10         ` Stefán István
  2006-07-10 12:42           ` Andreas Burghardt
  0 siblings, 1 reply; 10+ messages in thread
From: Stefán István @ 2006-07-10 12:10 UTC (permalink / raw
  To: gentoo-user

hétfő 10 július 2006 13.40 dátummal Andreas Burghardt ezt írta:
> On Mon, Jul 10, 2006 at 12:26:08PM +0100, Mick wrote:
> > On Monday 10 July 2006 12:10, Andreas Burghardt wrote:
> > > *udma2
> 
> I'm very sorry, but you all see that I'm quite new to Linux ...
> If UDMA2 is activated for the drive why is the data trasfer slow and
> 
> tapa ~ # hdparm -d1 /dev/hdc
> 
> /dev/hdc:
>  setting using_dma to 1 (on)
>  HDIO_SET_DMA failed: Operation not permitted
>  using_dma    =  0 (off)
>    
> Why cant I activate DMA?

What kind of chipset does your motherboard use?
You can check it with the lspci command. Maybe you have to load a kernel 
module for that chipset...

Istvan

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Re: DMA for /dev/cdrom ?
  2006-07-10 12:10         ` Stefán István
@ 2006-07-10 12:42           ` Andreas Burghardt
  2006-07-10 12:56             ` Raymond Lewis Rebbeck
  2006-07-10 13:08             ` Mick
  0 siblings, 2 replies; 10+ messages in thread
From: Andreas Burghardt @ 2006-07-10 12:42 UTC (permalink / raw
  To: gentoo-user

On Mon, Jul 10, 2006 at 02:10:10PM +0200, Stef?n Istv?n wrote:
> h?tf? 10 j?lius 2006 13.40 d?tummal Andreas Burghardt ezt ?rta:
> > On Mon, Jul 10, 2006 at 12:26:08PM +0100, Mick wrote:
> > > On Monday 10 July 2006 12:10, Andreas Burghardt wrote:
> > > > *udma2
> > 
> > I'm very sorry, but you all see that I'm quite new to Linux ...
> > If UDMA2 is activated for the drive why is the data trasfer slow and
> > 
> > tapa ~ # hdparm -d1 /dev/hdc
> > 
> > /dev/hdc:
> >  setting using_dma to 1 (on)
> >  HDIO_SET_DMA failed: Operation not permitted
> >  using_dma    =  0 (off)
> >    
> > Why cant I activate DMA?
> 
> What kind of chipset does your motherboard use?
> You can check it with the lspci command. Maybe you have to load a kernel 
> module for that chipset...

00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express
Processor to DRAM Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root
Port (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family)
USB UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family)
USB UHCI #2 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family)
USB2 EHCI Controller (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW
(ICH6 Family) AC'97 Audio Controller (rev 04)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem
Controller (rev 04)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev
04)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev
04)
01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Radeon Mobility
M300]
06:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network
Connection (rev 05)
06:06.0 CardBus bridge: ENE Technology Inc CB-710/2/4 Cardbus Controller
06:06.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader
Controller
06:06.2 Class 0805: ENE Technology Inc ENE PCI Secure Digital Card Reader
Controller
06:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)
06:0a.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000
Controller (PHY/Link)

> 
> Istvan
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 

-- 

"Dan ketika Guru Isa mendengar derap sepatu datang
 ke pintu kamar mereka, dia merasa damai dengan rasa
 takutnya yang timbul. Dia tahu teror mereka tidak 
 akan bisa menyentuhnya lagi. Dia telah bebas."
 (Mochtar Lubis, "Jalan Tak Ada Ujung", 1952)

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Re: DMA for /dev/cdrom ?
  2006-07-10 12:42           ` Andreas Burghardt
@ 2006-07-10 12:56             ` Raymond Lewis Rebbeck
  2006-07-10 16:02               ` Andreas Burghardt
  2006-07-10 13:08             ` Mick
  1 sibling, 1 reply; 10+ messages in thread
From: Raymond Lewis Rebbeck @ 2006-07-10 12:56 UTC (permalink / raw
  To: gentoo-user

On Monday, 10 July 2006 22:12, Andreas Burghardt wrote:
> On Mon, Jul 10, 2006 at 02:10:10PM +0200, Stef?n Istv?n wrote:
> > h?tf? 10 j?lius 2006 13.40 d?tummal Andreas Burghardt ezt ?rta:
> > > On Mon, Jul 10, 2006 at 12:26:08PM +0100, Mick wrote:
> > > > On Monday 10 July 2006 12:10, Andreas Burghardt wrote:
> > > > > *udma2
> > >
> > > I'm very sorry, but you all see that I'm quite new to Linux ...
> > > If UDMA2 is activated for the drive why is the data trasfer slow and
> > >
> > > tapa ~ # hdparm -d1 /dev/hdc
> > >
> > > /dev/hdc:
> > >  setting using_dma to 1 (on)
> > >  HDIO_SET_DMA failed: Operation not permitted
> > >  using_dma    =  0 (off)
> > >
> > > Why cant I activate DMA?
> >
> > What kind of chipset does your motherboard use?
> > You can check it with the lspci command. Maybe you have to load a kernel
> > module for that chipset...
>
> 00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express
> Processor to DRAM Controller (rev 03)
> 00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express
> Root Port (rev 03)
> 00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
> Family) USB UHCI #1 (rev 04)
> 00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
> Family) USB UHCI #2 (rev 04)
> 00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
> Family) USB2 EHCI Controller (rev 04)
> 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
> 00:1e.2 Multimedia audio controller: Intel Corporation
> 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 04)
> 00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97
> Modem Controller (rev 04)
> 00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge
> (rev 04)
> 00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller
> (rev 04)
> 01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Radeon
> Mobility M300]
> 06:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network
> Connection (rev 05)
> 06:06.0 CardBus bridge: ENE Technology Inc CB-710/2/4 Cardbus Controller
> 06:06.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader
> Controller
> 06:06.2 Class 0805: ENE Technology Inc ENE PCI Secure Digital Card Reader
> Controller
> 06:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
> RTL-8139/8139C/8139C+ (rev 10)
> 06:0a.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000
> Controller (PHY/Link)

Looks like the same chipset as my laptop. In order to get DMA working I had to 
set CONFIG_IDE=n and enable SCSI cdrom support and CONFIG_SCSI_ATA_PIIX.

Your cdrom device will become /dev/sr0 and you shouldn't have any issues with 
DMA.

>
> > Istvan
> >
> > --
> > gentoo-user@gentoo.org mailing list
>
> --
>
> "Dan ketika Guru Isa mendengar derap sepatu datang
>  ke pintu kamar mereka, dia merasa damai dengan rasa
>  takutnya yang timbul. Dia tahu teror mereka tidak
>  akan bisa menyentuhnya lagi. Dia telah bebas."
>  (Mochtar Lubis, "Jalan Tak Ada Ujung", 1952)

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Re: DMA for /dev/cdrom ?
  2006-07-10 12:42           ` Andreas Burghardt
  2006-07-10 12:56             ` Raymond Lewis Rebbeck
@ 2006-07-10 13:08             ` Mick
  1 sibling, 0 replies; 10+ messages in thread
From: Mick @ 2006-07-10 13:08 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 451 bytes --]

On Monday 10 July 2006 13:42, Andreas Burghardt wrote:

> > What kind of chipset does your motherboard use?
> > You can check it with the lspci command. Maybe you have to load a kernel
> > module for that chipset...

I suggest that instead of compiling the chipset kernel driver as a module, you 
build it in the kernel.  This has worked for this problem that others had in 
the past and may hopefully fix yours.

HTH.
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user]  Re: DMA for /dev/cdrom ?
  2006-07-10 12:56             ` Raymond Lewis Rebbeck
@ 2006-07-10 16:02               ` Andreas Burghardt
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Burghardt @ 2006-07-10 16:02 UTC (permalink / raw
  To: gentoo-user

On Mon, Jul 10, 2006 at 10:26:04PM +0930, Raymond Lewis Rebbeck wrote:
> On Monday, 10 July 2006 22:12, Andreas Burghardt wrote:
> > On Mon, Jul 10, 2006 at 02:10:10PM +0200, Stef?n Istv?n wrote:
> > > h?tf? 10 j?lius 2006 13.40 d?tummal Andreas Burghardt ezt ?rta:
> > > > On Mon, Jul 10, 2006 at 12:26:08PM +0100, Mick wrote:
> > > > > On Monday 10 July 2006 12:10, Andreas Burghardt wrote:
> > > > > > *udma2
> > > >
> > > > I'm very sorry, but you all see that I'm quite new to Linux ...
> > > > If UDMA2 is activated for the drive why is the data trasfer slow and
> > > >
> > > > tapa ~ # hdparm -d1 /dev/hdc
> > > >
> > > > /dev/hdc:
> > > >  setting using_dma to 1 (on)
> > > >  HDIO_SET_DMA failed: Operation not permitted
> > > >  using_dma    =  0 (off)
> > > >
> > > > Why cant I activate DMA?
> > >
> > > What kind of chipset does your motherboard use?
> > > You can check it with the lspci command. Maybe you have to load a kernel
> > > module for that chipset...
> >
> > 00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express
> > Processor to DRAM Controller (rev 03)
> > 00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express
> > Root Port (rev 03)
> > 00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
> > Family) USB UHCI #1 (rev 04)
> > 00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
> > Family) USB UHCI #2 (rev 04)
> > 00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
> > Family) USB2 EHCI Controller (rev 04)
> > 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
> > 00:1e.2 Multimedia audio controller: Intel Corporation
> > 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 04)
> > 00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97
> > Modem Controller (rev 04)
> > 00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge
> > (rev 04)
> > 00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller
> > (rev 04)
> > 01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Radeon
> > Mobility M300]
> > 06:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network
> > Connection (rev 05)
> > 06:06.0 CardBus bridge: ENE Technology Inc CB-710/2/4 Cardbus Controller
> > 06:06.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader
> > Controller
> > 06:06.2 Class 0805: ENE Technology Inc ENE PCI Secure Digital Card Reader
> > Controller
> > 06:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
> > RTL-8139/8139C/8139C+ (rev 10)
> > 06:0a.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000
> > Controller (PHY/Link)
> 
> Looks like the same chipset as my laptop. In order to get DMA working I had to 
> set CONFIG_IDE=n and enable SCSI cdrom support and CONFIG_SCSI_ATA_PIIX.
> 
> Your cdrom device will become /dev/sr0 and you shouldn't have any issues with 
> DMA.
> 

Thank you very much, its working! And thx to all who helped me!

> >
> > > Istvan
> > >
> > > --
> > > gentoo-user@gentoo.org mailing list
> >
> > --
> >
> > "Dan ketika Guru Isa mendengar derap sepatu datang
> >  ke pintu kamar mereka, dia merasa damai dengan rasa
> >  takutnya yang timbul. Dia tahu teror mereka tidak
> >  akan bisa menyentuhnya lagi. Dia telah bebas."
> >  (Mochtar Lubis, "Jalan Tak Ada Ujung", 1952)
> 
> -- 
> Raymond Lewis Rebbeck
> -- 
> gentoo-user@gentoo.org mailing list
> 

-- 

"Dan ketika Guru Isa mendengar derap sepatu datang
 ke pintu kamar mereka, dia merasa damai dengan rasa
 takutnya yang timbul. Dia tahu teror mereka tidak 
 akan bisa menyentuhnya lagi. Dia telah bebas."
 (Mochtar Lubis, "Jalan Tak Ada Ujung", 1952)

-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2006-07-10 16:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-10 10:04 [gentoo-user] DMA for /dev/cdrom ? Andreas Burghardt
2006-07-10 10:38 ` [gentoo-user] " Anno v. Heimburg
2006-07-10 11:10   ` Andreas Burghardt
2006-07-10 11:26     ` Mick
2006-07-10 11:40       ` Andreas Burghardt
2006-07-10 12:10         ` Stefán István
2006-07-10 12:42           ` Andreas Burghardt
2006-07-10 12:56             ` Raymond Lewis Rebbeck
2006-07-10 16:02               ` Andreas Burghardt
2006-07-10 13:08             ` Mick

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