From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 30 Sep 1997 17:19:28 -0400 From: jmk@plan9.bell-labs.com jmk@plan9.bell-labs.com Subject: [9fans] Plan9 commercial licenses Topicbox-Message-UUID: 677bc130-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19970930211928.nw-l4VMgbcdDFWxT4ZgKx8_n6_oU0Sj6aGEaJqkLlQI@z> [ I'll have to think hard about hacking mmu.c :) .. You're probably [ right about it being good to force the cards to some base address [ rather than accepting what PCI autoconf gave us. i know this doesn't do you any good (i wish it did) but 10 minutes ago i finished hacking the mmu code to let us map the pci devices where the bios leaves them. you're pretty much forced to do that if you have pci bridges. the old code just started allocating unbacked memory after the end of physical memory for framebuffers and that works ok and is fairly easy to do. the brazil code also has to deal with synchronising the changes to the kernel mappings for multiple processors and it still doesn't use interprocessor interrupts. --jim