]> Zhao Yanbai Git Server - minix.git/commit
Stubs for accessing the PCI driver
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 2 Dec 2005 14:41:46 +0000 (14:41 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 2 Dec 2005 14:41:46 +0000 (14:41 +0000)
commit3dd0a97049b426fc9872568a48dff9297a5bcd6d
tree67b0788a79fe06d6becb173359818bda0401e8f0
parentb3cd15b01bdeea83fb4655be90188771aa131c22
Stubs for accessing the PCI driver
12 files changed:
lib/syslib/Makefile
lib/syslib/pci_attr_r32.c [new file with mode: 0644]
lib/syslib/pci_attr_r8.c [new file with mode: 0644]
lib/syslib/pci_attr_w32.c [new file with mode: 0644]
lib/syslib/pci_dev_name.c [new file with mode: 0644]
lib/syslib/pci_find_dev.c [new file with mode: 0644]
lib/syslib/pci_first_dev.c [new file with mode: 0644]
lib/syslib/pci_ids.c [new file with mode: 0644]
lib/syslib/pci_init.c [new file with mode: 0644]
lib/syslib/pci_next_dev.c [new file with mode: 0644]
lib/syslib/pci_reserve.c [new file with mode: 0644]
lib/syslib/pci_slot_name.c [new file with mode: 0644]