diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2017-02-22 23:03:13 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2017-02-22 23:03:13 +0000 |
commit | cfd279faecd29e06c92697c92f179d51900c5a09 (patch) | |
tree | d8650d9a0ca93362e2148c5e05e2c0c9f645d3a1 /sys | |
parent | de87ddbafa890a1857f45723ecfc57be4b4f2d58 (diff) |
Enable ahci(4).
ok kettenis@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index d240c2b8356..a800cb2d7de 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.10 2017/02/05 00:29:30 patrick Exp $ +# $OpenBSD: GENERIC,v 1.11 2017/02/22 23:03:12 patrick Exp $ # # GENERIC machine description file # @@ -47,6 +47,7 @@ uk* at scsibus? ampintc* at fdt? agtimer* at fdt? +ahci* at fdt? # NS16550 compatible serial ports com* at fdt? diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index f26e89d833d..8633c5faeba 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.7 2017/02/05 00:29:30 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.8 2017/02/22 23:03:12 patrick Exp $ # # GENERIC machine description file # @@ -57,6 +57,7 @@ uk* at scsibus? ampintc* at fdt? agtimer* at fdt? +ahci* at fdt? # NS16550 compatible serial ports com* at fdt? |