defopt MIIVERBOSE
This commit is contained in:
parent
f48d57e2d2
commit
ea313649ff
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user