patch-1.3.54 linux/drivers/scsi/hosts.c
Next file: linux/drivers/scsi/hosts.h
Previous file: linux/drivers/scsi/README.BusLogic
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
Thu Jan 4 07:50:59 1996
- Orig file:
v1.3.53/linux/drivers/scsi/hosts.c
- Orig date:
Mon Dec 11 15:42:03 1995
diff -u --recursive --new-file v1.3.53/linux/drivers/scsi/hosts.c linux/drivers/scsi/hosts.c
@@ -290,8 +290,6 @@
retval->unique_id = 0;
retval->io_port = 0;
- retval->forbidden_addr = 0;
- retval->forbidden_size = 0;
retval->hostt = tpnt;
retval->next = NULL;
#ifdef DEBUG
@@ -402,28 +400,6 @@
max_scsi_hosts = next_scsi_host;
#endif
return 0;
-}
-
-
-void scsi_mem_init(unsigned long memory_end)
-{
- struct Scsi_Host *Host;
- long High8, Low24;
- for (Host = scsi_hostlist; Host != NULL; Host = Host->next) {
- if (Host->forbidden_addr > 0 && Host->forbidden_size > 0) {
- for (High8 = 1<<24; High8 < memory_end; High8 += 1<<24) {
- for (Low24 = Host->forbidden_addr;
- Low24 < Host->forbidden_addr + Host->forbidden_size;
- Low24 += PAGE_SIZE) {
- unsigned long ForbiddenAddress = High8 + Low24;
- if (ForbiddenAddress >= memory_end) goto next_host;
- mem_map[MAP_NR(ForbiddenAddress)].reserved = 1;
- }
- }
- }
- next_host:
- continue;
- }
}
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this