diff options
Diffstat (limited to 'kernel/drivers/scsi/g_NCR5380_mmio.c')
-rw-r--r-- | kernel/drivers/scsi/g_NCR5380_mmio.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/drivers/scsi/g_NCR5380_mmio.c b/kernel/drivers/scsi/g_NCR5380_mmio.c new file mode 100644 index 000000000..8cdde71ba --- /dev/null +++ b/kernel/drivers/scsi/g_NCR5380_mmio.c @@ -0,0 +1,10 @@ +/* + * There is probably a nicer way to do this but this one makes + * pretty obvious what is happening. We rebuild the same file with + * different options for mmio versus pio. + */ + +#define SCSI_G_NCR5380_MEM + +#include "g_NCR5380.c" + |