aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-14 18:11:26 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-14 18:11:26 +0000
commit5b26325f1420a2211dfed2bff059aee93fcd7a1c (patch)
treeebb9c229f439b8f01ad8652413a07ebe36f3ad8c /sysdeps/unix
parent22f55fef1dee9dcf1590351eb0e07c62d1c0e28d (diff)
downloadglibc-5b26325f1420a2211dfed2bff059aee93fcd7a1c.zip
glibc-5b26325f1420a2211dfed2bff059aee93fcd7a1c.tar.gz
glibc-5b26325f1420a2211dfed2bff059aee93fcd7a1c.tar.bz2
Update.
2000-02-14 Scott Bambrough <scottb@netwinder.org> * sysdeps/unix/sysv/linux/arm/ioperm.c (_iopl, _ioperm): Add Rebel-NetWinder to platform table so _ioperm platform lookup via /proc/cpuinfo works on later version NetWinders.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/arm/ioperm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/ioperm.c b/sysdeps/unix/sysv/linux/arm/ioperm.c
index f4c9322..3c51540 100644
--- a/sysdeps/unix/sysv/linux/arm/ioperm.c
+++ b/sysdeps/unix/sysv/linux/arm/ioperm.c
@@ -71,6 +71,7 @@ static struct platform {
{"Chalice-CATS", IO_BASE_FOOTBRIDGE, IO_SHIFT_FOOTBRIDGE},
{"DEC-EBSA285", IO_BASE_FOOTBRIDGE, IO_SHIFT_FOOTBRIDGE},
{"Corel-NetWinder", IO_BASE_FOOTBRIDGE, IO_SHIFT_FOOTBRIDGE},
+ {"Rebel-NetWinder", IO_BASE_FOOTBRIDGE, IO_SHIFT_FOOTBRIDGE},
};
#define IO_ADDR(port) (io.base + ((port) << io.shift))