mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
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.
This commit is contained in:
parent
22f55fef1d
commit
5b26325f14
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
2000-02-13 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locale/programs/charmap.c (charmap_read): Remove erronous free
|
||||
|
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user