Add the PowerBook 170 to what appears to be the correct
class of systems, based on the Apple dev notes for this system.
This commit is contained in:
parent
44a3f70740
commit
2ea6ea5db5
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: pm_direct.c,v 1.7 1998/10/23 01:16:24 ender Exp $ */
|
/* $NetBSD: pm_direct.c,v 1.8 1999/03/05 06:45:41 scottr Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 1997 Takashi Hamada
|
* Copyright (C) 1997 Takashi Hamada
|
||||||
|
@ -455,6 +455,7 @@ pm_pmgrop_pm1(pmdata)
|
||||||
case MACH_MACPB160:
|
case MACH_MACPB160:
|
||||||
case MACH_MACPB165:
|
case MACH_MACPB165:
|
||||||
case MACH_MACPB165C:
|
case MACH_MACPB165C:
|
||||||
|
case MACH_MACPB170:
|
||||||
case MACH_MACPB180:
|
case MACH_MACPB180:
|
||||||
case MACH_MACPB180C:
|
case MACH_MACPB180C:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue