diff options
| author | thorpej <thorpej@NetBSD.org> | 2001-12-16 22:33:35 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2001-12-16 22:33:35 +0000 |
| commit | cf64f893c8d8049f9d85599f03c46966770bc969 (patch) | |
| tree | 125524d907f05a9464c16c16783283b7c851b9a0 /sys/dev | |
| parent | 87e8f0c76126a31d3f3849ea503d1704357090fc (diff) | |
Try again: weasel -> weasel_isa
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isa/pcdisplay.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/pcdisplay.c b/sys/dev/isa/pcdisplay.c index 79f0aa3bef6..066fcf85bf6 100644 --- a/sys/dev/isa/pcdisplay.c +++ b/sys/dev/isa/pcdisplay.c @@ -1,4 +1,4 @@ -/* $NetBSD: pcdisplay.c,v 1.14 2001/12/16 22:32:07 thorpej Exp $ */ +/* $NetBSD: pcdisplay.c,v 1.15 2001/12/16 22:33:35 thorpej Exp $ */ /* * Copyright (c) 1998 @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pcdisplay.c,v 1.14 2001/12/16 22:32:07 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pcdisplay.c,v 1.15 2001/12/16 22:33:35 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -307,7 +307,7 @@ pcdisplay_attach(parent, self, aux) sc->sc_weasel.wh_st = dc->dc_ph.ph_memt; sc->sc_weasel.wh_sh = dc->dc_ph.ph_memh; sc->sc_weasel.wh_parent = &sc->sc_dev; - weasel_init(&sc->sc_weasel); + weasel_isa_init(&sc->sc_weasel); } #endif /* NPCWEASEL > 0 */ |
