Date: Wed, 16 Feb 2005 18:41:42 -0800 From: "David O'Brien" <obrien@freebsd.org> To: Jung-uk Kim <jkim@niksun.com> Cc: Coleman Kane <cokane@cokane.org> Subject: Re: [PATCH] Updated quirk-driven R3000Z patches Message-ID: <20050217024142.GA13595@dragon.nuxi.com> In-Reply-To: <200502161406.59169.jkim@niksun.com> References: <200502141722.10259.jhb@FreeBSD.org> <20050216140808.GF99724@ramen> <20050216183628.GB83553@dragon.nuxi.com> <200502161406.59169.jkim@niksun.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@FreeBSD.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050217024142.GA13595>