diff options
author | dm <dm@cvs.openbsd.org> | 1996-03-05 02:31:16 +0000 |
---|---|---|
committer | dm <dm@cvs.openbsd.org> | 1996-03-05 02:31:16 +0000 |
commit | bb32e022d9bea893532d8e3b25ddf5259521e9a2 (patch) | |
tree | 2eca50be7e7489eefd6678f9b4afa54edbf80f23 /sys/dev/pci | |
parent | beda0e2e29475ee94b270a41a4a50350f8e80e69 (diff) |
sc_dev -> tulip_dev
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_de.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c index 80976f71517..6db9a87a976 100644 --- a/sys/dev/pci/if_de.c +++ b/sys/dev/pci/if_de.c @@ -2570,7 +2570,7 @@ tulip_pci_attach( #if defined(__NetBSD__) if (sc->tulip_boardsw->bd_type != TULIP_DC21040_ZX314_SLAVE) { sc->tulip_ih = pci_map_int(pa->pa_tag, IPL_NET, tulip_intr, sc, - sc->sc_dev.dv_xname); + sc->tulip_dev.dv_xname); if (sc->tulip_ih == NULL) { printf("%s%d: couldn't map interrupt\n", sc->tulip_name, sc->tulip_unit); |