opl, _ioperm): Add Rebel-NetWinder to platform table so _ioperm platform
authorUlrich Drepper <drepper@redhat.com>
Mon, 14 Feb 2000 18:11:04 +0000 (18:11 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 14 Feb 2000 18:11:04 +0000 (18:11 +0000)
lookup via /proc/cpuinfo works on later version NetWinders.

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

index f4c9322..3c51540 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))