Files
minix/minix/drivers/storage/ramdisk/proto
Korobov Nikita 03eaf9dac8 [MAJOR] The SDCard RPI driver first commit
The new driver for RPI added. There are two variants mmc and emmc
for each platform. It's not good solution, because each two implementations
differ by the registers set, the base address and some functionality.
This driver doesn't work. It'll be fixed in the future.
2017-06-30 17:19:06 +03:00

60 lines
1.0 KiB
Plaintext

boot
0 0
d--755 0 0
bin d--755 0 0
#ifdef __i386__
cdprobe ---755 0 0 cdprobe
#endif
sysenv ---755 0 0 sysenv
#if RAMDISK_SMALL == 1
fsck_mfs ---755 0 0 fsck_mfs
#endif
mount ---755 0 0 mount
umount ---755 0 0 umount
grep ---755 0 0 grep
dd ---755 0 0 dd
sh ---755 0 0 sh
service ---755 0 0 service
$
service d--755 0 0
#ifdef __i386__
floppy ---755 0 0 floppy
ahci ---755 0 0 ahci
virtio_blk ---755 0 0 virtio_blk
at_wini ---755 0 0 at_wini
pckbd ---755 0 0 pckbd
#if RAMDISK_SMALL == 1
ext2 ---755 0 0 ext2
#endif
isofs ---755 0 0 isofs
#endif
#ifdef __arm__
rpi_mmc ---755 0 0 rpi_mmc
omap_mmc ---755 0 0 omap_mmc
#endif
mfs ---755 0 0 mfs
procfs ---755 0 0 procfs
input ---755 0 0 input
#ifdef __i386__
#if RAMDISK_INC_ACPI == 1
acpi ---755 0 0 acpi
#endif
pci ---755 0 0 pci
#endif
$
usr d--755 0 0
bin d--755 0 0
loadramdisk ---755 0 0 loadramdisk
$
$
proc d--755 0 0
$
dev d--755 0 0
#include "proto.dev"
$
#include "proto.common.etc"
#if RAMDISK_DYNAMIC == 1
#include "proto.common.dynamic"
#endif
$