]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_iopl, _ioperm): Add Rebel-NetWinder to platform table so _ioperm platform
authorUlrich Drepper <drepper@redhat.com>
Mon, 14 Feb 2000 18:09:16 +0000 (18:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 14 Feb 2000 18:09:16 +0000 (18:09 +0000)
lookup via /proc/cpuinfo works on later version NetWinders.

sysdeps/unix/sysv/linux/arm/ioperm.c

index f4c93228233558650b6164d6e5ffe3451ee0da44..3c51540ffe16c93ac1aabb7439a9ec0cfc57ddca 100644 (file)
@@ -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))