aboutsummaryrefslogtreecommitdiff
path: root/tools/build
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-11-18 17:33:03 +0000
committerWarner Losh <imp@FreeBSD.org>2022-11-18 17:43:59 +0000
commit8a744de27eef2a4266ce01b57267c42ff78ad488 (patch)
treeddbecf7224a17343301b605209cd870186739f27 /tools/build
parent1a1fd76d0a36f2d0502836841f0e283597ffcc4d (diff)
downloadsrc-8a744de27eef2a4266ce01b57267c42ff78ad488.tar.gz
src-8a744de27eef2a4266ce01b57267c42ff78ad488.zip
stand: Remove i386-only support fire firewire
Remove support for booting off of firewire, and for having dcons via firewire in the loader. Kernel support for these things is unchanged. Discussed on arch@ and the current state is not working (and the build was wrong to boot). Sponsored by: Netflix Discussed: https://lists.freebsd.org/archives/freebsd-arch/2022-November/000267.html Reviewed by: kevans, melifaro, emaste Differential Revision: https://reviews.freebsd.org/D37334
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/options/WITH_LOADER_FIREWIRE3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/build/options/WITH_LOADER_FIREWIRE b/tools/build/options/WITH_LOADER_FIREWIRE
deleted file mode 100644
index 0204357f4345..000000000000
--- a/tools/build/options/WITH_LOADER_FIREWIRE
+++ /dev/null
@@ -1,3 +0,0 @@
-.\" $FreeBSD$
-Enable firewire support in /boot/loader on x86.
-This option is a nop on all other platforms.