Don't lie about the CardBus device database. Diff from Jukka Ruohonen.
Fixes PR misc/39625.
This commit is contained in:
parent
d3500151b8
commit
4af77db120
|
@ -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 implemented within the files
|
|||
.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 ,
|
||||
|
|
Loading…
Reference in New Issue