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

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

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

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

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

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

223 then
224 0 boot
225 then
226 dup bootsafekey @ = if
227 s" arch-i386" environment? if
228 s" acpi_load" unsetenv
229 s" 1" s" hint.acpi.0.disabled" setenv
230 s" 1" s" loader.acpi_disabled_by_user" setenv
27
28marker task-beastie.4th
29
30include /boot/screen.4th
31include /boot/frames.4th
32
33hide
34

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

223 then
224 0 boot
225 then
226 dup bootsafekey @ = if
227 s" arch-i386" environment? if
228 s" acpi_load" unsetenv
229 s" 1" s" hint.acpi.0.disabled" setenv
230 s" 1" s" loader.acpi_disabled_by_user" setenv
231 s" 1" s" hint.apic.0.disabled" setenv
231 then
232 s" 0" s" hw.ata.ata_dma" setenv
233 s" 0" s" hw.ata.atapi_dma" setenv
234 s" 0" s" hw.ata.wc" setenv
235 s" 0" s" hw.eisa_slots" setenv
236 0 boot
237 then
238 dup bootverbosekey @ = if

--- 17 unchanged lines hidden ---
232 then
233 s" 0" s" hw.ata.ata_dma" setenv
234 s" 0" s" hw.ata.atapi_dma" setenv
235 s" 0" s" hw.ata.wc" setenv
236 s" 0" s" hw.eisa_slots" setenv
237 0 boot
238 then
239 dup bootverbosekey @ = if

--- 17 unchanged lines hidden ---