Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2002 01:50:26 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/advansys adv_eisa.c adv_pci.c adw_pci.c
Message-ID:  <200210090850.g998oQV0048170@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2002/10/09 01:50:26 PDT

  Modified files:
    sys/dev/advansys     adv_eisa.c adv_pci.c adw_pci.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.
  
  Revision  Changes    Path
  1.12      +3 -3      src/sys/dev/advansys/adv_eisa.c
  1.17      +2 -2      src/sys/dev/advansys/adv_pci.c
  1.14      +2 -2      src/sys/dev/advansys/adw_pci.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?200210090850.g998oQV0048170>