plan9fox/sys/src/9/pc64
cinap_lenrek 4d7c195804 pc, pc64: add pcienable() and pcidisable() functions
pcienable() puts a device in fully powered on state
and does some missing initialization that UEFI might
have skipped such as I/O and Memory requests being
disabled.

pcidisable() is ment to shutdown the device, but
currently just disables dma to prevent accidents.
2018-10-07 21:52:53 +02:00
..
apbootstrap.s
dat.h pc64: update headers to match pc 2018-07-11 16:05:03 +01:00
fns.h pc, pc64: add pcienable() and pcidisable() functions 2018-10-07 21:52:53 +02:00
l.s pc64: fix _intrr(), avoid the linker moving _intrr() arround 2018-03-17 18:25:12 +01:00
main.c pc64: update headers to match pc 2018-07-11 16:05:03 +01:00
mem.h pc, pc64: increase CONFADDR buffer from 4K to 24K 2018-10-06 00:26:07 +02:00
memory.c pc, pc64: look for "RSD PTR " in ACPI reserved memory region from e820 map 2018-07-22 21:00:20 +02:00
mkfile pc, pc64: increase CONFADDR buffer from 4K to 24K 2018-10-06 00:26:07 +02:00
mmu.c
pc64 sdram: experimental ramdisk driver 2018-05-27 22:59:19 +02:00
rebootcode.s
squidboy.c
trap.c