delete unneed pmap for LED and Clock
This commit is contained in:
parent
51b12685a4
commit
d24191b40d
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NAPPI,v 1.3 2002/12/02 14:26:52 ichiro Exp $
|
||||
# $NetBSD: NAPPI,v 1.4 2002/12/08 13:22:31 ichiro Exp $
|
||||
#
|
||||
# NAPPI -- Netwise APlication Platform Board Kernel
|
||||
#
|
||||
@ -137,13 +137,13 @@ cpu0 at mainbus?
|
||||
ixpsip0 at mainbus?
|
||||
|
||||
#Timer
|
||||
ixpclk* at ixpsip? addr 0xf0010300 size 0x10
|
||||
ixpclk* at ixpsip? addr 0x42000300 size 0x10
|
||||
|
||||
# Serial
|
||||
ixpcom* at ixpsip? addr 0xf0000000 size 0x4000
|
||||
|
||||
# Status LEDs
|
||||
nappinr* at ixpsip? addr 0xf0021000 size 0x1000
|
||||
nappinr* at ixpsip? addr 0x38508000 size 0x1000
|
||||
|
||||
# IXP12x0 fast bus
|
||||
ixpio0 at mainbus?
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ixm1200_machdep.c,v 1.10 2002/12/02 14:25:38 ichiro Exp $ */
|
||||
/* $NetBSD: ixm1200_machdep.c,v 1.11 2002/12/08 13:22:32 ichiro Exp $ */
|
||||
#undef DEBUG_BEFOREMMU
|
||||
/*
|
||||
* Copyright (c) 2002
|
||||
@ -296,28 +296,6 @@ cpu_reboot(howto, bootstr)
|
||||
for (;;);
|
||||
}
|
||||
|
||||
/*
|
||||
* pmap table
|
||||
*/
|
||||
/*
|
||||
* IXM1200 specific I/O registers mapping table
|
||||
*/
|
||||
static struct pmap_ent map_tbl_ixm1200[] = {
|
||||
{ "IXM1200 SlowPort I/O Registers",
|
||||
IXM1200_LED_VADDR, IXM1200_LED_ADDR,
|
||||
IXM1200_LED_ADDR_SIZE,
|
||||
VM_PROT_READ|VM_PROT_WRITE,
|
||||
PTE_NOCACHE, },
|
||||
|
||||
{ NULL,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
}
|
||||
};
|
||||
|
||||
/*
|
||||
* Initial entry point on startup. This gets called before main() is
|
||||
* entered.
|
||||
@ -622,7 +600,6 @@ initarm(void *arg)
|
||||
*/
|
||||
|
||||
ixp12x0_pmap_io_reg(l1pagetable);
|
||||
ixp12x0_pmap_chunk_table(l1pagetable, map_tbl_ixm1200);
|
||||
|
||||
printf("done.\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user