1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00

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 Wemm 1999-10-08 06:20:43 +00:00
parent f96c849936
commit 1b00e6b51a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52007
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 },