Declare EISAVERBOSE by defopt in files.eisa. Include opt_eisaverbose.h
in eisa.c.
This commit is contained in:
parent
747812c50c
commit
7f3eb8e4fb
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: eisa.c,v 1.17 1997/06/06 23:30:06 thorpej Exp $ */
|
||||
/* $NetBSD: eisa.c,v 1.18 1997/09/13 08:48:59 enami Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995, 1996 Christopher G. Demetriou
|
||||
@ -38,6 +38,8 @@
|
||||
* living on it.
|
||||
*/
|
||||
|
||||
#include "opt_eisaverbose.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/device.h>
|
||||
|
@ -1,9 +1,11 @@
|
||||
# $NetBSD: files.eisa,v 1.14 1997/07/20 20:31:34 pk Exp $
|
||||
# $NetBSD: files.eisa,v 1.15 1997/09/13 08:49:00 enami Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent EISA code.
|
||||
# Included by ports that need it. Requires that the SCSI files be
|
||||
# defined first.
|
||||
|
||||
defopt EISAVERBOSE
|
||||
|
||||
device eisa {[slot = -1]}
|
||||
attach eisa at eisabus
|
||||
file dev/eisa/eisa.c eisa needs-flag
|
||||
|
Loading…
Reference in New Issue
Block a user