Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2000 07:03:34 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_en_pci.c
Message-ID:  <200011041503.HAA56560@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2000/11/04 07:03:34 PST

  Modified files:
    sys/pci              if_en_pci.c 
  Log:
  Added used include of <machine/bus.h> -- don't depend on evil namespace
  pollution in <sys/mutex.h>.  This was half fixed in rev.1.3 of
  midwayreg.h.  The pollution exposed the bug that this driver was using
  toy versions of the bus space macros under FreeBSD.  Disabling the
  toy versions made this driver compile but dependent on the pollution.
  There was still a toy version of bus_space_read_1() in unreachable code.
  
  Revision  Changes    Path
  1.17      +3 -2      src/sys/pci/if_en_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?200011041503.HAA56560>