Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2002 20:22:37 -0800 (PST)
From:      Scott Long <scottl@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c ahd_pci.c aic79xx.c aic7xxx.c
Message-ID:  <200212310422.gBV4MbAT014294@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2002/12/30 20:22:37 PST

  Modified files:
    sys/dev/aic7xxx      ahc_eisa.c ahc_pci.c ahd_pci.c aic79xx.c 
                         aic7xxx.c 
  Log:
  Convert the use of MAXBSIZE in the dma tag to more appropriate values.
  Use BUS_SPACE_MAXSIZE_32BIT for the parent dma tags, and
  (NSEGS - 1) * PAGE_SIZE for the data buffer tags.  FreeBSD/sparc64 is
  more strict about checking these values that other arches.
  
  Revision  Changes    Path
  1.28      +3 -2      src/sys/dev/aic7xxx/ahc_eisa.c
  1.52      +3 -2      src/sys/dev/aic7xxx/ahc_pci.c
  1.7       +3 -2      src/sys/dev/aic7xxx/ahd_pci.c
  1.7       +2 -1      src/sys/dev/aic7xxx/aic79xx.c
  1.87      +2 -1      src/sys/dev/aic7xxx/aic7xxx.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?200212310422.gBV4MbAT014294>