diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-05-11 14:58:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-05-11 14:58:09 +0000 |
commit | 75bb86c71d5065b00027d09f1e2641352375b660 (patch) | |
tree | 6744dc605e4c59208f943092ddedc2a94a7b3367 /sys/arch/riscv64/conf | |
parent | c4651a73e98abcd298d0737bbb1de2d829c55ff9 (diff) |
whitespace cleanup
Diffstat (limited to 'sys/arch/riscv64/conf')
-rw-r--r-- | sys/arch/riscv64/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/riscv64/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/riscv64/conf/GENERIC b/sys/arch/riscv64/conf/GENERIC index bacf03af089..41bb7100144 100644 --- a/sys/arch/riscv64/conf/GENERIC +++ b/sys/arch/riscv64/conf/GENERIC @@ -51,10 +51,13 @@ sfcc* at fdt? early 1 syscon* at fdt? early 1 gfrtc* at fdt? +dwge* at fdt? +ukphy* at mii? + dwmmc* at fdt? sdmmc* at dwmmc? -scsibus* at scsi? +scsibus* at scsi? sd* at scsibus? cd* at scsibus? ch* at scsibus? diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index b8b94ff2900..65f5dda5860 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.8 2021/05/06 04:09:41 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.9 2021/05/11 14:58:08 deraadt Exp $ # # GENERIC machine description file # @@ -73,7 +73,7 @@ gfrtc* at fdt? dwmmc* at fdt? sdmmc* at dwmmc? -scsibus* at scsi? +scsibus* at scsi? sd* at scsibus? cd* at scsibus? ch* at scsibus? |