diff --git a/sys/arch/mac68k/dev/asc.c b/sys/arch/mac68k/dev/asc.c index 47dd422e923d..0c86262926e0 100644 --- a/sys/arch/mac68k/dev/asc.c +++ b/sys/arch/mac68k/dev/asc.c @@ -1,4 +1,4 @@ -/* $NetBSD: asc.c,v 1.20 1997/02/24 05:47:33 scottr Exp $ */ +/* $NetBSD: asc.c,v 1.21 1997/06/10 20:29:10 veego Exp $ */ /* * Copyright (C) 1997 Scott Reynolds @@ -273,7 +273,7 @@ ascmmap(dev, off, prot) sc = asc_cd.cd_devs[unit]; if (off < MAC68K_ASC_LEN) { pa = pmap_extract(pmap_kernel(), (vm_offset_t)sc->sc_handle); - return mac68k_btop(pa + off); + return m68k_btop(pa + off); } return (-1); diff --git a/sys/arch/mac68k/obio/asc.c b/sys/arch/mac68k/obio/asc.c index 47dd422e923d..0c86262926e0 100644 --- a/sys/arch/mac68k/obio/asc.c +++ b/sys/arch/mac68k/obio/asc.c @@ -1,4 +1,4 @@ -/* $NetBSD: asc.c,v 1.20 1997/02/24 05:47:33 scottr Exp $ */ +/* $NetBSD: asc.c,v 1.21 1997/06/10 20:29:10 veego Exp $ */ /* * Copyright (C) 1997 Scott Reynolds @@ -273,7 +273,7 @@ ascmmap(dev, off, prot) sc = asc_cd.cd_devs[unit]; if (off < MAC68K_ASC_LEN) { pa = pmap_extract(pmap_kernel(), (vm_offset_t)sc->sc_handle); - return mac68k_btop(pa + off); + return m68k_btop(pa + off); } return (-1);