Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2007 23:10:15 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 130209 for review
Message-ID:  <200712042310.lB4NAFZ7038588@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=130209

Change 130209 by gonzo@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712042310.lB4NAFZ7038588>