diff options
| author | Nate Williams <nate@FreeBSD.org> | 1997-12-02 23:23:14 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1997-12-02 23:23:14 +0000 |
| commit | abacde6281bff04aa50bb1aac5ea4629e7c01f4a (patch) | |
| tree | 1c987dd265e8a699acacbe23b5da9c19520f1bed /sys | |
| parent | ea4eae1aa32d4eeaba3ae0738e4265c0578eab4d (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pccard/pcic.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index 857a339111fa..96d6c57a49c9 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. |
