defopt MIIVERBOSE

This commit is contained in:
sommerfeld 2000-06-11 02:13:34 +00:00
parent f48d57e2d2
commit ea313649ff
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,9 @@
# $NetBSD: files.mii,v 1.17 2000/02/02 04:29:49 thorpej Exp $
# $NetBSD: files.mii,v 1.18 2000/06/11 02:13:34 sommerfeld Exp $
file dev/mii/mii.c mii
defopt opt_mii.h MIIVERBOSE
define mii_phy
file dev/mii/mii_physubr.c mii_phy

View File

@ -1,4 +1,4 @@
/* $NetBSD: ukphy.c,v 1.11 2000/05/08 13:25:35 augustss Exp $ */
/* $NetBSD: ukphy.c,v 1.12 2000/06/11 02:13:34 sommerfeld Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@ -70,6 +70,8 @@
* driver for generic unknown PHYs
*/
#include "opt_mii.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>