powerpc/138543: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat Sep 19 02:00:04 UTC 2009


The following reply was made to PR powerpc/138543; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: powerpc/138543: commit references a PR
Date: Sat, 19 Sep 2009 01:49:55 +0000 (UTC)

 Author: nwhitehorn
 Date: Sat Sep 19 01:49:36 2009
 New Revision: 197321
 URL: http://svn.freebsd.org/changeset/base/197321
 
 Log:
   MFC r197080
   
   Add a few SCSI controllers to GENERIC that can be found in Powermacs.
   This allows installation onto SCSI disks as shipped, for example,
   as an option with the Powermac G3.
   
   PR:		powerpc/138543
   Reviewed by:	grehan
   Approved by:	re (kib)
   Obtained from:	sparc64
 
 Modified:
   stable/8/sys/   (props changed)
   stable/8/sys/amd64/include/xen/   (props changed)
   stable/8/sys/cddl/contrib/opensolaris/   (props changed)
   stable/8/sys/contrib/dev/acpica/   (props changed)
   stable/8/sys/contrib/pf/   (props changed)
   stable/8/sys/dev/ciss/   (props changed)
   stable/8/sys/dev/xen/xenpci/   (props changed)
   stable/8/sys/powerpc/conf/GENERIC
 
 Modified: stable/8/sys/powerpc/conf/GENERIC
 ==============================================================================
 --- stable/8/sys/powerpc/conf/GENERIC	Sat Sep 19 01:48:12 2009	(r197320)
 +++ stable/8/sys/powerpc/conf/GENERIC	Sat Sep 19 01:49:36 2009	(r197321)
 @@ -83,6 +83,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)
 @@ -119,6 +129,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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ppc mailing list