]> git.hungrycats.org Git - linux/commitdiff
[PATCH] HPT IDE update
authorAlan Cox <alan@redhat.com>
Mon, 9 Aug 2004 05:00:32 +0000 (22:00 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 9 Aug 2004 05:00:32 +0000 (22:00 -0700)
This part got missed in the earlier merge, not sure where it escaped.

drivers/ide/pci/hpt366.h

index 7b3d8b4109df225f9ba669537b141d9b577f450c..388d6ae49dc791beb271a0baa203a4f709efc3e4 100644 (file)
@@ -470,6 +470,15 @@ static ide_pci_device_t hpt366_chipsets[] __devinitdata = {
                .channels       = 2,    /* 4 */
                .autodma        = AUTODMA,
                .bootable       = OFF_BOARD,
+       },{     /* 5 */
+               .name           = "HPT372N",
+               .init_setup     = init_setup_hpt37x,
+               .init_chipset   = init_chipset_hpt366,
+               .init_hwif      = init_hwif_hpt366,
+               .init_dma       = init_dma_hpt366,
+               .channels       = 2,    /* 4 */
+               .autodma        = AUTODMA,
+               .bootable       = OFF_BOARD,
        }
 };