diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-10-06 21:02:56 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-10-06 21:02:56 +0000 |
commit | f2984aabfd358ae2731013df5d571a596cb9a5eb (patch) | |
tree | 0b36a098a4b5fcb0d202c68c5a85123e7d95f419 /sys/arch/sh/conf/files.shb | |
parent | b50063e7723d8a96f3eaeb641e59f7f161dcd917 (diff) |
Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with
minor changes.
Diffstat (limited to 'sys/arch/sh/conf/files.shb')
-rw-r--r-- | sys/arch/sh/conf/files.shb | 13 |
1 files changed, 13 insertions, 0 deletions
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 |