From e9db5a8cc133efa2de2c6ebc625be7e10cb1de97 Mon Sep 17 00:00:00 2001 From: maxv Date: Wed, 12 Dec 2018 07:04:05 +0000 Subject: Retire the LMC driver, and its associated lmcconfig tool. LMC has been mentioned repeatedly as a non-MP-safe driver that is hard to maintain, and no one is taking care of it. LMC was removed from OpenBSD three years ago, and from FreeBSD a few months ago. --- 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 1f42a33c0a9..b208d628b0e 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.318 2018/09/23 09:21:03 maxv Exp $ +# $NetBSD: DEVNAMES,v 1.319 2018/12/12 07:04:05 maxv Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -748,7 +748,6 @@ lkkbd vax lkms vax lm MI lm700x MI -lmc MI lmenv MI lms bebox lms i386 -- cgit