diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-11-24 17:58:44 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-11-24 17:58:44 +0000 |
| commit | 21795c374aceb685dbdb1bd18c7a5c41c3cf0baf (patch) | |
| tree | ee3888dbf651368d5128b4f0519211ec26d1746f /stand/forth | |
| parent | f18b3ce0b7be0b24a743ec59077ca8e7929a353c (diff) | |
Diffstat (limited to 'stand/forth')
| -rw-r--r-- | stand/forth/menu-commands.4th | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stand/forth/menu-commands.4th b/stand/forth/menu-commands.4th index decf3fdf6fa4..8121272114d0 100644 --- a/stand/forth/menu-commands.4th +++ b/stand/forth/menu-commands.4th @@ -127,7 +127,6 @@ also menu-namespace also menu-command-helpers s" set hw.ata.ata_dma=0" evaluate s" set hw.ata.atapi_dma=0" evaluate s" set hw.ata.wc=0" evaluate - s" set hw.eisa_slots=0" evaluate s" set kern.eventtimer.periodic=1" evaluate s" set kern.geom.part.check_integrity=0" evaluate ; @@ -137,7 +136,6 @@ also menu-namespace also menu-command-helpers s" hw.ata.ata_dma" unsetenv s" hw.ata.atapi_dma" unsetenv s" hw.ata.wc" unsetenv - s" hw.eisa_slots" unsetenv s" kern.eventtimer.periodic" unsetenv s" kern.geom.part.check_integrity" unsetenv ; |
