Deleted Added
full compact
beastie.4th (115410) beastie.4th (115434)
1\ Copyright (c) 2003 Scott Long <scottl@freebsd.org>
2\ All rights reserved.
3\
4\ Redistribution and use in source and binary forms, with or without
5\ modification, are permitted provided that the following conditions
6\ are met:
7\ 1. Redistributions of source code must retain the above copyright
8\ notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17\ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18\ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19\ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20\ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21\ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23\ SUCH DAMAGE.
24\
1\ Copyright (c) 2003 Scott Long <scottl@freebsd.org>
2\ All rights reserved.
3\
4\ Redistribution and use in source and binary forms, with or without
5\ modification, are permitted provided that the following conditions
6\ are met:
7\ 1. Redistributions of source code must retain the above copyright
8\ notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17\ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18\ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19\ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20\ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21\ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23\ SUCH DAMAGE.
24\
25\ $FreeBSD: head/sys/boot/forth/beastie.4th 115410 2003-05-30 09:29:24Z scottl $
25\ $FreeBSD: head/sys/boot/forth/beastie.4th 115434 2003-05-31 11:19:11Z scottl $
26
27marker task-beastie.4th
28
29include /boot/screen.4th
30include /boot/frames.4th
31
32hide
33

--- 134 unchanged lines hidden (view full) ---

168 dup 32 = if nip 0 swap then
169 dup -1 = if s" boot" evaluate then
170 dup 13 = if s" boot" evaluate then
171 dup bootkey @ = if s" boot" evaluate then
172 dup bootacpikey @ = if
173 acpienabled? if
174 s" acpi_load" unsetenv
175 s" 1" s" hint.acpi.0.disabled" setenv
26
27marker task-beastie.4th
28
29include /boot/screen.4th
30include /boot/frames.4th
31
32hide
33

--- 134 unchanged lines hidden (view full) ---

168 dup 32 = if nip 0 swap then
169 dup -1 = if s" boot" evaluate then
170 dup 13 = if s" boot" evaluate then
171 dup bootkey @ = if s" boot" evaluate then
172 dup bootacpikey @ = if
173 acpienabled? if
174 s" acpi_load" unsetenv
175 s" 1" s" hint.acpi.0.disabled" setenv
176 s" 1" s" loader.acpi_disabled_by_user" setenv
176 else
177 s" YES" s" acpi_load" setenv
178 s" 0" s" hint.acpi.0.disabled" setenv
179 then
180 s" boot" evaluate
181 then
182 dup bootsafekey @ = if
183 s" arch-i386" environment? if
184 s" acpi_load" unsetenv
185 s" 1" s" hint.acpi.0.disabled" setenv
177 else
178 s" YES" s" acpi_load" setenv
179 s" 0" s" hint.acpi.0.disabled" setenv
180 then
181 s" boot" evaluate
182 then
183 dup bootsafekey @ = if
184 s" arch-i386" environment? if
185 s" acpi_load" unsetenv
186 s" 1" s" hint.acpi.0.disabled" setenv
187 s" 1" s" loader.acpi_disabled_by_user" setenv
186 then
187 s" 0" s" hw.ata.ata_dma" setenv
188 s" 0" s" hw.ata.atapi_dma" setenv
189 s" 0" s" hw.ata.wc" setenv
190 s" 0" s" hw.eisa_slots" setenv
191 s" boot" evaluate
192 then
193 dup bootverbosekey @ = if

--- 13 unchanged lines hidden ---
188 then
189 s" 0" s" hw.ata.ata_dma" setenv
190 s" 0" s" hw.ata.atapi_dma" setenv
191 s" 0" s" hw.ata.wc" setenv
192 s" 0" s" hw.eisa_slots" setenv
193 s" boot" evaluate
194 then
195 dup bootverbosekey @ = if

--- 13 unchanged lines hidden ---