patch-2.4.0-test9 linux/drivers/scsi/seagate.h
Next file: linux/drivers/scsi/sg.c
Previous file: linux/drivers/scsi/seagate.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sun Sep 17 09:51:57 2000
- Orig file:
v2.4.0-test8/linux/drivers/scsi/seagate.h
- Orig date:
Tue Jan 25 13:01:14 2000
diff -u --recursive --new-file v2.4.0-test8/linux/drivers/scsi/seagate.h linux/drivers/scsi/seagate.h
@@ -20,16 +20,12 @@
const char *seagate_st0x_info(struct Scsi_Host *);
int seagate_st0x_reset(Scsi_Cmnd *, unsigned int);
-#include <linux/kdev_t.h>
-int seagate_st0x_biosparam(Disk *, kdev_t, int*);
-
#define SEAGATE_ST0X { detect: seagate_st0x_detect, \
info: seagate_st0x_info, \
command: seagate_st0x_command, \
queuecommand: seagate_st0x_queue_command, \
abort: seagate_st0x_abort, \
reset: seagate_st0x_reset, \
- bios_param: seagate_st0x_biosparam, \
can_queue: 1, \
this_id: 7, \
sg_tablesize: SG_ALL, \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)