Re: ahc driver: aic7892 no longer supported (conflict with ATA)

2001-03-23 Thread Matthew N. Dodd
On Thu, 22 Mar 2001, Mike Smith wrote: > The interrupt is shareable; the BIOS knows best, and the ATA driver > should sod off in this case. > > If we want to argue about it, we can get a dump of the PCI interrupt > routing table for this machine. 8) Soren's concern is that some systems > rout

Re: ahc driver: aic7892 no longer supported (conflict with ATA)

2001-03-22 Thread Mike Smith
> On Thu, 22 Mar 2001, Justin T. Gibbs wrote: > > >I think I found the problem. The problem occur since 03/14/2001. The > > >following files could be infvolved: > > > > You'll have to ask Soren about this. It looks like one part of > > ata-all (this is in -stable), clears the RF_SHAREABLE flag.

Re: ahc driver: aic7892 no longer supported (conflict with ATA)

2001-03-22 Thread Matthew N. Dodd
On Thu, 22 Mar 2001, Justin T. Gibbs wrote: > >I think I found the problem. The problem occur since 03/14/2001. The > >following files could be infvolved: > > You'll have to ask Soren about this. It looks like one part of > ata-all (this is in -stable), clears the RF_SHAREABLE flag. I > don't k

Re: ahc driver: aic7892 no longer supported (conflict with ATA)

2001-03-22 Thread Justin T. Gibbs
>I think I found the problem. The problem occur since 03/14/2001. The >following files could be infvolved: You'll have to ask Soren about this. It looks like one part of ata-all (this is in -stable), clears the RF_SHAREABLE flag. I don't know why this would be necessary for a PCI IDE device. -

Re: ahc driver: aic7892 no longer supported (conflict with ATA)

2001-03-22 Thread Falco Krepel
I think I found the problem. The problem occur since 03/14/2001. The following files could be infvolved: P dev/ata/ata-all.c P dev/ata/ata-all.h P dev/ata/ata-disk.c P dev/ata/ata-disk.h P dev/ata/atapi-all.c P dev/ata/atapi-all.h P dev/ata/atapi-cd.c P dev/ata/atapi-cd.h P dev/ata/atapi-fd.c P d

Re: ahc driver: aic7892 no longer supported

2001-03-22 Thread Falco Krepel
"Justin T. Gibbs" wrote: >In aic7xxx_pci.c:ahc_pci_config() the call to ahc_pci_map_int(ahc) is >failing. bus_alloc_resource() appears to need more time than I have >right now so that will have to wait till tonight :-) It does look like >a more fundamental problem below the scsi driver is invol

Re: ahc driver: aic7892 no longer supported

2001-03-21 Thread Mark Hittinger
> > > >Looks like I've got a similar problem only its aic7880/wide > >I've got a Dell optiplex 450 with an Adaptec 2940uw controller which can > >boot but can't "mountroot". > > Perhaps something happend recently that makes it difficult to get > "largish" chuncks of contiguous memory? You'll ha

Re: ahc driver: aic7892 no longer supported

2001-03-20 Thread Justin T. Gibbs
> >Looks like I've got a similar problem only its aic7880/wide > >I've got a Dell optiplex 450 with an Adaptec 2940uw controller which can >boot but can't "mountroot". Perhaps something happend recently that makes it difficult to get "largish" chuncks of contiguous memory? You'll have to instru

Re: ahc driver: aic7892 no longer supported

2001-03-20 Thread Mark Hittinger
Looks like I've got a similar problem only its aic7880/wide I've got a Dell optiplex 450 with an Adaptec 2940uw controller which can boot but can't "mountroot". A kernel from last week can see the aic7880/wide but a kernel from the past couple days cannot. OK dmesg: FreeBSD 5.0-CURRENT #10:

Re: ahc driver: aic7892 no longer supported

2001-03-20 Thread Justin T. Gibbs
I've just tested both -current and -stable on a card with identical specs. Can you provide more inforamtion on where the attach fails (e.g. add printfs)? >### 29160 BIOS v.2.57.2 > >### pciconf > >aries# pciconf -l >ahc0@pci0:9:0: class=0x01 card=0xe2a09005 chip=0x00809005 rev=0x02 -- Just

Re: ahc driver: aic7892 no longer supported

2001-03-20 Thread Falco Krepel
### 29160 BIOS v.2.57.2 ### pciconf aries# pciconf -l hostb0@pci0:0:0:class=0x06 card=0x chip=0x03051106 rev=0x02 hdr=0x00 pcib1@pci0:1:0: class=0x060400 card=0x0080 chip=0x83051106 rev=0x00 hdr=0x01 isab0@pci0:7:0: class=0x060100 card=0x1106 chip=0x06861106 rev=0x40

Re: ahc driver: aic7892 no longer supported

2001-03-20 Thread Justin T. Gibbs
>Dear Justin, > >Since the update around the middle of feb of the ahc driver the aic7892 >chip is no longer supported correctly. The same card with aic7870 is >working as usual. So I think that this is the problem. The snapshot >(2001/02/10) of the current version is OK. Can you give me the revis

ahc driver: aic7892 no longer supported

2001-03-20 Thread Falco Krepel
Dear Justin, Since the update around the middle of feb of the ahc driver the aic7892 chip is no longer supported correctly. The same card with aic7870 is working as usual. So I think that this is the problem. The snapshot (2001/02/10) of the current version is OK. I get the following boot messag