- Remove the code that cleared out the registers (previously enabled by the

option PCIC_NOCLRREGS).  This is now the default behavior since it's
  apparently required for the CLPD6832, and doesn't negatively affect
  any of my test machines.

Requested by:	Ted Faber <faber@ISI.EDU>
This commit is contained in:
Nate Williams 1997-12-02 23:23:14 +00:00
parent ea4eae1aa3
commit abacde6281
1 changed files with 0 additions and 7 deletions

View File

@ -704,13 +704,6 @@ pcic_probe(void)
cinfo.name = "Unknown!";
break;
}
#ifndef PCIC_NOCLRREGS
/*
* clear out the registers.
*/
for (i = 2; i < 0x40; i++)
sp->putb(sp, i, 0);
#endif /* PCIC_NOCLRREGS */
/*
* OK it seems we have a PCIC or lookalike.
* Allocate a slot and initialise the data structures.