summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1999-11-28 23:36:17 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1999-11-28 23:36:17 +0000
commit65befa1cebbeedcee7fda5ad9edebf6d7b3b0fd7 (patch)
tree5e08822bcc061c29cdfbeaed0fa8d9109d8804aa /sys/arch
parentcb4524d7cd8583887a65fc84aec223169ea4c0bb (diff)
Add recognition support for powerbook, it is reported to work with
ethernet and disk now.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/powerpc/powerpc/machdep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/powerpc/machdep.c b/sys/arch/powerpc/powerpc/machdep.c
index 99197a31a16..46e5db99be3 100644
--- a/sys/arch/powerpc/powerpc/machdep.c
+++ b/sys/arch/powerpc/powerpc/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.28 1999/11/09 04:38:17 rahnds Exp $ */
+/* $OpenBSD: machdep.c,v 1.29 1999/11/28 23:36:16 rahnds Exp $ */
/* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */
/*
@@ -914,6 +914,7 @@ systype(char *name)
{ "V-I Power", "(POWER4e) V-I ppc vme boards ", POWER4e},
{ "iMac", "(APPL) Apple iMac ", APPL},
{ "PowerMac", "(APPL) Apple PowerMac ", APPL},
+ { "PowerBook", "(APPL) Apple Powerbook ", APPL},
{ NULL,"",0}
};
for (i = 0; systypes[i].name != NULL; i++) {