Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2007 17:21:59 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_pcn.c if_pcnreg.h
Message-ID:  <200702111721.l1BHLxeq026789@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2007-02-11 17:21:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/pci              if_pcn.c if_pcnreg.h 
  Log:
  MFC: if_pcn.c 1.74, 1.79 (sort of), 1.80; if_pcnreg.h 1.14
  
  - Fix obsolete comment.
  - Extend references to lnc(4) by references to le(4) as the constraint
    described in the comment applies to the latter as well.
  - Don't bother to include IDs of PCnet chips which are not supported
    by this driver and largely are not even PCI devices in pcn_chipid.
  - Use device_printf(9)/if_printf(9) rather than implementing their
    functionality with printf(9).
  - Sprinkle some const.
  
  Revision  Changes    Path
  1.69.2.6  +31 -37    src/sys/pci/if_pcn.c
  1.11.2.2  +1 -8      src/sys/pci/if_pcnreg.h



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