summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/Drivers.in2
-rw-r--r--i386/Makefrag2
-rw-r--r--i386/i386at/gpl/linux/scsi/53c78xx.c (renamed from i386/i386at/gpl/linux/scsi/53c7,8xx.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/i386/Drivers.in b/i386/Drivers.in
index e604387..9fc53b1 100644
--- a/i386/Drivers.in
+++ b/i386/Drivers.in
@@ -84,7 +84,7 @@ AC_DRIVER(qlogic, CONFIG_SCSI_QLOGIC, qlogic.o, scsi)
AC_DRIVER(pas16, CONFIG_SCSI_PASS16, pas16.o, scsi)
AC_DRIVER(seagate, CONFIG_SCSI_SEAGATE, seagate.o, scsi)
AC_DRIVER(t128, CONFIG_SCSI_T128, t128.o, scsi)
-AC_DRIVER(ncr53c7xx, CONFIG_SCSI_NCR53C7xx, 53c7,8xx.o, scsi)
+AC_DRIVER(ncr53c7xx, CONFIG_SCSI_NCR53C7xx, 53c78xx.o, scsi)
AC_DRIVER(eatadma, CONFIG_SCSI_EATA_DMA, eata_dma.o, scsi)
AC_DRIVER(eatapio, CONFIG_SCSI_EATA_PIO, eata_pio.o, scsi)
AC_DRIVER(wd7000, CONFIG_SCSI_7000FASST, wd7000.o, scsi)
diff --git a/i386/Makefrag b/i386/Makefrag
index 18479c6..979365f 100644
--- a/i386/Makefrag
+++ b/i386/Makefrag
@@ -63,7 +63,7 @@ linux-net-files = 3c501.c 3c503.c 3c505.c 3c507.c 3c509.c 3c59x.c \
linux-pci-files = bios32.c pci.c
-linux-scsi-files = 53c7,8xx.c AM53C974.c BusLogic.c NCR53c406a.c advansys.c \
+linux-scsi-files = 53c78xx.c AM53C974.c BusLogic.c NCR53c406a.c advansys.c \
aha152x.c aha1542.c aha1740.c aic7xxx.c constants.c eata.c eata_dma.c \
eata_pio.c fdomain.c g_NCR5380.c hosts.c in2000.c pas16.c qlogic.c \
scsi.c scsi_debug.c scsi_ioctl.c scsi_proc.c scsicam.c sd.c \
diff --git a/i386/i386at/gpl/linux/scsi/53c7,8xx.c b/i386/i386at/gpl/linux/scsi/53c78xx.c
index 74350b0..74350b0 100644
--- a/i386/i386at/gpl/linux/scsi/53c7,8xx.c
+++ b/i386/i386at/gpl/linux/scsi/53c78xx.c