Module Name: src
Committed By: mbalmer
Date: Sun Jul 13 11:03:26 UTC 2014
Modified Files:
src/share/man/man9: cardbus.9
Log Message:
Don't lie about the CardBus device database. Diff from Jukka Ruohonen.
Fixes PR misc/39625.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/cardbus.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/cardbus.9
diff -u src/share/man/man9/cardbus.9:1.18 src/share/man/man9/cardbus.9:1.19
--- src/share/man/man9/cardbus.9:1.18 Mon Jan 6 14:57:10 2014
+++ src/share/man/man9/cardbus.9 Sun Jul 13 11:03:26 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: cardbus.9,v 1.18 2014/01/06 14:57:10 njoly Exp $
+.\" $NetBSD: cardbus.9,v 1.19 2014/07/13 11:03:26 mbalmer Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 15, 2010
+.Dd July 13, 2014
.Dt CARDBUS 9
.Os
.Sh NAME
@@ -309,13 +309,9 @@ The CardBus subsystem itself is implemen
.Pa sys/dev/cardbus/cardbus_map.c
and
.Pa sys/dev/cardbus/cardslot.c .
-The database of known devices exists within the file
-.Pa sys/dev/cardbus/cardbus_data.h
-and is generated automatically from the file
-.Pa sys/dev/cardbus/cardbusdevs .
-New vendor and product identifiers should be added to this file.
-The database can be regenerated using the Makefile
-.Pa sys/dev/cardbus/Makefile.cardbusdevs .
+The database for PCI devices is also used for known CardBus devices.
+For more details see
+.Xr pci 9 .
.Sh SEE ALSO
.Xr cardbus 4 ,
.Xr pcmcia 4 ,