* DMA mode locked off when via82cxxx ide driver built as module in 2.6.14
@ 2005-11-19 18:59 Larry.Finger@lwfinger.net
2005-11-19 19:10 ` Vojtech Pavlik
2005-11-19 19:16 ` Bartlomiej Zolnierkiewicz
0 siblings, 2 replies; 8+ messages in thread
From: Larry.Finger@lwfinger.net @ 2005-11-19 18:59 UTC (permalink / raw)
To: linux-kernel
My HP ze1115 notebook uses the via82cxxx ide driver. If I configure the kernel build to make that driver as a module, the driver is correctly added to initrd and is loaded at boot time; however, DMA mode is turned off. It cannot be turned on even if I use an 'hdparm -d1 /dev/hda' command.
Is this a bug, or do I need some kind of IDE=XXX boot command? As expected, system performance in this mode is horrible.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: DMA mode locked off when via82cxxx ide driver built as module in 2.6.14
2005-11-19 18:59 DMA mode locked off when via82cxxx ide driver built as module in 2.6.14 Larry.Finger@lwfinger.net
@ 2005-11-19 19:10 ` Vojtech Pavlik
2005-11-19 19:16 ` Bartlomiej Zolnierkiewicz
1 sibling, 0 replies; 8+ messages in thread
From: Vojtech Pavlik @ 2005-11-19 19:10 UTC (permalink / raw)
To: Larry.Finger@lwfinger.net; +Cc: linux-kernel
On Sat, Nov 19, 2005 at 06:59:37PM +0000, Larry.Finger@lwfinger.net wrote:
> My HP ze1115 notebook uses the via82cxxx ide driver. If I configure the kernel build to make that driver as a module, the driver is correctly added to initrd and is loaded at boot time; however, DMA mode is turned off. It cannot be turned on even if I use an 'hdparm -d1 /dev/hda' command.
>
> Is this a bug, or do I need some kind of IDE=XXX boot command? As expected, system performance in this mode is horrible.
What chipset does your notebook use? 'lspci -vv' should give a good
answer.
--
Vojtech Pavlik
SuSE Labs, SuSE CR
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: DMA mode locked off when via82cxxx ide driver built as module in 2.6.14
2005-11-19 18:59 DMA mode locked off when via82cxxx ide driver built as module in 2.6.14 Larry.Finger@lwfinger.net
2005-11-19 19:10 ` Vojtech Pavlik
@ 2005-11-19 19:16 ` Bartlomiej Zolnierkiewicz
1 sibling, 0 replies; 8+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2005-11-19 19:16 UTC (permalink / raw)
To: Larry.Finger@lwfinger.net; +Cc: linux-kernel
On 11/19/05, Larry.Finger@lwfinger.net <Larry.Finger@att.net> wrote:
> My HP ze1115 notebook uses the via82cxxx ide driver. If I configure the kernel
> build to make that driver as a module, the driver is correctly added to initrd
> and is loaded at boot time; > however, DMA mode is turned off. It cannot be
> turned on even if I use an 'hdparm -d1 /dev/hda' command.
>
> Is this a bug, or do I need some kind of IDE=XXX boot command?
> As expected, system > performance in this mode is horrible.
You've probably left generic IDE support (CONFIG_IDE_GENERIC=y) compiled-in.
You need to disabled it in order to use via82cxxx as module.
Bartlomiej
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: DMA mode locked off when via82cxxx ide driver built as module in 2.6.14
@ 2005-11-19 19:23 Larry.Finger@lwfinger.net
2005-11-19 19:43 ` Vojtech Pavlik
0 siblings, 1 reply; 8+ messages in thread
From: Larry.Finger@lwfinger.net @ 2005-11-19 19:23 UTC (permalink / raw)
To: Vojtech Pavlik, kernel
-------------- Original message ----------------------
From: Vojtech Pavlik <vojtech@suse.cz>
> On Sat, Nov 19, 2005 at 06:59:37PM +0000, Larry.Finger@lwfinger.net wrote:
> > My HP ze1115 notebook uses the via82cxxx ide driver. If I configure the kernel
> build to make that driver as a module, the driver is correctly added to initrd
> and is loaded at boot time; however, DMA mode is turned off. It cannot be turned
> on even if I use an 'hdparm -d1 /dev/hda' command.
> >
> > Is this a bug, or do I need some kind of IDE=XXX boot command? As expected,
> system performance in this mode is horrible.
>
> What chipset does your notebook use? 'lspci -vv' should give a good
> answer.
Portion of output of lspci -vv:
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) (prog-if 8a [Master SecP PriP])
Subsystem: Hewlett-Packard Company: Unknown device 0022
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 64
Region 4: I/O ports at 1100 [size=16]
Capabilities: [c0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: DMA mode locked off when via82cxxx ide driver built as module in 2.6.14
2005-11-19 19:23 Larry.Finger@lwfinger.net
@ 2005-11-19 19:43 ` Vojtech Pavlik
0 siblings, 0 replies; 8+ messages in thread
From: Vojtech Pavlik @ 2005-11-19 19:43 UTC (permalink / raw)
To: Larry.Finger@lwfinger.net; +Cc: kernel
On Sat, Nov 19, 2005 at 07:23:43PM +0000, Larry.Finger@lwfinger.net wrote:
>
> -------------- Original message ----------------------
> From: Vojtech Pavlik <vojtech@suse.cz>
> > On Sat, Nov 19, 2005 at 06:59:37PM +0000, Larry.Finger@lwfinger.net wrote:
> > > My HP ze1115 notebook uses the via82cxxx ide driver. If I configure the kernel
> > build to make that driver as a module, the driver is correctly added to initrd
> > and is loaded at boot time; however, DMA mode is turned off. It cannot be turned
> > on even if I use an 'hdparm -d1 /dev/hda' command.
> > >
> > > Is this a bug, or do I need some kind of IDE=XXX boot command? As expected,
> > system performance in this mode is horrible.
> >
> > What chipset does your notebook use? 'lspci -vv' should give a good
> > answer.
>
> Portion of output of lspci -vv:
>
> 00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) (prog-if 8a [Master SecP PriP])
> Subsystem: Hewlett-Packard Company: Unknown device 0022
> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
> Latency: 64
> Region 4: I/O ports at 1100 [size=16]
> Capabilities: [c0] Power Management version 2
> Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
> Status: D0 PME-Enable- DSel=0 DScale=0 PME-
I need the portion for the ISA bridge, surprisingly, to know.
--
Vojtech Pavlik
SuSE Labs, SuSE CR
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: DMA mode locked off when via82cxxx ide driver built as module in 2.6.14
@ 2005-11-19 19:52 Larry.Finger@lwfinger.net
2005-11-19 20:05 ` Vojtech Pavlik
0 siblings, 1 reply; 8+ messages in thread
From: Larry.Finger@lwfinger.net @ 2005-11-19 19:52 UTC (permalink / raw)
To: Vojtech Pavlik; +Cc: kernel
-------------- Original message ----------------------
From: Vojtech Pavlik <vojtech@suse.cz>
> On Sat, Nov 19, 2005 at 07:23:43PM +0000, Larry.Finger@lwfinger.net wrote:
> >
> > -------------- Original message ----------------------
> > From: Vojtech Pavlik <vojtech@suse.cz>
> > > On Sat, Nov 19, 2005 at 06:59:37PM +0000, Larry.Finger@lwfinger.net wrote:
> > > > My HP ze1115 notebook uses the via82cxxx ide driver. If I configure the
> kernel
> > > build to make that driver as a module, the driver is correctly added to
> initrd
> > > and is loaded at boot time; however, DMA mode is turned off. It cannot be
> turned
> > > on even if I use an 'hdparm -d1 /dev/hda' command.
> > > >
> > > > Is this a bug, or do I need some kind of IDE=XXX boot command? As
> expected,
> > > system performance in this mode is horrible.
> > >
> > > What chipset does your notebook use? 'lspci -vv' should give a good
> > > answer.
> >
> > Portion of output of lspci -vv:
> >
> > 00:11.1 IDE interface: VIA Technologies, Inc.
> VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) (prog-if 8a
> [Master SecP PriP])
> > Subsystem: Hewlett-Packard Company: Unknown device 0022
> > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B-
> > Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort- >SERR- <PERR-
> > Latency: 64
> > Region 4: I/O ports at 1100 [size=16]
> > Capabilities: [c0] Power Management version 2
> > Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
> PME(D0-,D1-,D2-,D3hot-,D3cold-)
> > Status: D0 PME-Enable- DSel=0 DScale=0 PME-
>
> I need the portion for the ISA bridge, surprisingly, to know.
>
> --
Sorry, here is the whole lspci -vv listing. Incidentally, the fix suggested by Bartlomiej Zolnierkiewicz that I needed to disable generic IDE support (CONFIG_IDE_GENERIC=y) is correct. Once I disabled that parameter, all is well. Thanks for your help.
00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 80)
Subsystem: Hewlett-Packard Company: Unknown device 0022
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR+
Latency: 8
Region 0: Memory at a0000000 (32-bit, prefetchable) [size=64M]
Capabilities: [a0] AGP version 2.0
Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW- AGP3- Rate=x1,x2,x4
Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- Rate=<none>
Capabilities: [c0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP] (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR+
Latency: 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 0000c000-0000dfff
Memory behind bridge: e0000000-efffffff
Prefetchable memory behind bridge: 90000000-9fffffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B-
Capabilities: [80] Power Management version 2
Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
00:0a.0 CardBus bridge: O2 Micro, Inc. OZ601/6912/711E0 CardBus/SmartCardBus Controller
Subsystem: Hewlett-Packard Company: Unknown device 0022
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping+ SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 168
Interrupt: pin A routed to IRQ 11
Region 0: Memory at 34000000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=00, secondary=02, subordinate=05, sec-latency=176
Memory window 0: 30000000-31fff000 (prefetchable)
Memory window 1: 32000000-33fff000
I/O window 0: 00001400-000014ff
I/O window 1: 00001800-000018ff
BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt- PostWrite+
16-bit legacy interface ports at 0001
00:11.0 ISA bridge: VIA Technologies, Inc. VT8231 [PCI-to-ISA Bridge] (rev 10)
Subsystem: Hewlett-Packard Company: Unknown device 0022
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping+ SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Capabilities: [c0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) (prog-if 8a [Master SecP PriP])
Subsystem: Hewlett-Packard Company: Unknown device 0022
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 64
Region 4: I/O ports at 1100 [size=16]
Capabilities: [c0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
00:11.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1e) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company: Unknown device 0022
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 22
Interrupt: pin D routed to IRQ 11
Region 4: I/O ports at 1200 [size=32]
Capabilities: [80] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
00:11.4 Bridge: VIA Technologies, Inc. VT8235 ACPI (rev 10)
Subsystem: Hewlett-Packard Company: Unknown device 0022
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Capabilities: [68] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 40)
Subsystem: Hewlett-Packard Company: Unknown device 0022
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Interrupt: pin C routed to IRQ 10
Region 0: I/O ports at e000 [size=256]
Region 1: I/O ports at e100 [size=4]
Region 2: I/O ports at e104 [size=4]
Capabilities: [c0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
00:11.6 Communication controller: VIA Technologies, Inc. AC'97 Modem Controller (rev 20)
Subsystem: Hewlett-Packard Company: Unknown device 0022
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Interrupt: pin C routed to IRQ 10
Region 0: I/O ports at e200 [size=256]
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 51)
Subsystem: Hewlett-Packard Company: Unknown device 0022
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 16 (750ns min, 2000ns max), Cache Line Size 04
Interrupt: pin A routed to IRQ 11
Region 0: I/O ports at e800 [size=256]
Region 1: Memory at f0000000 (32-bit, non-prefetchable) [size=256]
Capabilities: [40] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
01:00.0 VGA compatible controller: S3 Inc. VT8636A [ProSavage KN133] AGP4X VGA Controller (TwisterK) (rev 01) (prog-if 00 [VGA])
Subsystem: Hewlett-Packard Company: Unknown device 0022
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 64 (1000ns min, 63750ns max), Cache Line Size 04
Interrupt: pin A routed to IRQ 11
Region 0: Memory at e0000000 (32-bit, non-prefetchable) [size=512K]
Region 1: Memory at 90000000 (32-bit, prefetchable) [size=128M]
Expansion ROM at 98000000 [disabled] [size=64K]
Capabilities: [dc] Power Management version 2
Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [80] AGP version 2.0
Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA- ITACoh- GART64- HTrans- 64bit- FW- AGP3- Rate=x4
Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- Rate=x4
02:00.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 02)
Subsystem: Linksys WPC54G
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Interrupt: pin A routed to IRQ 11
Region 0: Memory at 32000000 (32-bit, non-prefetchable) [disabled] [size=8K]
Capabilities: [40] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=2 PME+
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: DMA mode locked off when via82cxxx ide driver built as module in 2.6.14
@ 2005-11-19 19:53 Larry.Finger@lwfinger.net
0 siblings, 0 replies; 8+ messages in thread
From: Larry.Finger@lwfinger.net @ 2005-11-19 19:53 UTC (permalink / raw)
To: Bartlomiej Zolnierkiewicz; +Cc: linux-kernel
-------------- Original message ----------------------
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
> On 11/19/05, Larry.Finger@lwfinger.net <Larry.Finger@att.net> wrote:
> > My HP ze1115 notebook uses the via82cxxx ide driver. If I configure the kernel
> > build to make that driver as a module, the driver is correctly added to initrd
> > and is loaded at boot time; > however, DMA mode is turned off. It cannot be
> > turned on even if I use an 'hdparm -d1 /dev/hda' command.
> >
> > Is this a bug, or do I need some kind of IDE=XXX boot command?
> > As expected, system > performance in this mode is horrible.
>
> You've probably left generic IDE support (CONFIG_IDE_GENERIC=y) compiled-in.
>
> You need to disabled it in order to use via82cxxx as module.
>
Thanks for your help. That was indeed the problem. All is well now.
> Bartlomiej
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: DMA mode locked off when via82cxxx ide driver built as module in 2.6.14
2005-11-19 19:52 Larry.Finger@lwfinger.net
@ 2005-11-19 20:05 ` Vojtech Pavlik
0 siblings, 0 replies; 8+ messages in thread
From: Vojtech Pavlik @ 2005-11-19 20:05 UTC (permalink / raw)
To: Larry.Finger@lwfinger.net; +Cc: kernel
On Sat, Nov 19, 2005 at 07:52:55PM +0000, Larry.Finger@lwfinger.net wrote:
> Sorry, here is the whole lspci -vv listing. Incidentally, the fix
> suggested by Bartlomiej Zolnierkiewicz that I needed to disable
> generic IDE support (CONFIG_IDE_GENERIC=y) is correct. Once I disabled
> that parameter, all is well. Thanks for your help.
Indeed, vt8231 is well supported.
> 00:11.0 ISA bridge: VIA Technologies, Inc. VT8231 [PCI-to-ISA Bridge] (rev 10)
> Subsystem: Hewlett-Packard Company: Unknown device 0022
> Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping+ SERR- FastB2B-
> Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
> Latency: 0
> Capabilities: [c0] Power Management version 2
> Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
> Status: D0 PME-Enable- DSel=0 DScale=0 PME-
--
Vojtech Pavlik
SuSE Labs, SuSE CR
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-11-19 20:05 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-19 18:59 DMA mode locked off when via82cxxx ide driver built as module in 2.6.14 Larry.Finger@lwfinger.net
2005-11-19 19:10 ` Vojtech Pavlik
2005-11-19 19:16 ` Bartlomiej Zolnierkiewicz
-- strict thread matches above, loose matches on Subject: below --
2005-11-19 19:23 Larry.Finger@lwfinger.net
2005-11-19 19:43 ` Vojtech Pavlik
2005-11-19 19:52 Larry.Finger@lwfinger.net
2005-11-19 20:05 ` Vojtech Pavlik
2005-11-19 19:53 Larry.Finger@lwfinger.net
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.