diff options
author | 1996-03-05 02:31:15 +0000 | |
---|---|---|
committer | 1996-03-05 02:31:15 +0000 | |
commit | 91a2c652d6ffbd1c378e21603f1387359d0441a8 (patch) | |
tree | b73af80993d6bc811ea7e79def9658cb78398e66 | |
parent | MAXBSIZE of 32768 breaks machines with 64 Megs of RAM (diff) | |
download | wireguard-openbsd-91a2c652d6ffbd1c378e21603f1387359d0441a8.tar.xz wireguard-openbsd-91a2c652d6ffbd1c378e21603f1387359d0441a8.zip |
sc_dev -> tulip_dev
-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); |