mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Mention the puc(4) glue driver in a commented-out example so the user
of "dumb" PCI-based serial/parallel boards get a hint how to enable them. I wasn't sure about the ia64, pc98, powerpc, and sparc64 archs whether they'd support puc(4) or not.
This commit is contained in:
parent
0ec6e98386
commit
9678710b1f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120243
@ -139,6 +139,11 @@ device lpt # Printer
|
||||
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 the sio and/or ppc drivers):
|
||||
#device puc
|
||||
|
||||
# PCI Ethernet NICs.
|
||||
device de # DEC/Intel DC21x4x (``Tulip'')
|
||||
device txp # 3Com 3cR990 (``Typhoon'')
|
||||
|
@ -158,6 +158,10 @@ 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 the sio and/or ppc drivers):
|
||||
#device puc
|
||||
|
||||
# PCI Ethernet NICs.
|
||||
device de # DEC/Intel DC21x4x (``Tulip'')
|
||||
|
@ -177,6 +177,10 @@ 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 the sio and/or ppc drivers):
|
||||
#device puc
|
||||
|
||||
# PCI Ethernet NICs.
|
||||
device de # DEC/Intel DC21x4x (``Tulip'')
|
||||
|
Loading…
Reference in New Issue
Block a user