Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2005 16:39:18 -0500
From:      Coleman Kane <zombyfork@gmail.com>
To:        obrien@freebsd.org
Cc:        freebsd-amd64@freebsd.org
Subject:   Re: [PATCH] Updated quirk-driven R3000Z patches
Message-ID:  <346a80220502161339c53acd5@mail.gmail.com>
In-Reply-To: <346a8022050216132169d2fee5@mail.gmail.com>
References:  <200502141722.10259.jhb@FreeBSD.org> <20050216134731.GB99724@ramen> <20050216174530.GD82895@dragon.nuxi.com> <200502161256.34505.jkim@niksun.com> <20050216140808.GF99724@ramen> <20050216183628.GB83553@dragon.nuxi.com> <346a8022050216132169d2fee5@mail.gmail.com>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
On Wed, 16 Feb 2005 16:21:27 -0500, Coleman Kane <cokane@cokane.org> wrote:
> 
> I have attached the patch with the #if 0 / #endif removed. Can anyone
> please enlighten me as to why the first hunk would be a 'regression'?
> 
> --
> coleman
> 

No, I haven't. I don't know what happened, here it is attached for real.

[-- Attachment #2 --]
--- src/sys/dev/pci/pci_pci.c.orig	Thu Jul  1 03:46:28 2004
+++ src/sys/dev/pci/pci_pci.c	Sat Jan 22 01:21:50 2005
@@ -185,6 +185,10 @@
     case 0x060513d7:		/* Toshiba ???? */
 	sc->flags |= PCIB_SUBTRACTIVE;
 	break;
+
+    case 0x00dd10de:		/* XXX: Compaq R3000 */
+	pci_write_config(dev, PCIR_SUBBUS_1, 0xa, 1);
+	break;
     }
 
     /*
@@ -319,6 +319,8 @@
 					start = sc->iobase;
 				if (end > sc->iolimit)
 					end = sc->iolimit;
+				if (start <= end)
+					ok = 1;
 			}
 		} else {
 			ok = 1;
home | help

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