Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 2004 02:50:28 GMT
From:      Jonas Davidsson <jodavi@gmail.com>
To:        freebsd-i386@FreeBSD.org
Subject:   Re: i386/74124: ata0 failure on HP(Vectra) VL6/350 [introduced in 5.3]
Message-ID:  <200412090250.iB92oSSx054068@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/74124; it has been noted by GNATS.

From: Jonas Davidsson <jodavi@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc: jodavi@gmail.com
Subject: Re: i386/74124: ata0 failure on HP(Vectra) VL6/350 [introduced in
 5.3]
Date: Thu, 09 Dec 2004 03:47:57 +0100

 As suggested in PR 73706 i commented out the following section in /usr/src/sys/dev/pci/pci.c
 
 #if defined(__ia64__) || defined(__i386__) || defined(__amd64__)
                  *
                  * Try to re-route interrupts. Sometimes the BIOS or
                  * firmware may leave bogus values in these registers.
                  * If the re-route fails, then just stick with what we
                  * have.
                  *
                irq = PCI_ASSIGN_INTERRUPT(bus, dev);
                if (PCI_INTERRUPT_VALID(irq)) {
                        pci_write_config(dev, PCIR_INTLINE, irq, 1);
                        cfg->intline = irq;
                } else
  #endif
 
 And it boots normally now.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412090250.iB92oSSx054068>