diff options
author | Warner Losh <imp@FreeBSD.org> | 2009-04-22 06:33:26 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2009-04-22 06:33:26 +0000 |
commit | ffed9ec58d2d262805b3ce899b4cac74dd5618b1 (patch) | |
tree | e24ec17f873cd30f87a1d86a6868bacebf884424 /sys/dev/ed | |
parent | 31de65dd02ce2971c950f33c38e718595b05c090 (diff) | |
download | src-ffed9ec58d2d262805b3ce899b4cac74dd5618b1.tar.gz src-ffed9ec58d2d262805b3ce899b4cac74dd5618b1.zip |
Notes
Diffstat (limited to 'sys/dev/ed')
-rw-r--r-- | sys/dev/ed/if_ed_pccard.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index dc5c08566774..5f5976cf95b0 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -106,8 +106,6 @@ #include "miibus_if.h" #include "pccarddevs.h" -#define bootverbose 1 - /* * NE-2000 based PC Cards have a number of ways to get the MAC address. * Some cards encode this as a FUNCE. Others have this in the ROMs the |