svn commit: r225627 - in stable/8/sys: amd64/conf i386/conf

John Baldwin jhb at FreeBSD.org
Fri Sep 16 18:41:20 UTC 2011


Author: jhb
Date: Fri Sep 16 18:41:19 2011
New Revision: 225627
URL: http://svn.freebsd.org/changeset/base/225627

Log:
  MFC 225201:
  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".

Modified:
  stable/8/sys/amd64/conf/GENERIC
  stable/8/sys/i386/conf/GENERIC
Directory Properties:
  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)

Modified: stable/8/sys/amd64/conf/GENERIC
==============================================================================
--- stable/8/sys/amd64/conf/GENERIC	Fri Sep 16 18:36:43 2011	(r225626)
+++ stable/8/sys/amd64/conf/GENERIC	Fri Sep 16 18:41:19 2011	(r225627)
@@ -189,10 +189,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		de		# DEC/Intel DC21x4x (``Tulip'')

Modified: stable/8/sys/i386/conf/GENERIC
==============================================================================
--- stable/8/sys/i386/conf/GENERIC	Fri Sep 16 18:36:43 2011	(r225626)
+++ stable/8/sys/i386/conf/GENERIC	Fri Sep 16 18:41:19 2011	(r225627)
@@ -199,10 +199,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		de		# DEC/Intel DC21x4x (``Tulip'')


More information about the svn-src-stable-8 mailing list