summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/pccard/pcic.c7
1 files changed, 0 insertions, 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.
OpenPOWER on IntegriCloud