aboutsummaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2018-04-13 21:18:04 +0000
committerBrooks Davis <brooks@FreeBSD.org>2018-04-13 21:18:04 +0000
commit3a4fc8a8a1fc77c22b1800a55dbdd6ad4e5815a3 (patch)
tree7714d24d27c290d9ac93edaab7419bde27e83e0c /stand
parentd86c1f0dc1b17d94a533b4d3e9228dff9cb3fb31 (diff)
downloadsrc-3a4fc8a8a1fc77c22b1800a55dbdd6ad4e5815a3.tar.gz
src-3a4fc8a8a1fc77c22b1800a55dbdd6ad4e5815a3.zip
Remove support for the Arcnet protocol.
While Arcnet has some continued deployment in industrial controls, the lack of drivers for any of the PCI, USB, or PCIe NICs on the market suggests such users aren't running FreeBSD. Evidence in the PR database suggests that the cm(4) driver (our sole Arcnet NIC) was broken in 5.0 and has not worked since. PR: 182297 Reviewed by: jhibbits, vangyzen Relnotes: yes Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D15057
Notes
Notes: svn path=/head/; revision=332490
Diffstat (limited to 'stand')
-rw-r--r--stand/i386/libi386/pxe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stand/i386/libi386/pxe.h b/stand/i386/libi386/pxe.h
index 119c86be519d..d0eb2bad8703 100644
--- a/stand/i386/libi386/pxe.h
+++ b/stand/i386/libi386/pxe.h
@@ -245,7 +245,6 @@ typedef struct {
# define ETHER_TYPE 1
# define EXP_ETHER_TYPE 2
# define IEEE_TYPE 6
-# define ARCNET_TYPE 7
uint16_t HwAddrLen; /* Length of hardware address */
MAC_ADDR CurrentNodeAddress; /* Current hardware address */