diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-05-01 19:50:59 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-05-01 19:50:59 +0000 |
commit | 1c21066fc996e08f4518c3efb461713a255a1a0a (patch) | |
tree | 6e5ff29c364a093f5eba4e8675399af69a3a2073 /i386/Drivers.in | |
parent | b56772b6a966173ded79c89ec84a03599357ea0d (diff) |
Mon Apr 28 12:09:53 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* i386/Drivers.in (ncr53c7xx): Change file name to 53c78xx.o.
* i386/i386at/gpl/linux/scsi/53c7,8xx.c: Moved to ...
* i386/i386at/gpl/linux/scsi/53c78xx.c: ... here.
* i386/Makefrag (linux-scsi-files): Change file name here too.
Reported by xtest@postman.epa.go.jp.
Diffstat (limited to 'i386/Drivers.in')
-rw-r--r-- | i386/Drivers.in | 2 |
1 files changed, 1 insertions, 1 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) |