summaryrefslogtreecommitdiff
path: root/libmachdev/device.defs
diff options
context:
space:
mode:
Diffstat (limited to 'libmachdev/device.defs')
-rw-r--r--libmachdev/device.defs39
1 files changed, 0 insertions, 39 deletions
diff --git a/libmachdev/device.defs b/libmachdev/device.defs
index 6a73853a..b514b3b9 100644
--- a/libmachdev/device.defs
+++ b/libmachdev/device.defs
@@ -48,7 +48,6 @@ subsystem
serverprefix ds_;
-type pci_config_data_t = array[*:4] of char;
type reply_port_t = MACH_MSG_TYPE_MAKE_SEND_ONCE | polymorphic
ctype: mach_port_t;
@@ -158,44 +157,6 @@ routine device_intr_notify(
);
/*
- * Test whether IPC devices exist.
- */
-routine pci_present(
- master_port : mach_port_t);
-
-/*
- * Find the specified PCI device.
- */
-routine pci_find_device(
- master_port : mach_port_t;
- vendor : short;
- device_id : short;
- index : short;
- out bus : char;
- out device_fn : char);
-
-/*
- * Read the configuration space of a IPC device.
- */
-routine pci_read_config(
- master_port : mach_port_t;
- bus : char;
- device_fn : char;
- where : char;
- bytes_wanted : int;
- out result : pci_config_data_t);
-
-/*
- * Write the configuration space of a IPC device.
- */
-routine pci_write_config(
- master_port : mach_port_t;
- bus : char;
- device_fn : char;
- where : char;
- data : pci_config_data_t);
-
-/*
* enable/disable the specified irq.
*/
routine device_irq_enable(