> > .../...
>
> > posting which interrupt is assigned to the acard aec 6260M I've looked at
> > this in detail and saw that there is assigned a diffrent interrupt to the
> > card wether the system is started from installation cd or from the hard
> > disk itself (irq 13 versus 23).
>
> That is absolutely not normal !!! How do you boot from those ? Do you
> use BootX/miBoot or only Open Firmware based booting (yaboot) ?
I use only yaboot,
Here are the output from dmesg, while rebooting (with yaboot) the new installed
kernel from the hard disk hde and following the output from cat /proc/pci after
starting the systm from the debian 3.0 installation-cd holding down the c-key.
hda is the original hard drive installed in the machine and connected to the
original onboard ide-controller, where hde, with yaboot on it, is the hard
drive
connected to the ACARD-controller card, on hde linux should be installed;
Dmesg:
....
Uniform multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MKz system bus speed for PIO modes; override with idebus=xx
CMD646: IDE controller on PCI bus 01 dev 08
CMD646: chipset revision 5
CMD646: chipset revision 0x05, ULTRA DMA Capable
CMD646: 100% native mode on irq 26
ide0: BM-DMA at 0x10a0-0x10a7, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0x10a8-0x10af, BIOS settings: hdc:pio, hdd:pio
AEC6260R: IDE controller on PCI bus 01 dev 18
AEC6260R: chipset revision 1
AEC6260R: not 100% native mode: will probe irqs later
AEC6260R: ROM enabled at 0x80890000
ide2: BM-DMA at 0x1050-0x1057, BIOS settings: hde:pio, hdf:pio
ide3: BM-DMA at 0x1058-0x105f, BIOS settings: hdg:pio, hdh:pio
pmac_ide: enabling IDE bus ID 0
hda: Quantum fireball EX6.4A, ATA Disk drive
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
hde: IC35L060AVVA07-0, ATA Disk drive
hdj: IOMEGA ZIP 100 ATAPI, ATAPI FLOPPY drive
ide0 at 0x10e0-0x10e7,0x10d2 on irq 26
ide2 at 0x1090-0x1097,0x1082 on irq 24
ide4 at 0xd8887000-0xd8887007,0xd8887160 on irq 13
hda: 12594960 sectors (6449 MB) w/418kiB Cache,CHS=13328/15/63, UDMA(33)
hde: 120103200 sectors (61493 MB) w/1863kiB Cache, CHS= 119150/16/63 (U)DMA
hdi: Enabling MultiWord DMA 2
ide_pmac: MDMA, CycleTime: 120, accessTime:75, recTime:45
ide_pmac: set MDMA timing for mode 2 reg: 0x00211526
hdi: ATAPI 32x CD-ROM drive, 128kB cache, DMA
Uniform CD-ROM driver Revision: 3.12
Partition check:
hda: [mac] hda1 hda2 hda3 hda4 hda5 hda6
hde:hde:lost interrupt
ide_dmaproc: chipset supported ide_dma_lostirq func only:13
hde:lost interrupt
..and so on again and again
cat /proc/pci: (after starting the system from the debian
installation-binary-cd
:
PCI devices found:
Bus 0, device 0, function 0:
Host bridge: Motorola MPC106 (Grackle) (rev64).
Bus 0, device 13, function 0:
PCI bridge: Digital Equipment Corporation DECchip 21154 (rev2).
Master Capable. Latency=64. Min Gnt=6.Max Lat=3.
Bus 0, device 16, function 0:
VGA compatible controller: ATI Technologies Inc Rage 128 RE
(rev0)
IRQ 22.
Master Capable. Latency=16. Min Gnt=8.
Prefetchable 32 bit memory at 0x80900000 (0x8bffffff).
Bus 1, device0, function 0:
Fire wire (IEEE 1394): Texas Instruments PCILynx/PCILynx2 IEEE
1394
Link Layer Controller (rev2).
IRQ21.
Master Capable. Latency=16. Min Gnt=3.Max Lat=4.
Non Prefetchable 32 bit memory at 0x80881000
(0x80881fff).
Non Prefetchable 32 bit memory at 0x808c0000
(0x808cffff).
Non Prefetchable 32 bit memory at 0x808b0000
(0x808bffff).
Bus 1, device 1, function 0:
IDE interface: CMD Technology Inc PCI0646 (rev5).
IRQ26.
Master Capable. Latency=64. Min Gnt=2.Max Lat=4.
I/O at 0x10e0 (0x10e7).
I/O at 0x10d0 (0x10d3).
I/O at 0x10c0 (0x10c7).
I/O at 0x10b0 (0x10b3).
I/O at 0x10a0 (0x10af).
Bus1, device 2, function 0:
SCSI storage controller: Artop Electronic Corp ATP 860 (rev1).
IRQ23.
Master Capable. Latency=16. Min Gnt=6.MaxLat=6.
I/O at 0x1090 (0x1097).
I/O at 0x1080 (0x1083).
I/O at 0x1070 (0x1077).
I/O at 0x1060 (0x1063).
I/O at 0x1050 (0x105f).
Bus 1, device 5, function 0:
Class ft00: Apple computer Inc. Paddington Mac I/O (rev6).
Master Capable. Latency=16.
Nonprefetchable 32bit memory at 0x80800000
(0x8087ffff).
Bus 1, device 6, function 0:
USB Controller: OPTi Inc. 82C861 (rev16).
IRQ 28.
Master Capable. Latency=16.
Nonprefetchable 32 bit memory at 0x8080880000
(0x80880fff).
Don�t wonder, that there�s no cd-drive listed here in the /proc/pci, I assume
this is because the cd-drive is hdi, but there�s no hdi in the linux systems
device list yet, I�ve made hdi later with mknode, to make it possible for linux
to get access to the cd-drive for reading the kernel and installing it on the
hard drive.
Rolf