Drop mention of ISA cards. Note that I have no idea what to cull from the

supported hardware list.  Judging by the PCI driver attachment, dpt_pci.c
only supports a single adapter rather than the various PCI adapters listed.
The list of EISA adapters listed somewhat overlaps with the device IDs in
dpt_eisa.c.  It's not clear which devices are ISA-only devices.
This commit is contained in:
John Baldwin 2014-11-13 20:09:47 +00:00
parent 61691153bd
commit 14d4e1e250

View file

@ -23,7 +23,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd June 18, 2006
.Dd November 13, 2014
.Dt DPT 4
.Os
.Sh NAME
@ -40,9 +40,6 @@ kernel configuration file:
For one or more EISA cards:
.Cd "device eisa"
.Pp
For one or more ISA cards:
.Cd "device isa"
.Pp
For one or more PCI cards:
.Cd "device pci"
.Pp