summaryrefslogtreecommitdiffstats
path: root/nic3com.c
diff options
context:
space:
mode:
Diffstat (limited to 'nic3com.c')
-rw-r--r--nic3com.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nic3com.c b/nic3com.c
index bcc63e0..d8a11d0 100644
--- a/nic3com.c
+++ b/nic3com.c
@@ -96,7 +96,7 @@ int nic3com_init(void)
*/
OUTW(SELECT_REG_WINDOW + 0, io_base_addr + INT_STATUS);
- buses_supported = CHIP_BUSTYPE_PARALLEL;
+ buses_supported = BUS_PARALLEL;
max_rom_decode.parallel = 128 * 1024;
if (register_shutdown(nic3com_shutdown, NULL))
OpenPOWER on IntegriCloud