diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2023-07-20 02:26:25 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2023-07-20 02:26:25 +0000 |
commit | 074a86d9f8cb0e005cc5b1edbd6d6add7c27fb60 (patch) | |
tree | f266a145e7413793bd02cf3eb816a1b0c558080e /sys/arch/amd64 | |
parent | ec9dcd6df791efee7c7e39626627ed4239732528 (diff) |
Assign wsdisplay0 to the glass console always. The same change is
done for GENERIC already.
ok kettenis kn
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index cfa1dcac4a2..a9d324d9b9b 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.85 2021/12/26 13:55:36 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.86 2023/07/20 02:26:24 yasuoka Exp $ machine amd64 maxusers 4 @@ -74,7 +74,7 @@ pckbd* at pckbc? # PC keyboard wskbd* at pckbd? mux 1 vga0 at isa? vga* at pci? -wsdisplay* at vga? +wsdisplay0 at vga? console 1 com0 at isa? port 0x3f8 irq 4 # standard PC serial ports com1 at isa? port 0x2f8 irq 3 diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 963d271efd2..8219bf9c9c2 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.201 2023/04/02 03:40:54 kevlo Exp $ +# $OpenBSD: RAMDISK_CD,v 1.202 2023/07/20 02:26:24 yasuoka Exp $ machine amd64 maxusers 4 @@ -149,7 +149,7 @@ pckbd* at pckbc? # PC keyboard wskbd* at pckbd? mux 1 vga0 at isa? vga* at pci? -wsdisplay* at vga? +wsdisplay0 at vga? console 1 efifb0 at mainbus? # EFI Framebuffer wsdisplay0 at efifb? console 1 |