patch-2.3.30 linux/drivers/scsi/u14-34f.c
Next file: linux/drivers/sound/Config.in
Previous file: linux/drivers/scsi/sym53c8xx.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Dec 2 15:24:49 1999
- Orig file:
v2.3.29/linux/drivers/scsi/u14-34f.c
- Orig date:
Thu Nov 11 20:11:49 1999
diff -u --recursive --new-file v2.3.29/linux/drivers/scsi/u14-34f.c linux/drivers/scsi/u14-34f.c
@@ -691,10 +691,10 @@
char *bus_type, dma_name[16];
/* Allowed BIOS base addresses (NULL indicates reserved) */
- void *bios_segment_table[8] = {
- NULL,
- (void *) 0xc4000, (void *) 0xc8000, (void *) 0xcc000, (void *) 0xd0000,
- (void *) 0xd4000, (void *) 0xd8000, (void *) 0xdc000
+ unsigned long bios_segment_table[8] = {
+ 0,
+ 0xc4000, 0xc8000, 0xcc000, 0xd0000,
+ 0xd4000, 0xd8000, 0xdc000
};
/* Allowed IRQs */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)