Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2002 12:16:37 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sound/pci maestro.c
Message-ID:  <200204151916.g3FJGbY39963@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2002/04/15 12:16:37 PDT

  Modified files:
    sys/dev/sound/pci    maestro.c 
  Log:
  Use bus_addr_t instead of u_int for local variables that are derived from
  the per-channel bus_addr_t offset.  Also, cast the offset to (long long)
  and use %#llx instead of %#x to fix printf warnings on architectures where
  sizeof(bus_addr_t) != sizeof(int).
  
  Revision  Changes    Path
  1.15      +5 -5      src/sys/dev/sound/pci/maestro.c

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?200204151916.g3FJGbY39963>