search for: nommu_map_single

Displaying 2 results from an estimated 2 matches for "nommu_map_single".

2014 Aug 26
2
Dual boot with Windows 8.1, UEFI
...l mode, create a Linux partition in the free space, and install CentOS, which adds a choice of "Other" in grub.conf to boot Windows. Then I boot CentOS and finish the install - a couple of glitches; it needs a kernel parameter "iommu=soft" to get the USB mouse to work ("nommu_map_single overflow" messages), and it needs a firmware file rt3290.bin for the RT3290 WiFi chip to work (submitted bug 1133288). Then I try to boot into Windows. From GRUB, I get a screen "windows boot manager" with an error message "file \Boot\BCD - missing or contains errors"....
2008 Dec 22
17
[PATCH 0 of 9] swiotlb: use phys_addr_t for pages
Hi all, Here''s a work in progress series whcih does a partial revert of the previous swiotlb changes, and does a partial replacement with Becky Bruce''s series. The most important difference is Becky''s use of phys_addr_t rather than page+offset to represent arbitrary pages. This turns out to be simpler. I didn''t replicate the map_single_page changes, since