Messages per Month
| From | Sent On | Attachments |
|---|---|---|
| John Baldwin | Feb 14, 2005 2:20 pm | |
| Jung-uk Kim | Feb 14, 2005 2:49 pm | |
| David O'Brien | Feb 14, 2005 5:40 pm | |
| Jung-uk Kim | Feb 15, 2005 9:39 am | |
| David O'Brien | Feb 15, 2005 9:43 am | |
| Nicolas Blais | Feb 15, 2005 2:00 pm | |
| Coleman Kane | Feb 15, 2005 2:37 pm | |
| Jung-uk Kim | Feb 15, 2005 9:28 pm | |
| David O'Brien | Feb 15, 2005 9:54 pm | |
| Coleman Kane | Feb 16, 2005 9:40 am | |
| David O'Brien | Feb 16, 2005 9:45 am | |
| Coleman Kane | Feb 16, 2005 9:55 am | |
| Jung-uk Kim | Feb 16, 2005 9:56 am | |
| Coleman Kane | Feb 16, 2005 10:00 am | |
| Jung-uk Kim | Feb 16, 2005 10:02 am | |
| David O'Brien | Feb 16, 2005 10:36 am | |
| Jung-uk Kim | Feb 16, 2005 11:07 am | |
| Jung-uk Kim | Feb 16, 2005 11:22 am | |
| Coleman Kane | Feb 16, 2005 12:28 pm | |
| Coleman Kane | Feb 16, 2005 1:21 pm | |
| Coleman Kane | Feb 16, 2005 1:39 pm | .patch |
| David O'Brien | Feb 16, 2005 6:41 pm | |
| Nicolas Blais | Feb 17, 2005 4:04 pm | |
| Coleman Kane | Feb 17, 2005 9:59 pm | |
| John Baldwin | Feb 18, 2005 1:34 pm | |
| John Baldwin | Feb 18, 2005 1:34 pm | |
| John Baldwin | Feb 22, 2005 2:22 pm | |
| David O'Brien | Feb 22, 2005 3:58 pm |
| Subject: | [PATCH] Updated quirk-driven R3000Z patches | |
|---|---|---|
| From: | David O'Brien (obr...@freebsd.org) | |
| Date: | Feb 16, 2005 6:41:53 pm | |
| List: | org.freebsd.freebsd-amd64 | |
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 (obr...@FreeBSD.org)






.patch