mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
61691153bd
commit
14d4e1e250
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue