blob: 13537c21cccbf41e0580e3073318c854995259b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|