cvs commit: src/sys/dev/ed if_ed.c if_ed_novell.c if_edvar.h
Warner Losh
imp at FreeBSD.org
Mon Jun 12 04:32:56 UTC 2006
imp 2006-06-12 04:30:42 UTC
FreeBSD src repository
Modified files:
sys/dev/ed if_ed.c if_ed_novell.c if_edvar.h
Log:
MFp4:
o Implement a bunch of sysctl's to report the information
that's now always reported. Mvoe reporting of that info
to bootverbose, but maybe it can go away entirely.
dev.ed.X.type: string name
dev.ed.X.TxMem: amount of memory used for tx side of the card
dev.ed.X.RxMem: amount of memory used for rx side of the card
dev.ed.X.Mem: Total amount of mem on card.
o Better comments about where NE-2000 (and clones) gets their MAC
address from.
Revision Changes Path
1.270 +20 -1 src/sys/dev/ed/if_ed.c
1.10 +4 -2 src/sys/dev/ed/if_ed_novell.c
1.42 +2 -0 src/sys/dev/ed/if_edvar.h
More information about the cvs-src
mailing list