sni_53c710.c (2d8ad8719591fa803b0d589ed057fa46f49b7155) | sni_53c710.c (d36b691077dc59c74efec0d54ed21b86f7a2a21a) |
---|---|
1/* -*- mode: c; c-basic-offset: 8 -*- */ 2 3/* SNI RM driver 4 * 5 * Copyright (C) 2001 by James.Bottomley@HansenPartnership.com 6**----------------------------------------------------------------------------- 7** 8** This program is free software; you can redistribute it and/or modify --- 37 unchanged lines hidden (view full) --- 46 47#include <scsi/scsi_host.h> 48#include <scsi/scsi_device.h> 49#include <scsi/scsi_transport.h> 50#include <scsi/scsi_transport_spi.h> 51 52#include "53c700.h" 53 | 1/* -*- mode: c; c-basic-offset: 8 -*- */ 2 3/* SNI RM driver 4 * 5 * Copyright (C) 2001 by James.Bottomley@HansenPartnership.com 6**----------------------------------------------------------------------------- 7** 8** This program is free software; you can redistribute it and/or modify --- 37 unchanged lines hidden (view full) --- 46 47#include <scsi/scsi_host.h> 48#include <scsi/scsi_device.h> 49#include <scsi/scsi_transport.h> 50#include <scsi/scsi_transport_spi.h> 51 52#include "53c700.h" 53 |
54MODULE_AUTHOR("Thomas Bogend�rfer"); | 54MODULE_AUTHOR("Thomas Bogendörfer"); |
55MODULE_DESCRIPTION("SNI RM 53c710 SCSI Driver"); 56MODULE_LICENSE("GPL"); 57MODULE_ALIAS("platform:snirm_53c710"); 58 59#define SNIRM710_CLOCK 32 60 61static struct scsi_host_template snirm710_template = { 62 .name = "SNI RM SCSI 53c710", --- 93 unchanged lines hidden --- | 55MODULE_DESCRIPTION("SNI RM 53c710 SCSI Driver"); 56MODULE_LICENSE("GPL"); 57MODULE_ALIAS("platform:snirm_53c710"); 58 59#define SNIRM710_CLOCK 32 60 61static struct scsi_host_template snirm710_template = { 62 .name = "SNI RM SCSI 53c710", --- 93 unchanged lines hidden --- |