PCI controller (HPT-366) not detected

Donald A. Huettl (huettl@mediaone.net)
Sat, 25 Sep 1999 23:02:17 -0500


This is a multi-part message in MIME format.
--------------0141B2E9CBCFE0EAEA6A0008
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

The PCI controller on Cable Port 1 is not detected on my Abit BP6 (Cable
Port 0 is
found). Kernel 2.3.12 worked. Kernel 2.3.18ac8 does not. The small
diff below
fixed my particular environment.

Thanks

DH
Setup:
Abit BP6 dual Celeron board with two 366MHz CPUs
SMP kernel 2.3.18ac8

+ diff /usr/src/linux/drivers/block/ide-pci.c.ac8
/usr/src/linux/drivers/block/ide-pci.c.DAH
614c614
< if (dev2 && !hpt363_shared_irq) {

---
>  if (dev2) {

# --------- part of /var/log/messages after my small change ----------------Sep 25 22:23:38 fs1 syslogd 1.3-3: restart. Sep 25 22:23:38 fs1 syslog: syslogd startup succeeded Sep 25 22:23:38 fs1 kernel: klogd 1.3-3, log source = /proc/kmsg started. Sep 25 22:23:38 fs1 kernel: Inspecting /boot/System.map-2.3.18ac8 . . Sep 25 22:23:38 fs1 kernel: Uniform Multi-Platform E-IDE driver Revision: 6.20 Sep 25 22:23:38 fs1 kernel: PIIX4: IDE controller on PCI bus 00 dev 39 Sep 25 22:23:38 fs1 kernel: PIIX4: not 100% native mode: will probe irqs later Sep 25 22:23:38 fs1 kernel: ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:pio Sep 25 22:23:38 fs1 kernel: ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:pio Sep 25 22:23:38 fs1 kernel: HPT366: onboard version of chipset, pin1=1 pin2=2 Sep 25 22:23:38 fs1 kernel: HPT366: IDE controller on PCI bus 00 dev 98 Sep 25 22:23:38 fs1 kernel: HPT366: not 100% native mode: will probe irqs later Sep 25 22:23:38 fs1 kernel: HPT366: reg5ah=0x01 ATA-66 Cable Port0 Sep 25 22:23:38 fs1 kernel: ide2: BM-DMA at 0xe000-0xe007, BIOS settings: hde:pio, hdf:pio Sep 25 22:23:38 fs1 kernel: HPT366: IDE controller on PCI bus 00 dev 99 Sep 25 22:23:38 fs1 kernel: HPT366: not 100% native mode: will probe irqs later Sep 25 22:23:38 fs1 kernel: HPT366: reg5ah=0x01 ATA-66 Cable Port1 Sep 25 22:23:38 fs1 kernel: ide3: BM-DMA at 0xec00-0xec07, BIOS settings: hdg:pio, hdh:pio Sep 25 22:23:38 fs1 kernel: hda: Maxtor 91152D8, ATA DISK drive Sep 25 22:23:38 fs1 kernel: hdc: CD-524EA, ATAPI CDROM drive Sep 25 22:23:38 fs1 kernel: hde: IBM-DJNA-371350, ATA DISK drive Sep 25 22:23:38 fs1 kernel: hdg: IBM-DJNA-371350, ATA DISK drive Sep 25 22:23:38 fs1 kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Sep 25 22:23:38 fs1 kernel: ide1 at 0x170-0x177,0x376 on irq 15 Sep 25 22:23:38 fs1 kernel: ide2 at 0xd800-0xd807,0xdc02 on irq 11 Sep 25 22:23:38 fs1 kernel: ide3 at 0xe400-0xe407,0xe802 on irq 11 Sep 25 22:23:38 fs1 kernel: hda: Maxtor 91152D8, 10991MB w/256kB Cache, CHS=1401/255/63, UDMA(33) Sep 25 22:23:38 fs1 kernel: hde: UDMA 4 drive0 (0x90c9a731 0x10c9a731) 0x0000 Sep 25 22:23:38 fs1 kernel: hde: IBM-DJNA-371350, 12949MB w/1966kB Cache, CHS=26310/16/63, UDMA(66) Sep 25 22:23:38 fs1 kernel: hdg: UDMA 4 drive0 (0x90c9a731 0x10c9a731) 0x0000 Sep 25 22:23:38 fs1 kernel: hdg: IBM-DJNA-371350, 12949MB w/1966kB Cache, CHS=26310/16/63, UDMA(66) Sep 25 22:23:38 fs1 kernel: hdc: ATAPI 24X CD-ROM drive, 128kB Cache, DMA Sep 25 22:23:38 fs1 kernel: Uniform CDROM driver Revision: 3.04 Sep 25 22:23:38 fs1 kernel: Floppy drive(s): fd0 is 1.44M Sep 25 22:23:38 fs1 kernel: FDC 0 is a post-1991 82077 Sep 25 22:23:38 fs1 kernel: md driver 0.36.6 MAX_MD_DEV=4, MAX_REAL=8

--------------0141B2E9CBCFE0EAEA6A0008 Content-Type: text/x-vcard; charset=us-ascii; name="huettl.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Donald A. Huettl Content-Disposition: attachment; filename="huettl.vcf"

begin:vcard n:Huettl;Donald A. x-mozilla-html:TRUE adr:;;;;;; version:2.1 email;internet:huettl@mediaone.net title:Sr. Systems Analyst x-mozilla-cpt:;0 fn:Donald A. Huettl end:vcard

--------------0141B2E9CBCFE0EAEA6A0008--

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/