cvs commit: src/sys/pci if_pcn.c if_pcnreg.h

Marius Strobl marius at FreeBSD.org
Tue Nov 7 19:44:54 UTC 2006


marius      2006-11-07 19:44:42 UTC

  FreeBSD src repository

  Modified files:
    sys/pci              if_pcn.c if_pcnreg.h 
  Log:
  - 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.80      +26 -32    src/sys/pci/if_pcn.c
  1.14      +1 -8      src/sys/pci/if_pcnreg.h


More information about the cvs-src mailing list