svn commit: r274481 - head/share/man/man4
John Baldwin
jhb at FreeBSD.org
Thu Nov 13 20:09:48 UTC 2014
Author: jhb
Date: Thu Nov 13 20:09:47 2014
New Revision: 274481
URL: https://svnweb.freebsd.org/changeset/base/274481
Log:
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.
Modified:
head/share/man/man4/dpt.4
Modified: head/share/man/man4/dpt.4
==============================================================================
--- head/share/man/man4/dpt.4 Thu Nov 13 20:00:54 2014 (r274480)
+++ head/share/man/man4/dpt.4 Thu Nov 13 20:09:47 2014 (r274481)
@@ -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
More information about the svn-src-all
mailing list