Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2009 21:30:04 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ppc@FreeBSD.org
Subject:   Re: powerpc/138543: commit references a PR
Message-ID:  <200909102130.n8ALU4rj029689@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR powerpc/138543; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: powerpc/138543: commit references a PR
Date: Thu, 10 Sep 2009 21:25:19 +0000 (UTC)

 Author: nwhitehorn
 Date: Thu Sep 10 21:25:05 2009
 New Revision: 197080
 URL: http://svn.freebsd.org/changeset/base/197080
 
 Log:
   Add a few SCSI controllers to GENERIC that can be found on Powermacs.
   This allows installation onto SCSI disks as shipped, for example,
   with the Powermac G3.
   
   PR:		powerpc/138543
   Obtained from:	sparc64
   MFC after:	3 days
 
 Modified:
   head/sys/powerpc/conf/GENERIC
 
 Modified: head/sys/powerpc/conf/GENERIC
 ==============================================================================
 --- head/sys/powerpc/conf/GENERIC	Thu Sep 10 21:16:26 2009	(r197079)
 +++ head/sys/powerpc/conf/GENERIC	Thu Sep 10 21:25:05 2009	(r197080)
 @@ -91,6 +91,16 @@ device		atapicd		# ATAPI CDROM drives
  #device		atapifd		# ATAPI floppy drives
  #device		atapist		# ATAPI tape drives
  
 +# SCSI Controllers
 +device		ahc		# AHA2940 and onboard AIC7xxx devices
 +options 	AHC_ALLOW_MEMIO	# Attempt to use memory mapped I/O
 +options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
 +					# output.  Adds ~128k to driver.
 +device		isp		# Qlogic family
 +device		ispfw		# Firmware module for Qlogic host adapters
 +device		mpt		# LSI-Logic MPT-Fusion
 +device		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
 +
  # SCSI peripherals
  device		scbus		# SCSI bus (required for SCSI)
  device		da		# Direct Access (disks)
 @@ -127,6 +137,7 @@ device		md		# Memory "disks"
  device		ofwd		# Open Firmware disks
  device		gif		# IPv6 and IPv4 tunneling
  device		faith		# IPv6-to-IPv4 relaying/(translation)
 +device		firmware	# firmware assist module
  
  # The `bpf' device enables the Berkeley Packet Filter.
  # Be aware of the administrative consequences of enabling this!
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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