From 1b00e6b51a3c4b93590873f838d18144898b4e40 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 8 Oct 1999 06:20:43 +0000 Subject: [PATCH] Zap references to 'major' token, it's not used. Zap references to devices.i386 - it's not used. (neither is devices.pc98 or devices.alpha) --- usr.sbin/config/config.8 | 3 --- usr.sbin/config/config.y | 2 +- usr.sbin/config/lang.l | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index c27d2555fae0..ad3af6b07adb 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -217,9 +217,6 @@ generic makefile for the list of .Tn i386 specific files -.It Pa /sys/i386/conf/devices.i386 -name to major device mapping file for the -.Tn i386 .It Pa /sys/i386/conf/files. Ns Em ERNIE list of files specific to .Em ERNIE diff --git a/usr.sbin/config/config.y b/usr.sbin/config/config.y index 37cc9df155c0..d71d0fada99f 100644 --- a/usr.sbin/config/config.y +++ b/usr.sbin/config/config.y @@ -27,7 +27,6 @@ %token IOSIZ %token IRQ %token MACHINE -%token MAJOR %token MASTER %token MAXUSERS %token MINOR @@ -93,6 +92,7 @@ * SUCH DAMAGE. * * @(#)config.y 8.1 (Berkeley) 6/6/93 + * $FreeBSD$ */ #include diff --git a/usr.sbin/config/lang.l b/usr.sbin/config/lang.l index b8ae325707aa..1bc070460600 100644 --- a/usr.sbin/config/lang.l +++ b/usr.sbin/config/lang.l @@ -32,6 +32,7 @@ * SUCH DAMAGE. * * @(#)lang.l 8.1 (Berkeley) 6/6/93 + * $FreeBSD$ */ #include @@ -71,7 +72,6 @@ struct kt { { "iosiz", IOSIZ }, { "irq", IRQ }, { "machine", MACHINE }, - { "major", MAJOR }, { "makeoptions", MAKEOPTIONS }, { "master", MASTER }, { "maxusers", MAXUSERS },