From 79eb77783c07044ef8bf87ca5731bd1c826add11 Mon Sep 17 00:00:00 2001 From: sevan Date: Mon, 26 Feb 2018 23:09:32 +0000 Subject: Remove support for macofcons(4), it's not actually possible to build a kernel with it enabled - See PR port-macppc/53004 and it may have further problems even so. From : "There is some early console code that uses OF output but it causes problems when we get close to MMU setup - I think it can go, it hasn't been enabled in any config in at least a decade as far as I know." --- sys/dev/DEVNAMES | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/DEVNAMES') diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index acb30b3f7c6..22b3ebc4612 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.300 2017/12/18 07:05:16 msaitoh Exp $ +# $NetBSD: DEVNAMES,v 1.301 2018/02/26 23:09:32 sevan Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -792,7 +792,6 @@ mace sgimips macepci sgimips macfb mac68k machfb sparc64 -macofcons macppc macvid mac68k magma MI mainbus acorn32 -- cgit