aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic7xxx/aic7xxx_osm.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-06-28 10:49:44 -0400
committerJames Bottomley <jejb@titanic.(none)>2005-07-11 13:43:09 -0400
commitdfd287f6ee9be1e3ae8fe1160c185aac6ca83c6a (patch)
tree1fbe2c728b84fad009b34693b1b0797e79eca90d /drivers/scsi/aic7xxx/aic7xxx_osm.h
parent7f602c53939fdb1bca12151a28f9b90cde046fb1 (diff)
[SCSI] aic7xxx: sane pci probing
always probe in bus order, avoid any reordering Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7xxx_osm.h')
-rw-r--r--drivers/scsi/aic7xxx/aic7xxx_osm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.h b/drivers/scsi/aic7xxx/aic7xxx_osm.h
index 8ffe2d3e1d95..5c0c9f9725b2 100644
--- a/drivers/scsi/aic7xxx/aic7xxx_osm.h
+++ b/drivers/scsi/aic7xxx/aic7xxx_osm.h
@@ -132,7 +132,6 @@ typedef struct scsi_cmnd *ahc_io_ctx_t;
132/************************* Configuration Data *********************************/ 132/************************* Configuration Data *********************************/
133extern u_int aic7xxx_no_probe; 133extern u_int aic7xxx_no_probe;
134extern u_int aic7xxx_allow_memio; 134extern u_int aic7xxx_allow_memio;
135extern int aic7xxx_detect_complete;
136extern struct scsi_host_template aic7xxx_driver_template; 135extern struct scsi_host_template aic7xxx_driver_template;
137 136
138/***************************** Bus Space/DMA **********************************/ 137/***************************** Bus Space/DMA **********************************/