diff options
author | 2013-06-16 22:06:42 +0000 | |
---|---|---|
committer | 2013-06-16 22:06:42 +0000 | |
commit | 0db9d269ddda0a3eb0cdc0dd018b564e709ca03e (patch) | |
tree | af06430c88083fe79dbc6b8ca24e77d1ef839573 /sys | |
parent | If the prefixlen is 128, SIOCAIFADDR_IN6 does not add a prefix. In (diff) | |
download | wireguard-openbsd-0db9d269ddda0a3eb0cdc0dd018b564e709ca03e.tar.xz wireguard-openbsd-0db9d269ddda0a3eb0cdc0dd018b564e709ca03e.zip |
unbreak build; OK bmercer@, patrick@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/beagle/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/beagle/conf/RAMDISK b/sys/arch/beagle/conf/RAMDISK index 0a8dd1f3360..4847f415aa3 100644 --- a/sys/arch/beagle/conf/RAMDISK +++ b/sys/arch/beagle/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.22 2013/06/14 23:46:31 bmercer Exp $ +# $OpenBSD: RAMDISK,v 1.23 2013/06/16 22:06:42 florian Exp $ # # GENERIC machine description file # @@ -74,6 +74,7 @@ intc* at soc? # interrupt controller # OMAP on-chip devices prcm* at soc? # power/clock controller +sitaracm* at soc? # sitara control module omdog* at soc? # watchdog timer omgpio* at soc? # user-visible GPIO pins? gptimer* at soc? # general purpose timers |