Date: Thu, 3 Jan 2013 15:20:34 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 219943 for review Message-ID: <201301031520.r03FKYAh055795@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@219943?ac=10 Change 219943 by rwatson@rwatson_zenith_cl_cam_ac_uk on 2013/01/03 15:20:24 Garbage collect unused device.hints entries for devices now configured using FDT. This appears to be all of our BERI device drivers. Affected files ... .. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_FDT_DE4.hints#10 edit Differences ... ==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_FDT_DE4.hints#10 (text+ko) ==== @@ -1,97 +1,5 @@ # $FreeBSD: src/sys/mips/conf/BERI_DE4.hints,v 1.5 2012/08/26 10:40:13 rwatson Exp $ -# -# Altera JTAG UARTs configured for console, debugging, and data putput on the -# Terasic DE-4. -# -#hint.altera_jtag_uart.0.at="nexus0" -#hint.altera_jtag_uart.0.maddr=0x7f000000 -#hint.altera_jtag_uart.0.msize=0x40 -#hint.altera_jtag_uart.0.irq=0 - -#hint.altera_jtag_uart.1.at="nexus0" -#hint.altera_jtag_uart.1.maddr=0x7f001000 -#hint.altera_jtag_uart.1.msize=0x40 - -#hint.altera_jtag_uart.2.at="nexus0" -#hint.altera_jtag_uart.2.maddr=0x7f002000 -#hint.altera_jtag_uart.2.msize=0x40 - -# -# On-board DE4 and tPad SD Card IP core -# -#hint.altera_sdcardc.0.at="nexus0" -#hint.altera_sdcardc.0.maddr=0x7f008000 -#hint.altera_sdcardc.0.msize=0x400 - -# -# On-board DE4 8-element LED -# -#hint.terasic_de4led.0.at="nexus0" -#hint.terasic_de4led.0.maddr=0x7f006000 -#hint.terasic_de4led.0.msize=1 -#hint.terasic_de4led.0.de4led_0_cmd="f9" - -# -# Altera Triple-Speed Ethernet Mac, present in tPad and DE-4 configurations -# -#hint.atse.0.at="nexus0" -#hint.atse.0.maddr=0x7f007000 -#hint.atse.0.msize=0x540 - -# -# Terasic Multi-touch LCD (MTL), an optional feature in DE-4 configurations. -# -#hint.terasic_mtl.0.at="nexus0" -#hint.terasic_mtl.0.reg_maddr=0x70400000 -#hint.terasic_mtl.0.reg_msize=0x1000 -#hint.terasic_mtl.0.pixel_maddr=0x70000000 -#hint.terasic_mtl.0.pixel_msize=0x177000 -#hint.terasic_mtl.0.text_maddr=0x70177000 -#hint.terasic_mtl.0.text_msize=0x2000 - -# -# BERI Hardware Version ROM -# -#hint.altera_avgen.0.at="nexus0" -#hint.altera_avgen.0.maddr=0x7F00A000 -#hint.altera_avgen.0.msize=20 -#hint.altera_avgen.0.width=4 -#hint.altera_avgen.0.fileio="rw" -#hint.altera_avgen.0.devname="berirom" - -# -# Expose the DE4 buttons and switches via an Avalon "generic" device. -# -#hint.altera_avgen.1.at="nexus0" -#hint.altera_avgen.1.maddr=0x7f009000 -#hint.altera_avgen.1.msize=2 -#hint.altera_avgen.1.width=1 -#hint.altera_avgen.1.fileio="r" -#hint.altera_avgen.1.devname="de4bsw" - -# -# Expose the DE4 flash via an Avalon "generic" device. -# This is incompatible with the isf(4) driver. -# -#hint.altera_avgen.2.at="nexus0" -#hint.altera_avgen.2.maddr=0x74000000 -#hint.altera_avgen.2.msize=0x4000000 -#hint.altera_avgen.2.width=2 -#hint.altera_avgen.2.fileio="rw" -#hint.altera_avgen.2.mmapio="rwx" -#hint.altera_avgen.2.devname="de4flash" - -# -# General Intel StrataFlash driver -# -#hint.isf.0.at="nexus0" -#hint.isf.0.maddr=0x74000000 -#hint.isf.0.msize=0x2000000 -#hint.isf.1.at="nexus0" -#hint.isf.1.maddr=0x76000000 -#hint.isf.1.msize=0x2000000 - # Reserved configuration blocks. Don't touch. hint.map.0.at="isf0" hint.map.0.start=0x00000000
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301031520.r03FKYAh055795>