svn commit: r187426 - head/sys/amd64/conf

Maxim Sobolev sobomax at FreeBSD.org
Sun Jan 18 23:10:13 PST 2009


Author: sobomax
Date: Mon Jan 19 07:10:11 2009
New Revision: 187426
URL: http://svn.freebsd.org/changeset/base/187426

Log:
  Add asr(4) and stge(4) from i386 GENERIC. Both drivers compile on amd64 and
  there is no particular reason for them to be i386-only.
  
  MFC after:	2 weeks

Modified:
  head/sys/amd64/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Mon Jan 19 06:55:29 2009	(r187425)
+++ head/sys/amd64/conf/GENERIC	Mon Jan 19 07:10:11 2009	(r187426)
@@ -138,6 +138,7 @@ device		ses		# SCSI Environmental Servic
 # RAID controllers interfaced to the SCSI subsystem
 device		amr		# AMI MegaRAID
 device		arcmsr		# Areca SATA II RAID
+device		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID
 device		ciss		# Compaq Smart RAID 5*
 device		dpt		# DPT Smartcache III, IV - See NOTES for options
 device		hptmv		# Highpoint RocketRAID 182x
@@ -230,6 +231,7 @@ device		sf		# Adaptec AIC-6915 (``Starfi
 device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
 device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
 device		ste		# Sundance ST201 (D-Link DFE-550TX)
+device		stge		# Sundance/Tamarack TC9021 gigabit Ethernet
 device		tl		# Texas Instruments ThunderLAN
 device		tx		# SMC EtherPower II (83c170 ``EPIC'')
 device		vge		# VIA VT612x gigabit Ethernet


More information about the svn-src-head mailing list