From f62923dce9bae4855a0dfa961af1ce14038108f1 Mon Sep 17 00:00:00 2001 From: nate Date: Tue, 2 Dec 1997 23:23:14 +0000 Subject: - 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 857a339..96d6c57 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. -- cgit v1.1