PERFORCE change 130209 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Dec 4 15:10:16 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=130209

Change 130209 by gonzo at gonzo_jeeves on 2007/12/04 23:09:20

	o Add kr to IDT kernel build

Affected files ...

.. //depot/projects/mips2/src/sys/mips/conf/IDT#4 edit
.. //depot/projects/mips2/src/sys/mips/conf/IDT.hints#5 edit
.. //depot/projects/mips2/src/sys/mips/mips32/idt/files.idt#5 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/conf/IDT#4 (text+ko) ====

@@ -26,7 +26,7 @@
 options		BOOTP
 options		BOOTP_NFSROOT
 options		BOOTP_NFSV3
-options		BOOTP_WIRED_TO=vr0
+options		BOOTP_WIRED_TO=kr0
 options		BOOTP_COMPAT
 
 options		ROOTDEVNAME=\"nfs:192.168.0.52:/mnt/bsd\"
@@ -42,8 +42,10 @@
 device		ether
 device		miibus
 device		vr
+device		kr
 device		uart
 device		uart_ns8250
+device		md
 
 # Wireless NIC cards
 #device          wlan            # 802.11 support

==== //depot/projects/mips2/src/sys/mips/conf/IDT.hints#5 (text+ko) ====

@@ -15,3 +15,7 @@
 hint.uart.0.maddr=0x18058000
 hint.uart.0.msize=0x1C
 hint.uart.0.irq=104
+
+hint.kr.0.at="obio0"
+hint.kr.0.maddr=0x18060000
+hint.kr.0.msize=0x10000

==== //depot/projects/mips2/src/sys/mips/mips32/idt/files.idt#5 (text+ko) ====

@@ -6,3 +6,4 @@
 mips/mips32/idt/idtpci.c		optional pci
 mips/mips32/idt/uart_cpu_rc32434.c	optional uart
 mips/mips32/idt/uart_bus_rc32434.c	optional uart
+mips/mips32/idt/if_kr.c			optional kr


More information about the p4-projects mailing list