svn commit: r257599 - projects/altix2/sys/ia64/conf
Marcel Moolenaar
marcel at FreeBSD.org
Mon Nov 4 00:33:30 UTC 2013
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
More information about the svn-src-projects
mailing list