summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2014-03-31 11:25:47 +0000
committermartin <martin@NetBSD.org>2014-03-31 11:25:47 +0000
commit768423b807866a0f72b60f9136488e425ebdf9f8 (patch)
treea82d7b2c8589678c6ef959a26cdb52d1c628050f /sys/dev
parentf29a587ed382e765c9d77b0b6bdd4df83789dcdd (diff)
Bring back the playstation2 port - now that a toolchain for it is
available again.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/DEVNAMES6
-rw-r--r--sys/dev/dkwedge/dkwedge_bsdlabel.c6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES
index 59f6f738580..7a2941b9414 100644
--- a/sys/dev/DEVNAMES
+++ b/sys/dev/DEVNAMES
@@ -1,4 +1,4 @@
-# $NetBSD: DEVNAMES,v 1.288 2014/03/19 15:26:42 nonaka Exp $
+# $NetBSD: DEVNAMES,v 1.289 2014/03/31 11:25:49 martin Exp $
#
# This file contains all used device names and defined attributes in
# alphabetical order. New devices added to the system somewhere should first
@@ -565,6 +565,7 @@ grfrt amiga
grfrt amigappc
grful amiga
grful amigappc
+gsfb playstation2
gsip MI
gt cobalt
gt evbmips
@@ -1210,6 +1211,7 @@ sbscd sbmips
sbscn sbmips
sbtimer sbmips
sbus MI
+sbus playstation2
sc MI
sc newsmips
sc vax
@@ -1270,6 +1272,7 @@ skbdif hpcmips
slhci MI
slide MI
sm MI
+smap playstation2
smc93cx6 MI Attribute
smg vax
smsh MI
@@ -1279,6 +1282,7 @@ sn newsmips
sparcvme sparc
spc MI
spckbd shark Attribute
+spd playstation2
spi MI
spic MI
spif sparc
diff --git a/sys/dev/dkwedge/dkwedge_bsdlabel.c b/sys/dev/dkwedge/dkwedge_bsdlabel.c
index e856335b816..10b2b8be5d5 100644
--- a/sys/dev/dkwedge/dkwedge_bsdlabel.c
+++ b/sys/dev/dkwedge/dkwedge_bsdlabel.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dkwedge_bsdlabel.c,v 1.18 2014/02/24 07:23:43 skrll Exp $ */
+/* $NetBSD: dkwedge_bsdlabel.c,v 1.19 2014/03/31 11:25:49 martin Exp $ */
/*-
* Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -79,7 +79,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dkwedge_bsdlabel.c,v 1.18 2014/02/24 07:23:43 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dkwedge_bsdlabel.c,v 1.19 2014/03/31 11:25:49 martin Exp $");
#include <sys/param.h>
#ifdef _KERNEL
@@ -120,7 +120,7 @@ static const struct disklabel_location {
{ 0, 128 }, /* sparc, sun68k */
{ 1, 0 }, /* amd64, arc, arm, bebox, cobalt, evbppc, hppa,
hpcarm, hpcmips, i386, ibmnws, mipsco, mvmeppc,
- ofppc, pmppc, prep, sandpoint,
+ ofppc, playstation2, pmppc, prep, sandpoint,
sbmips, sgimips, sh3 */
/* XXX atari is weird */
{ 2, 0 }, /* cesfic, hp300 */