Moved PCI driver to the ramdisk.

This commit is contained in:
Philip Homburg
2006-02-15 14:21:56 +00:00
parent 1116853ae9
commit 7034c0795d
23 changed files with 58 additions and 21 deletions

View File

@@ -2,6 +2,7 @@
pci_next_dev.c
*/
#include "pci.h"
#include "syslib.h"
#include <minix/sysutil.h>
@@ -19,7 +20,7 @@ u16_t *didp;
m.m_type= BUSC_PCI_NEXT_DEV;
m.m1_i1= *devindp;
r= sendrec(PCI_PROC_NR, &m);
r= sendrec(pci_procnr, &m);
if (r != 0)
panic("pci", "pci_next_dev: can't talk to PCI", r);