[PATCH 492] HP300 SCSI chip is 98265A

From: Geert Uytterhoeven (geert_at_linux-m68k.org)
Date: 10/31/04

  • Next message: Geert Uytterhoeven: "[PATCH 523] M68k: Remove duplicate includes"
    Date:	Sun, 31 Oct 2004 11:03:38 +0100
    To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
    
    

    HP300: Fix typos in the DIO output. The SCSI chip is a 98265A, not a 98625A.
    NetBSD has this already fixed.

    Signed-off-by: Jochen Friedrich <jochen@scram.de>
    Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

    --- linux-2.6.10-rc1/include/linux/dio.h 15 Jul 2004 20:07:31 -0000 1.4
    +++ linux-m68k-2.6.10-rc1/include/linux/dio.h 21 Sep 2004 21:03:43 -0000
    @@ -99,14 +99,14 @@
     #define DIO_DESC_FHPIB "98625A/98625B fast HPIB"
     #define DIO_ID_NHPIB 0x01 /* 98624A HP-IB (normal ie slow) */
     #define DIO_DESC_NHPIB "98624A HPIB"
    -#define DIO_ID_SCSI0 0x07 /* 98625A SCSI */
    -#define DIO_DESC_SCSI0 "98625A SCSI0"
    +#define DIO_ID_SCSI0 0x07 /* 98265A SCSI */
    +#define DIO_DESC_SCSI0 "98265A SCSI0"
     #define DIO_ID_SCSI1 0x27 /* ditto */
    -#define DIO_DESC_SCSI1 "98625A SCSI1"
    +#define DIO_DESC_SCSI1 "98265A SCSI1"
     #define DIO_ID_SCSI2 0x47 /* ditto */
    -#define DIO_DESC_SCSI2 "98625A SCSI2"
    +#define DIO_DESC_SCSI2 "98265A SCSI2"
     #define DIO_ID_SCSI3 0x67 /* ditto */
    -#define DIO_DESC_SCSI3 "98625A SCSI3"
    +#define DIO_DESC_SCSI3 "98265A SCSI3"
     #define DIO_ID_FBUFFER 0x39 /* framebuffer: flavour is distinguished by secondary ID */
     #define DIO_DESC_FBUFFER "bitmapped display"
     /* the NetBSD kernel source is a bit unsure as to what these next IDs actually do :-> */

    Gr{oetje,eeting}s,

                                                    Geert

    --
    Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
    In personal conversations with technical people, I call myself a hacker. But
    when I'm talking to journalists I just say "programmer" or something like that.
    							    -- Linus Torvalds
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Geert Uytterhoeven: "[PATCH 523] M68k: Remove duplicate includes"

    Relevant Pages