From: Ulrich Drepper Date: Mon, 14 Feb 2000 18:11:26 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-91~1014 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b26325f1420a2211dfed2bff059aee93fcd7a1c;p=platform%2Fupstream%2Fglibc.git Update. 2000-02-14 Scott Bambrough * 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. --- diff --git a/ChangeLog b/ChangeLog index 2f1d990..3e879f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-02-14 Scott Bambrough + + * 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. + 2000-02-13 Ulrich Drepper * locale/programs/charmap.c (charmap_read): Remove erronous free 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))