summaryrefslogtreecommitdiffstats
path: root/sys/pccard
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-12-02 23:23:14 +0000
committernate <nate@FreeBSD.org>1997-12-02 23:23:14 +0000
commitf62923dce9bae4855a0dfa961af1ce14038108f1 (patch)
treee405326b138bbdde81570c4f77cd9cd587e3c08c /sys/pccard
parent842c591aefe3599241a65b662b439cebd4dd61d6 (diff)
downloadFreeBSD-src-f62923dce9bae4855a0dfa961af1ce14038108f1.zip
FreeBSD-src-f62923dce9bae4855a0dfa961af1ce14038108f1.tar.gz
- 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>
Diffstat (limited to 'sys/pccard')
-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