Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2002 19:54:50 -0700 (PDT)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_tl.c if_tlreg.h
Message-ID:  <200210210254.g9L2soQN010412@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brooks      2002/10/20 19:54:50 PDT

  Modified files:
    sys/pci              if_tl.c if_tlreg.h 
  Log:
  Use if_printf(ifp, "blah") and device_printf(dev, "blah") instead of
  printf("%s%d: blah", ifp->if_name, ifp->if_xname).  This eliminates the
  need to store the unit number in the softc.
  
  Revision  Changes    Path
  1.71      +32 -32    src/sys/pci/if_tl.c
  1.18      +1 -2      src/sys/pci/if_tlreg.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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