s/mac68k_btop/m68k_btop/

This commit is contained in:
veego 1997-06-10 20:29:10 +00:00
parent af1627ce0b
commit 61e0a78f37
2 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -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);