]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed checking for maddr/msize conflicts. It was complete nonsense,
authorBruce Evans <bde@FreeBSD.org>
Mon, 10 May 1999 23:19:58 +0000 (23:19 +0000)
committerBruce Evans <bde@FreeBSD.org>
Mon, 10 May 1999 23:19:58 +0000 (23:19 +0000)
commit58f28f608960b438b8e53b90bf49a8e941b1bc4e
tree6832d370f5ff8266e6aa2e5e79edd32ece560c56
parent9ce49f6de3783f545eebcd01ed627d57723adce0
Fixed checking for maddr/msize conflicts.  It was complete nonsense,
but was fairly harmless because not many devices have statically
configured msizes (none should have, but old-bus is missing post-probe
checks for maddr/msize conflicts, so sizes had to be statically
configured for maddr/msize conflict checking to actually work).

PR: 11146 (side issue)
sys/i386/i386/userconfig.c