summaryrefslogtreecommitdiffstats
path: root/libbsd.txt
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-09-30 14:52:57 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-09-30 15:55:36 +0200
commit36a16f5c7fa0a037b48d0a91dff4fdcf81ed162f (patch)
treea06d8484fd5603b49165e2848746fca7cba0dd95 /libbsd.txt
parentBUS_SPACE(9): Use FreeBSD files for i386 arch (diff)
downloadrtems-libbsd-36a16f5c7fa0a037b48d0a91dff4fdcf81ed162f.tar.bz2
i386: Quick and dirty hack to get PCI working
Diffstat (limited to 'libbsd.txt')
-rw-r--r--libbsd.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbsd.txt b/libbsd.txt
index 06d833fd..a4368069 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -326,6 +326,8 @@ rtems_mdns_gethostname().
== Issues and TODO
+* PCI support on x86 uses a quick and dirty hack, see pci_reserve_map().
+
* Priority queues are broken with clustered scheduling.
* Per-CPU data should be enabled once the new stack is ready for SMP.