minix/drivers/pci
Ben Gras 7e73260cf5 - enable remembering of device memory ranges set by PCI and
told to kernel
  - makes VM ask the kernel if a certain process is allowed
    to map in a range of physical memory (VM rounds it to page
    boundaries afterwards - but it's impossible to map anything
    smaller otherwise so I assume this is safe, i.e. there won't
    be anything else in that page; certainly no regular memory)
  - VM permission check cleanup (no more hardcoded calls, less
    hardcoded logic, more readable main loop), a loose end left
    by GQ
  - remove do_copy warning, as the ipc server triggers this but
    it's no more harmful than the special cases already excluded
    explicitly (VFS, PM, etc).
2009-11-03 11:12:23 +00:00
..
main.c Removed macros that depend on NOTIFY_FROM from servers and drivers. They 2009-09-29 18:47:56 +00:00
Makefile Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
pci_amd.h PCI support in a separate driver. 2005-12-02 14:45:10 +00:00
pci_intel.h PCI support in a separate driver. 2005-12-02 14:45:10 +00:00
pci_sis.h PCI support in a separate driver. 2005-12-02 14:45:10 +00:00
pci_table.c FXP: support for 8086/1064 (reported and tested by Jose Luis Sanchez) 2009-08-30 16:13:46 +00:00
pci_via.h PCI support in a separate driver. 2005-12-02 14:45:10 +00:00
pci.c - enable remembering of device memory ranges set by PCI and 2009-11-03 11:12:23 +00:00
pci.h Declare and call functions that check arguments and return a status code. 2008-02-22 15:56:12 +00:00