svn commit: r225201 - in head/sys: amd64/conf i386/conf

Slawa Olhovchenkov slw at zxy.spb.ru
Sat Aug 27 08:10:54 UTC 2011


On Fri, Aug 26, 2011 at 05:34:26PM -0700, Doug Barton wrote:

> Sorry, I am not parsing this. Are you saying that the module is broken?

Yes, from FreeBSD 6.x puc.ko don't work. Only in-kernel version work.

> 
> On 08/26/2011 14:22, John Baldwin wrote:
> > Author: jhb
> > Date: Fri Aug 26 21:22:34 2011
> > New Revision: 225201
> > URL: http://svn.freebsd.org/changeset/base/225201
> > 
> > Log:
> >   Enable the puc(4) driver on amd64 and i386 in GENERIC.  This allows
> >   devices supported by puc(4) to work "out of the box" since puc.ko does
> >   not work "out of the box".
> >   
> >   Reviewed by:	marcel
> >   Approved by:	re (kib)
> >   MFC after:	1 week
> > 
> > Modified:
> >   head/sys/amd64/conf/GENERIC
> >   head/sys/i386/conf/GENERIC
> > 
> > Modified: head/sys/amd64/conf/GENERIC
> > ==============================================================================
> > --- head/sys/amd64/conf/GENERIC	Fri Aug 26 19:44:39 2011	(r225200)
> > +++ head/sys/amd64/conf/GENERIC	Fri Aug 26 21:22:34 2011	(r225201)
> > @@ -186,10 +186,7 @@ device		plip		# TCP/IP over parallel
> >  device		ppi		# Parallel port interface device
> >  #device		vpo		# Requires scbus and da
> >  
> > -# If you've got a "dumb" serial or parallel PCI card that is
> > -# supported by the puc(4) glue driver, uncomment the following
> > -# line to enable it (connects to sio, uart and/or ppc drivers):
> > -#device		puc
> > +device		puc		# Multi I/O cards and multi-channel UARTs
> >  
> >  # PCI Ethernet NICs.
> >  device		bxe		# Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet
> > 
> > Modified: head/sys/i386/conf/GENERIC
> > ==============================================================================
> > --- head/sys/i386/conf/GENERIC	Fri Aug 26 19:44:39 2011	(r225200)
> > +++ head/sys/i386/conf/GENERIC	Fri Aug 26 21:22:34 2011	(r225201)
> > @@ -196,10 +196,7 @@ device		plip		# TCP/IP over parallel
> >  device		ppi		# Parallel port interface device
> >  #device		vpo		# Requires scbus and da
> >  
> > -# If you've got a "dumb" serial or parallel PCI card that is
> > -# supported by the puc(4) glue driver, uncomment the following
> > -# line to enable it (connects to sio, uart and/or ppc drivers):
> > -#device		puc
> > +device		puc		# Multi I/O cards and multi-channel UARTs
> >  
> >  # PCI Ethernet NICs.
> >  device		bxe		# Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet
> > 
> 
> 
> 
> -- 
> 
> 	Nothin' ever doesn't change, but nothin' changes much.
> 			-- OK Go
> 
> 	Breadth of IT experience, and depth of knowledge in the DNS.
> 	Yours for the right price.  :)  http://SupersetSolutions.com/
> 
> _______________________________________________
> 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 svn-src-all mailing list