From 14d4e1e25040f64d3f53f045f784ca952575dc1e Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 13 Nov 2014 20:09:47 +0000 Subject: [PATCH] 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. --- share/man/man4/dpt.4 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/share/man/man4/dpt.4 b/share/man/man4/dpt.4 index fecb7a54583..eddba6cc4e7 100644 --- a/share/man/man4/dpt.4 +++ b/share/man/man4/dpt.4 @@ -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