GC unused connector finding code. This has moved to epconfig().

This commit is contained in:
christos 1997-08-07 19:46:22 +00:00
parent a9be2ab366
commit b73326ecdd
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ep_isapnp.c,v 1.7 1997/04/27 09:46:50 veego Exp $ */
/* $NetBSD: if_ep_isapnp.c,v 1.8 1997/08/07 19:46:22 christos Exp $ */
/*
* Copyright (c) 1997 Jonathan Stone <jonathan@NetBSD.org>
@ -116,7 +116,6 @@ ep_isapnp_attach(parent, self, aux)
{
struct ep_softc *sc = (void *)self;
struct isapnp_attach_args *ipa = aux;
u_short conn = 0;
printf("\n");
@ -124,9 +123,6 @@ ep_isapnp_attach(parent, self, aux)
sc->sc_ioh = ipa->ipa_io[0].h;
sc->bustype = EP_BUS_ISA;
GO_WINDOW(0);
conn = bus_space_read_2(sc->sc_iot, sc->sc_ioh, EP_W0_CONFIG_CTRL);
if (isapnp_config(ipa->ipa_iot, ipa->ipa_memt, ipa)) {
printf("%s: error in region allocation\n", sc->sc_dev.dv_xname);
return;