diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2024-09-03 09:35:47 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2024-09-03 09:35:47 +0000 |
commit | f7d3d79017a93c728b5944312aa901d386a56170 (patch) | |
tree | 895dd2351539fe601754e8ea104a3d815e87c1ff /etc/etc.amd64 | |
parent | ad445364b46a9560a6d51208e9c88ba8e7902703 (diff) |
For AMD SEV create /dev/psp.
To call ioctl(2) for the platform security processor (PSP), vmd(8)
needs a device file. It is currently linked to the cryptographic
co-processor ccp(4). We may split this into a separate psp(4)
device.
from hshoexer@; input jsg@
Diffstat (limited to 'etc/etc.amd64')
-rw-r--r-- | etc/etc.amd64/MAKEDEV.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.amd64/MAKEDEV.md b/etc/etc.amd64/MAKEDEV.md index ccc5a3c37bd..916116aae6d 100644 --- a/etc/etc.amd64/MAKEDEV.md +++ b/etc/etc.amd64/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,amd64)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.82 2023/01/14 12:15:12 kettenis Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.83 2024/09/03 09:35:46 bluhm Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> @@ -99,6 +99,7 @@ _DEV(vmm, 10) _DEV(vscsi, 89) _DEV(pvbus, 95) _DEV(kstat, 51) +_DEV(psp, 101) dnl divert(__mddivert)dnl dnl |