diff options
| author | andvar <andvar@NetBSD.org> | 2021-08-08 21:50:10 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-08-08 21:50:10 +0000 |
| commit | b2c6bd46514889c267795e8e9c3169572740e641 (patch) | |
| tree | d074f8da0c189243f2d18d0f7062c23a43d96c7d /sys/stand | |
| parent | a00d9b6f60a8aacb6ea82803061dc1fd1d14561e (diff) | |
s/partion/partition/ s/arrray/array/ in comments.
Diffstat (limited to 'sys/stand')
| -rw-r--r-- | sys/stand/efiboot/version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/stand/efiboot/version b/sys/stand/efiboot/version index f1a7ed565e4..cd6bc0c300d 100644 --- a/sys/stand/efiboot/version +++ b/sys/stand/efiboot/version @@ -1,4 +1,4 @@ -$NetBSD: version,v 1.27 2021/06/21 11:11:33 jmcneill Exp $ +$NetBSD: version,v 1.28 2021/08/08 21:50:10 andvar Exp $ NOTE ANY CHANGES YOU MAKE TO THE EFI BOOTLOADER HERE. The format of this file is important - make sure the entries are appended on end, last item @@ -25,7 +25,7 @@ is taken as the current. 2.2: Remove support for storing settings in EFI env vars. 2.3: EFI RT and GOP support for devicetree mode. 2.4: Add ISO9660 support. -2.5: Recognize the EFI system partion as fstype MSDOS. +2.5: Recognize the EFI system partition as fstype MSDOS. 2.6: Disable ACPI support when booting big endian kernels. 2.7: Add basic support for booting from RAID1 volumes. 2.8: Add bi-endian disklabel and FFS support. |
