svn commit: r245397 - projects/altix2/sys/ia64/conf

Marcel Moolenaar marcel at FreeBSD.org
Sun Jan 13 22:46:07 UTC 2013


Author: marcel
Date: Sun Jan 13 22:46:06 2013
New Revision: 245397
URL: http://svnweb.freebsd.org/changeset/base/245397

Log:
  Add ioc(4) and remove the uart(4) console hint. This should allow
  the daily snapshot to produce an installable and bootable kernel
  for the SGI Altix 350.

Modified:
  projects/altix2/sys/ia64/conf/GENERIC
  projects/altix2/sys/ia64/conf/GENERIC.hints

Modified: projects/altix2/sys/ia64/conf/GENERIC
==============================================================================
--- projects/altix2/sys/ia64/conf/GENERIC	Sun Jan 13 22:41:58 2013	(r245396)
+++ projects/altix2/sys/ia64/conf/GENERIC	Sun Jan 13 22:46:06 2013	(r245397)
@@ -194,6 +194,7 @@ options		AH_SUPPORT_AR5416
 device		ether		# Ethernet support
 device		faith		# IPv6-to-IPv4 relaying (translation)
 device		gif		# IPv6 and IPv4 tunneling
+device		ioc4
 device		loop		# Network loopback
 device		md		# Memory "disks"
 device		puc		# Multi I/O cards and multi-channel UARTs

Modified: projects/altix2/sys/ia64/conf/GENERIC.hints
==============================================================================
--- projects/altix2/sys/ia64/conf/GENERIC.hints	Sun Jan 13 22:41:58 2013	(r245396)
+++ projects/altix2/sys/ia64/conf/GENERIC.hints	Sun Jan 13 22:46:06 2013	(r245397)
@@ -1,2 +1 @@
 # $FreeBSD$
-hw.uart.console="io:0x3f8"


More information about the svn-src-projects mailing list