saip_sc (in struct sapcic_socket) is gone.
This commit is contained in:
parent
a549080f85
commit
ae6299f9d3
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sa11x1_pcic.c,v 1.7 2001/07/09 05:19:05 toshii Exp $ */
|
||||
/* $NetBSD: sa11x1_pcic.c,v 1.8 2001/07/11 03:54:19 toshii Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
|
@ -134,7 +134,6 @@ sacpcic_attach(parent, self, aux)
|
|||
for(i = 0; i < 2; i++) {
|
||||
sc->sc_socket[i].sc = (struct sapcic_softc *)sc;
|
||||
sc->sc_socket[i].socket = i;
|
||||
sc->sc_socket[i].saip_sc = NULL;
|
||||
sc->sc_socket[i].pcictag_cookie = psc;
|
||||
sc->sc_socket[i].pcictag = &sacpcic_functions;
|
||||
sc->sc_socket[i].event_thread = NULL;
|
||||
|
|
Loading…
Reference in New Issue