Author: marius
Date: Sun Feb  8 22:27:17 2015
New Revision: 278415
URL: https://svnweb.freebsd.org/changeset/base/278415

Log:
  MFC: r275870
  
  Use the correct macro for listing the maximum bus space size.

Modified:
  stable/10/sys/dev/mwl/if_mwl_pci.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/mwl/if_mwl_pci.c
==============================================================================
--- stable/10/sys/dev/mwl/if_mwl_pci.c  Sun Feb  8 22:24:18 2015        
(r278414)
+++ stable/10/sys/dev/mwl/if_mwl_pci.c  Sun Feb  8 22:27:17 2015        
(r278415)
@@ -175,9 +175,9 @@ mwl_pci_attach(device_t dev)
                               BUS_SPACE_MAXADDR_32BIT, /* lowaddr */
                               BUS_SPACE_MAXADDR,       /* highaddr */
                               NULL, NULL,              /* filter, filterarg */
-                              BUS_SPACE_MAXADDR,       /* maxsize */
+                              BUS_SPACE_MAXSIZE,       /* maxsize */
                               MWL_TXDESC,              /* nsegments */
-                              BUS_SPACE_MAXADDR,       /* maxsegsize */
+                              BUS_SPACE_MAXSIZE,       /* maxsegsize */
                               0,                       /* flags */
                               NULL,                    /* lockfunc */
                               NULL,                    /* lockarg */
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to