aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2014-03-14 06:29:43 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2014-03-14 06:29:43 +0000
commit45c203fce2d02381f76b2abf80edaea8cf7bc7f8 (patch)
treeb6714370b79bb13837321dcbc195eadc7047b2b2 /sys/pc98
parentf589320a0e392fadc66e67595a6065ae46113430 (diff)
downloadsrc-45c203fce2d02381f76b2abf80edaea8cf7bc7f8.tar.gz
src-45c203fce2d02381f76b2abf80edaea8cf7bc7f8.zip
Remove AppleTalk support.
AppleTalk was a network transport protocol for Apple Macintosh devices in 80s and then 90s. Starting with Mac OS X in 2000 the AppleTalk was a legacy protocol and primary networking protocol is TCP/IP. The last Mac OS X release to support AppleTalk happened in 2009. The same year routing equipment vendors (namely Cisco) end their support. Thus, AppleTalk won't be supported in FreeBSD 11.0-RELEASE.
Notes
Notes: svn path=/head/; revision=263152
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/pc98/machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index 617c059c271a..b05b266cb778 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -41,7 +41,6 @@
__FBSDID("$FreeBSD$");
#include "opt_apic.h"
-#include "opt_atalk.h"
#include "opt_atpic.h"
#include "opt_compat.h"
#include "opt_cpu.h"