Done,
I've applied all your patch here at home over a 2.3.26-1
> diff -ur orig/linux/include/asm-i386/io.h linux/include/asm-i386/io.h
> --- orig/linux/include/asm-i386/io.h Tue Nov 2 01:02:57 1999
> +++ linux/include/asm-i386/io.h Thu Nov 4 01:54:22 1999
> @@ -218,7 +218,7 @@
> {
> int retval = 0;
> do {
> - if (readb(io_addr) != *signature)
> + if (isa_readb(io_addr) != *signature)
Yes, this stop all the annoying messages
> diff -ur orig/linux/include/linux/pci.h linux/include/linux/pci.h
> --- orig/linux/include/linux/pci.h Tue Nov 2 01:02:58 1999
> +++ linux/include/linux/pci.h Wed Nov 3 21:47:59 1999
> @@ -530,7 +530,7 @@
> extern inline void pci_set_master(struct pci_dev *dev) { }
> extern inline int pci_enable_device(struct pci_dev *dev) { return 0; }
>
> -extern inline int pci_simple_probe (struct pci_simple_probe_entry *list, size_t
>match_limit,
> +extern inline int pci_simple_probe (const struct pci_simple_probe_entry *list,
>size_t match_limit,
> pci_simple_probe_callback cb, void *drvr_data)
> { return 0; }
this one seem to be already in 2.3.26-1
notes:
1) warning: `aha152x_setup' defined but not used
+#if !defined(MODULE)
+
static int aha152x_setup(char *str);
+#endif
2) Why we have the same name "aha152x_setup" for a function and a struct ? :)
3) I'll switch my "CD burning system" from 2.2.12 to 2.3.xx ASAP
thanks,
luca
--
------------------------------------------------------------------
E-mail......: Luca Montecchiani <[EMAIL PROTECTED]>
W.W.W.......: http://i.am/m.luca - http://luca.myip.org
Speakfreely.: sflwl -hlwl.fourmilab.ch luca@
I.C.Q.......: 17655604
-----------------------=(Linux since 1995)=-----------------------
Non esiste vento favorevole per il marinaio che non sa dove andare
Seneca
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]