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)
This commit is contained in:
peter 1999-10-08 06:20:43 +00:00
parent ac618b2685
commit 8a1cbec077
3 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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 <ctype.h>

View File

@ -32,6 +32,7 @@
* SUCH DAMAGE.
*
* @(#)lang.l 8.1 (Berkeley) 6/6/93
* $FreeBSD$
*/
#include <ctype.h>
@ -71,7 +72,6 @@ struct kt {
{ "iosiz", IOSIZ },
{ "irq", IRQ },
{ "machine", MACHINE },
{ "major", MAJOR },
{ "makeoptions", MAKEOPTIONS },
{ "master", MASTER },
{ "maxusers", MAXUSERS },