Support for intel s875wp1-e with Adaptec embedded SATA HostRAID onboard controller

From: Andrew Degtiariov (freebsd-current_at_astral-on.net)
Date: 03/30/04

  • Next message: Lawrence Farr: "RE: Support for intel s875wp1-e with Adaptec embedded SATA HostRAIDonboard controller"
    Date: Tue, 30 Mar 2004 17:46:24 +0300
    To: current@freebsd.org
    
    

    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=0x0
    0
    none2@pci 0:31:3: class=0x0c0500 card=0x342a8086 chip=0x24df8086 rev=0x02 hdr=0x
    00
    none3@pci 3:6:0: class=0x030000 card=0x342a8086 chip=0x47521002 rev=0x27 hdr=0x0
    0

    '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
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
    

  • Next message: Lawrence Farr: "RE: Support for intel s875wp1-e with Adaptec embedded SATA HostRAIDonboard controller"