- Remove unneeded variable.

- Remove change for my local configuration that slipped in with
   the last commit; I am having problems booting when multiple SCSI
   disks are attached, so I will change this part as soon as I find
   a solution, anyway.
This commit is contained in:
Robert Drehmel 2002-02-15 13:22:09 +00:00
parent 1e92845e1b
commit 2649cfd7fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90703

View File

@ -75,7 +75,6 @@ ofwd_init(void)
int ret;
char devpath[255];
ihandle_t instance;
int i;
ofw_devsearch_init();
while ((ret = ofw_devsearch("block", devpath)) != 0) {
@ -96,7 +95,6 @@ ofwd_init(void)
printf("disk%d is %s\n", nofwdinfo, ofwdinfo[nofwdinfo].ofwd_path);
nofwdinfo++;
OF_close(instance);
break;
}
if (nofwdinfo > MAXDEV) {