diff options
author | John Baldwin <jhb@FreeBSD.org> | 2011-08-26 21:22:34 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2011-08-26 21:22:34 +0000 |
commit | 3a3ba1b069d1b0f987e739845abbc100d548139e (patch) | |
tree | dc91e8d96a8d373782f7f9dec23fb411662e378a | |
parent | 85b422c17da135972aa83452de61a60379bdb5c8 (diff) | |
download | src-3a3ba1b069d1b0f987e739845abbc100d548139e.tar.gz src-3a3ba1b069d1b0f987e739845abbc100d548139e.zip |
Notes
-rw-r--r-- | sys/amd64/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 4a38ebf2477f..2d7b60502c19 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 87da6e757090..131982b389e3 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 |