Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2014 20:09:47 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274481 - head/share/man/man4
Message-ID:  <201411132009.sADK9ldm049653@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411132009.sADK9ldm049653>