diff options
Diffstat (limited to 'sys/dev/ppc')
| -rw-r--r-- | sys/dev/ppc/ppc.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/ppc/ppc.c b/sys/dev/ppc/ppc.c index 48a988934b350..5d4e68d7d3665 100644 --- a/sys/dev/ppc/ppc.c +++ b/sys/dev/ppc/ppc.c @@ -1681,15 +1681,6 @@ ppc_probe(device_t dev, int rid) IO_LPTSIZE_EXTENDED); } #endif -#ifdef __alpha__ - /* - * There isn't a bios list on alpha. Put it in the usual place. - */ - if (error) { - bus_set_resource(dev, SYS_RES_IOPORT, rid, 0x3bc, - IO_LPTSIZE_NORMAL); - } -#endif /* IO port is mandatory */ |
