Avoid attaching on the Mac TV, as this system seems to not be
completely backward compatible to the II-series sound hardware.
This commit is contained in:
parent
e29fba4ba7
commit
da62d2ef12
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: asc.c,v 1.37 2000/06/29 08:15:14 mrg Exp $ */
|
||||
/* $NetBSD: asc.c,v 1.38 2000/07/02 21:10:14 scottr Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 1997 Scott Reynolds
|
||||
|
@ -125,6 +125,8 @@ ascmatch(parent, cf, aux)
|
|||
|
||||
if (oa->oa_addr != (-1))
|
||||
addr = (bus_addr_t)oa->oa_addr;
|
||||
else if (current_mac_model->machineid == MACH_MACTV)
|
||||
return 0;
|
||||
else if (current_mac_model->machineid == MACH_MACIIFX)
|
||||
addr = (bus_addr_t)MAC68K_IIFX_ASC_BASE;
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue