From f2984aabfd358ae2731013df5d571a596cb9a5eb Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 6 Oct 2006 21:02:56 +0000 Subject: Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with minor changes. --- sys/arch/sh/conf/files.shb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sys/arch/sh/conf/files.shb (limited to 'sys/arch/sh/conf/files.shb') diff --git a/sys/arch/sh/conf/files.shb b/sys/arch/sh/conf/files.shb new file mode 100644 index 00000000000..13537c21ccc --- /dev/null +++ b/sys/arch/sh/conf/files.shb @@ -0,0 +1,13 @@ +# $OpenBSD: files.shb,v 1.1.1.1 2006/10/06 21:02:55 miod Exp $ +# $NetBSD: files.shb,v 1.4 2005/12/11 12:18:58 christos Exp $ +# +# SuperH internal devices. +# +device shb { } +attach shb at mainbus + +file arch/sh/dev/shb.c shb + +device scif: tty +attach scif at shb +file arch/sh/dev/scif.c scif needs-flag -- cgit v1.2.3