[PATCH] Updated quirk-driven R3000Z patches

David O'Brien obrien at freebsd.org
Wed Feb 16 18:42:13 PST 2005


On Wed, Feb 16, 2005 at 02:06:59PM -0500, Jung-uk Kim wrote:
> Index: pci_pci.c
> ===================================================================
> RCS file: /home/ncvs/src/sys/dev/pci/pci_pci.c,v
> retrieving revision 1.33
> diff -u -r1.33 pci_pci.c
> --- src/sys/dev/pci/pci_pci.c	1 Jul 2004 07:46:28 -0000	1.33
> +++ src/sys/dev/pci/pci_pci.c	16 Feb 2005 19:04:30 -0000
> @@ -319,6 +319,8 @@
>  					start = sc->iobase;
>  				if (end > sc->iolimit)
>  					end = sc->iolimit;
> +				if (start <= end)
> +					ok = 1;

Now we need some people to test this that experience the problem.
Anyone?

-- 
-- David  (obrien at FreeBSD.org)


More information about the freebsd-amd64 mailing list