Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2003 07:13:42 -0800 (PST)
From:      Mike Barcroft <mike@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/advansys adv_isa.c
Message-ID:  <200301191513.h0JFDgNX090081@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mike        2003/01/19 07:13:42 PST

  Modified files:
    sys/dev/advansys     adv_isa.c 
  Log:
  Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the
  'int nsegments' argument to bus_dma_tag_create().  ~0ul does not fit in
  an int on machines with 64 bit longs.
  
  Noticed by:     alpha tinderbox
  
  Revision  Changes    Path
  1.21      +2 -2      src/sys/dev/advansys/adv_isa.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?200301191513.h0JFDgNX090081>