repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make /dev/c1* device nodes on disk and on the boot ramdisk.
[minix3.git]
/
lib
/
syslib
/
pci_init.c
blob
626afe45b3e4c930a784f84da4d077c42bf8231d
1
/*
2
pci_init.c
3
*/
4
5
#include
"syslib.h"
6
#include <minix/sysutil.h>
7
8
/*===========================================================================*
9
* pci_init *
10
*===========================================================================*/
11
PUBLIC
void
pci_init
()
12
{
13
pci_init1
(
""
);
14
}
15