diff options
author | 2004-06-21 04:41:07 +0000 | |
---|---|---|
committer | 2004-06-21 04:41:07 +0000 | |
commit | 0772ddbbf1beca319ca2c09515d9cd3db189b3a3 (patch) | |
tree | d12e468f9b9aaa8234ecc6b977a2883f0cc89d25 /sys/dev/sbus/files.sbus | |
parent | Use arc4random; request art@ deraadt@ (diff) | |
download | wireguard-openbsd-0772ddbbf1beca319ca2c09515d9cd3db189b3a3.tar.xz wireguard-openbsd-0772ddbbf1beca319ca2c09515d9cd3db189b3a3.zip |
Add support for agten(4) - on Andrey's U2 the PROM is not able to initialize
the board correctly, though.
Diffstat (limited to 'sys/dev/sbus/files.sbus')
-rw-r--r-- | sys/dev/sbus/files.sbus | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/sbus/files.sbus b/sys/dev/sbus/files.sbus index 4a1415c8410..c112b358c2d 100644 --- a/sys/dev/sbus/files.sbus +++ b/sys/dev/sbus/files.sbus @@ -1,4 +1,4 @@ -# $OpenBSD: files.sbus,v 1.26 2004/06/20 21:28:06 miod Exp $ +# $OpenBSD: files.sbus,v 1.27 2004/06/21 04:41:10 miod Exp $ # $NetBSD: files.sbus,v 1.16 2000/12/08 17:29:12 martin Exp $ # # Config file and device description for machine-independent SBUS code. @@ -76,6 +76,10 @@ device mgx: wsemuldisplaydev, rasops8, wsemul_sun attach mgx at sbus file dev/sbus/mgx.c mgx +device agten: wsemuldisplaydev, rasops8, wsemul_sun +attach agten at sbus +file dev/sbus/agten.c agten + device magma {} attach magma at sbus device mtty |