Date: Tue, 30 Mar 2004 17:28:56 +0300 From: Andrew Degtiariov <ad@astral-on.net> To: current@freebsd.org Subject: Support for intel s875wp1-e with Adaptec embedded SATA HostRAID onboar Message-ID: <20040330142856.GB23535@astral-on.net>
next in thread | raw e-mail | index | archive | help
Hello Does the ata driver in CURRENT support Adaptec embedded SATA HostRAID controller on Intel s875wp1-e motherboard? I'm trying to boot 5.2.1-RELEASE but kernel unable to found ata controller. I boot from Live CD and execute pciconf -l: none1@pci 0:31:2: class=0x0148f card=0x342a8086 chip=0x24df8086 rev=0x02 hdr=0x00 none2@pci 0:31:3: class=0x0c0500 card=0x342a8086 chip=0x24df8086 rev=0x02 hdr=0x00 none3@pci 3:6:0: class=0x030000 card=0x342a8086 chip=0x47521002 rev=0x27 hdr=0x00 'none1@pci 0:31:2' this is the controller mentioned above (sorry, I can't show dmesg output, because this machine is remote one and these lines has been dictated aloud). After adding '#define ATA_I82801EB_2 0x24df8086' to sys/dev/ata/ata-pci.h and '{ ATA_I82801EB_2, 0, 0, 0x00, ATA_SA150, "Intel ICH5" }' to sys/dev/ata/ata-chipset.c (and building release), the kernel recognize this controller and attached disks, but fdisk crashes sysinstall: Stopped at softdep_disk_prewrite+0x3b: testb $0x10,0x7b(%eax) db> -- Andrew Degtiariov DA-RIPE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040330142856.GB23535>