Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 cardbus autoconf uses cardbus_attach_args, no...
details: https://anonhg.NetBSD.org/src/rev/e6be7946733a
branches: trunk
changeset: 343594:e6be7946733a
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Feb 15 22:37:54 2016 +0000
description:
cardbus autoconf uses cardbus_attach_args, not isapnp_attach_args.
diffstat:
share/man/man9/cardbus.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1b7269c41301 -r e6be7946733a share/man/man9/cardbus.9
--- a/share/man/man9/cardbus.9 Mon Feb 15 21:58:37 2016 +0000
+++ b/share/man/man9/cardbus.9 Mon Feb 15 22:37:54 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cardbus.9,v 1.19 2014/07/13 11:03:26 mbalmer Exp $
+.\" $NetBSD: cardbus.9,v 1.20 2016/02/15 22:37:54 riastradh Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -267,7 +267,7 @@
During autoconfiguration, a
.Nm
driver will receive a pointer to
-.Fa struct isapnp_attach_args
+.Fa struct cardbus_attach_args
describing the device attaches to the CardBus.
Drivers match the device using the
.Fa ca_id
Home |
Main Index |
Thread Index |
Old Index