From abacde6281bff04aa50bb1aac5ea4629e7c01f4a Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Tue, 2 Dec 1997 23:23:14 +0000 Subject: [PATCH] - 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 --- sys/pccard/pcic.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index 857a339111f..96d6c57a49c 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -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.