Re: M7101

2005-02-12 Thread Jean Delvare
Hi, > Will m7101.c be modified once quirks enabling the device? m7101.c is for 2.4 kernels while the proposed quirk is to be merged into 2.6 kernels, so m7101.c will still be needed as is. That said, if cleanups are made on the way to 2.6 and someone offers a patch that ports these cleanups back

Re: M7101

2005-02-08 Thread Ondrej Zary
Ivan Kokshaysky wrote: On Sun, Feb 06, 2005 at 03:06:11PM +, Matthew Wilcox wrote: Looks pretty good to me. For clarity, I'd change: - m7101 = pci_scan_single_device(dev->bus, 0x18); + m7101 = pci_scan_single_device(dev->bus, PCI_DEVFN(3, 0)); No, it's pretty broken regardless of

Re: M7101

2005-02-08 Thread Ivan Kokshaysky
On Sun, Feb 06, 2005 at 03:06:11PM +, Matthew Wilcox wrote: > Looks pretty good to me. For clarity, I'd change: > > - m7101 = pci_scan_single_device(dev->bus, 0x18); > + m7101 = pci_scan_single_device(dev->bus, PCI_DEVFN(3, 0)); No, it's pretty broken regardless of the change. The in

Re: M7101

2005-02-07 Thread Greg KH
On Sun, Feb 06, 2005 at 03:26:15PM +0100, Jean Delvare wrote: > Hi Enrico, > > Sorry for the delay. > > > I have a board with the ALI M7101 chip, but I can't activate it in > > BIOS. I tried to compile the prog/hotplug/m7101.c but I seen that > > this is only for 2.4 Kernels. Is there a module

Re: M7101

2005-02-06 Thread Grant Grundler
On Sun, Feb 06, 2005 at 03:26:15PM +0100, Jean Delvare wrote: > Maarten Deprez then converted it to the proper kernel coding-style: > http://marc.theaimsgroup.com/?l=linux-kernel&m=110726276414532 ... > Any chance we could get the PCI folks to review the code and push it > upwards if it is OK? I'm

Re: M7101

2005-02-06 Thread Matthew Wilcox
On Sun, Feb 06, 2005 at 03:26:15PM +0100, Jean Delvare wrote: > Maarten Deprez then converted it to the proper kernel coding-style: > http://marc.theaimsgroup.com/?l=linux-kernel&m=110726276414532 > > I invite you to test the new patch and confirm that it works for you. > > Any chance we could ge

Re: M7101

2005-02-06 Thread Jean Delvare
Hi Enrico, Sorry for the delay. > I have a board with the ALI M7101 chip, but I can't activate it in > BIOS. I tried to compile the prog/hotplug/m7101.c but I seen that > this is only for 2.4 Kernels. Is there a module for 2.6? The prog/hotplug/m7101.c (from the lm_sensors project) was a quick