lkml.org 
[lkml]   [2000]   [Jan]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.3.37 compile breaks in isapnp.o, probing PCI bios
> > > PCI: BIOS reporting unknown device 00:48
> > > PCI: Device 00:48 not found by BIOS
> > > PCI: BIOS reporting unknown device 00:50
> > > PCI: Device 00:50 not found by BIOS
> >
> > Please try this fix.
> >
> > Have a nice fortnight
> > --
> > Martin `MJ' Mares <mj@ucw.cz> http://atrey.karlin.mff.cuni.cz/~mj/
> > Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth
> > "Spelling checkers at maximum! Fire!"
> >
> >
> > --- arch/i386/kernel/pci-pc.c.mj Fri Jan 7 16:36:07 2000
> > +++ arch/i386/kernel/pci-pc.c Fri Jan 7 16:36:07 2000
> > @@ -633,9 +633,8 @@
> > unsigned char bus, devfn;
> >
> > DBG("PCI: Sorting device list...\n");
> > - while (pci_devices.next != &pci_devices) {
> > + while (!list_empty(&pci_devices)) {
> > ln = pci_devices.next;
> > - list_del(ln);
> > dev = pci_dev_g(ln);
> > idx = found = 0;
> > while (pci_bios_find_device(dev->vendor, dev->device, idx, &bus, &devfn) == PCIBIOS_SUCCESSFUL) {
> >
>
> Looks okay now:

Somehow I missed the initial post in this thread, but I found a similar
problem for which the included fix was appropriate. I hope this gets
included in the next revision.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.052 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site