efidev.4 (fa9896e082a1046ff4fbc75fcba4d18d1f2efc19) | efidev.4 (c013ca2cf772194de340aeb452a6ccfe7e1cecd8) |
---|---|
1.\"- 2.\" SPDX-License-Identifier: BSD-2-Clause 3.\" 4.\" Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org> 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: --- 20 unchanged lines hidden (view full) --- 29.Os 30.Sh NAME 31.Nm efidev , 32.Nm efirtc 33.Nd user-mode access to UEFI runtime services 34.Sh SYNOPSIS 35To compile this driver into the kernel, place the following lines in your 36kernel configuration file: | 1.\"- 2.\" SPDX-License-Identifier: BSD-2-Clause 3.\" 4.\" Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org> 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: --- 20 unchanged lines hidden (view full) --- 29.Os 30.Sh NAME 31.Nm efidev , 32.Nm efirtc 33.Nd user-mode access to UEFI runtime services 34.Sh SYNOPSIS 35To compile this driver into the kernel, place the following lines in your 36kernel configuration file: |
37.Bd -ragged -offset -indent | 37.Bd -ragged -offset indent |
38.Cd "options EFIRT" 39.Ed 40.Pp 41Alternatively, to load the driver as a module at boot time, place the following 42line in 43.Xr loader.conf 5 : 44.Bd -literal -offset indent 45efirt_load="YES" --- 117 unchanged lines hidden --- | 38.Cd "options EFIRT" 39.Ed 40.Pp 41Alternatively, to load the driver as a module at boot time, place the following 42line in 43.Xr loader.conf 5 : 44.Bd -literal -offset indent 45efirt_load="YES" --- 117 unchanged lines hidden --- |