summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-08-26 21:22:34 +0000
committerjhb <jhb@FreeBSD.org>2011-08-26 21:22:34 +0000
commitdd0f1f95e294fe6290b1864612f81cf29a594aac (patch)
treedc91e8d96a8d373782f7f9dec23fb411662e378a
parent904cb55f96f0682d2bf92e8dc29ef61406bb8002 (diff)
downloadFreeBSD-src-dd0f1f95e294fe6290b1864612f81cf29a594aac.zip
FreeBSD-src-dd0f1f95e294fe6290b1864612f81cf29a594aac.tar.gz
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
-rw-r--r--sys/amd64/conf/GENERIC5
-rw-r--r--sys/i386/conf/GENERIC5
2 files changed, 2 insertions, 8 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 4a38ebf..2d7b605 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -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
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 87da6e7..131982b 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -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
OpenPOWER on IntegriCloud