Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2006 04:30:42 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ed if_ed.c if_ed_novell.c if_edvar.h
Message-ID:  <200606120430.k5C4Uhno010444@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606120430.k5C4Uhno010444>