Subject: Re: Promise Ultra 33 Controller and Disk
To: None <BruceM@cat.co.za>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: port-arm32
Date: 04/09/1999 01:27:13
BruceM@cat.co.za wrote:

> I just got hold of some Promise PCI IDE Cards. I put one
> into my EBSA285 board, connected a Seagate 540MB drive, and
> turned on. The kernel finds the card, but will not find the
> disk on it. I also tried it in my i386 box, and it didn't
> find it either. Any ideas?

> Accelerator (RAID mass storage,
> 	revision 0x01) at pci0 dev 6 function 0 not
> configured

Currently pciide driver probes only "IDE mass storage" devices.
You have to change pciide_match() in sys/dev/pci/pciide.c
to match PCI_VENDOR() and PCI_PRODUCT() of your card.

I also have a PCI IDE card which returns "SCSI mass storage"
as PCI_SUBCLASS but have not tested it.
---
Izumi Tsutsui
tsutsui@ceres.dti.ne.jp