Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2013 00:33:30 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r257599 - projects/altix2/sys/ia64/conf
Message-ID:  <201311040033.rA40XUoA015441@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Mon Nov  4 00:33:30 2013
New Revision: 257599
URL: http://svnweb.freebsd.org/changeset/base/257599

Log:
  Add drivers for H/W found in the Altix 450:
  	mpt(4), ohci(4) and ehci(4)
  
  Of these, mpt(4) is already rewritten to use busdma/mi and since it's
  the first PCI device we probe and attach, we're in a good shape to
  finalize the TIOCP bridge support.
  
  Note also the the Altix 450 doesn't have an ioc4-base ATA controller.
  It uses a SII controller. With that, we're also setup to rewrite ata(4)
  to use busdma/mi.
  
  Thus: Most of the support for the Altix 350 and Altix 450 pivots around
  proper DMA handling -- i.e. busdma/mi.
  
  Sponsored by:	HOB GmbH & Co. KG

Modified:
  projects/altix2/sys/ia64/conf/ALTIX

Modified: projects/altix2/sys/ia64/conf/ALTIX
==============================================================================
--- projects/altix2/sys/ia64/conf/ALTIX	Sun Nov  3 23:17:30 2013	(r257598)
+++ projects/altix2/sys/ia64/conf/ALTIX	Mon Nov  4 00:33:30 2013	(r257599)
@@ -11,6 +11,7 @@ device		bge
 device		bpf
 device		cd
 device		da
+device		ehci
 device		ether
 device		firmware
 device		ioc4
@@ -18,12 +19,16 @@ device		isp
 device		loop
 device		md
 device		miibus
+device		mpt
+device		ohci
 device		pass
 device		pci
 device		random
 device		scbus
 device		tun
 device		uart
+device		umass
+device		usb
 device		vlan
 
 options 	ALT_BREAK_TO_DEBUGGER



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