From 1c62412fc3b6ce9f0383d2177b006a51114e940a Mon Sep 17 00:00:00 2001 From: rlfnb Date: Sat, 6 Feb 2016 11:49:46 +0100 Subject: [PATCH] further refactoring Committer: rlfnb --- minix/drivers/system/gpio/gpio.conf | 28 ++++++++++++++++++++++++++ minix/drivers/vmm_guest/vbox/vbox.conf | 19 +++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 minix/drivers/system/gpio/gpio.conf create mode 100644 minix/drivers/vmm_guest/vbox/vbox.conf diff --git a/minix/drivers/system/gpio/gpio.conf b/minix/drivers/system/gpio/gpio.conf new file mode 100644 index 000000000..b1c2111d8 --- /dev/null +++ b/minix/drivers/system/gpio/gpio.conf @@ -0,0 +1,28 @@ +service gpio +{ + system + PRIVCTL # 4 + IRQCTL # 19 + PADCONF # 57 + ; + vm + SETCACHEPAGE + CLEARCACHE + ; + irq + 29 # GPIO module 1 (dm37xx) + 30 # GPIO module 2 (dm37xx) + 31 # GPIO module 3 (dm37xx) + 32 # GPIO module 4 (dm37xx) / module 2a (am335x) + 33 # GPIO module 5 (dm37xx) / module 2b (am335x) + 34 # GPIO module 6 (dm37xx) + 62 # GPIO module 3a (am335x) + 63 # GPIO module 3b (am335x) + 96 # GPIO module 0a (am335x) + 97 # GPIO module 0b (am335x) + 98 # GPIO module 1a (am335x) + 99 # GPIO module 1b (am335x) + ; + +}; + diff --git a/minix/drivers/vmm_guest/vbox/vbox.conf b/minix/drivers/vmm_guest/vbox/vbox.conf new file mode 100644 index 000000000..306812d19 --- /dev/null +++ b/minix/drivers/vmm_guest/vbox/vbox.conf @@ -0,0 +1,19 @@ +service vbox +{ + system + UMAP # 14 + VUMAP # 18 + IRQCTL # 19 + DEVIO # 21 + ; + pci device 80ee:cafe; + ipc + SYSTEM + PM + RS + VM + pci + ; + uid 0; +}; +