]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Small cleanup of memory resource allocation from Cambria branch:
authorSam Leffler <sam@FreeBSD.org>
Tue, 10 Mar 2009 17:16:16 +0000 (17:16 +0000)
committerSam Leffler <sam@FreeBSD.org>
Tue, 10 Mar 2009 17:16:16 +0000 (17:16 +0000)
commitf060939f44efd7a2662912fe7b07f9bddf339c74
treeb62f317d56f838daf98f4218abab65b905232201
parent72150f4cf79e097df6b85b64ad4b4ee5f4c0eb99
Small cleanup of memory resource allocation from Cambria branch:
o encode need for A4 bus space tag hackery according to the memory
  address; checking for "uart" breaks down with the GPS chip support
  which is also a uart but does not require the same hackery
o encode the correct memory window instead of carving up all of i/o
  space, potentially with a larger window than a device should have;
  this likely should be handled in the drivers by using a proper bus
  alloc call but since some drivers depend on the bus support to figure
  this out we cannot simply mod them
o add optional GPS and RS485 support (conditionally as the support
  isn't ready yet)
sys/arm/xscale/ixp425/ixp425.c