diff options
author | 2016-05-02 08:15:55 +0000 | |
---|---|---|
committer | 2016-05-02 08:15:55 +0000 | |
commit | 79645871eb1e6339dad244f36daa1838753bfcfb (patch) | |
tree | d788ccb8fdcdc0fb05bd9b37090844a6b6bbac9b /sys/arch/arm/cortex/files.cortex | |
parent | IEEE 802.11 sequence numbers wrap at 12 bit. (diff) | |
download | wireguard-openbsd-79645871eb1e6339dad244f36daa1838753bfcfb.tar.xz wireguard-openbsd-79645871eb1e6339dad244f36daa1838753bfcfb.zip |
Rework mainbus and implement simplebus to be able to span a tree-like
topology based on device tree information. Introduce a common attach
args structure to be used for all fdt-capable bus devices.
ok jsg@ kettenis@
Diffstat (limited to 'sys/arch/arm/cortex/files.cortex')
-rw-r--r-- | sys/arch/arm/cortex/files.cortex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm/cortex/files.cortex b/sys/arch/arm/cortex/files.cortex index c0f4359fc2a..cb4200a091d 100644 --- a/sys/arch/arm/cortex/files.cortex +++ b/sys/arch/arm/cortex/files.cortex @@ -1,8 +1,8 @@ -# $OpenBSD: files.cortex,v 1.3 2013/09/09 14:31:54 patrick Exp $ +# $OpenBSD: files.cortex,v 1.4 2016/05/02 08:15:55 patrick Exp $ # ARM core device cortex {} -attach cortex at mainbus +attach cortex at fdt file arch/arm/cortex/cortex.c cortex device ampintc |