Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic G/C pckbc_attach_args



details:   https://anonhg.NetBSD.org/src/rev/e5b762bf0c8b
branches:  trunk
changeset: 1027144:e5b762bf0c8b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Dec 07 19:45:05 2021 +0000

description:
G/C pckbc_attach_args

diffstat:

 sys/dev/ic/pckbcvar.h |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 08d34a407f5f -r e5b762bf0c8b sys/dev/ic/pckbcvar.h
--- a/sys/dev/ic/pckbcvar.h     Tue Dec 07 19:28:19 2021 +0000
+++ b/sys/dev/ic/pckbcvar.h     Tue Dec 07 19:45:05 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pckbcvar.h,v 1.21 2015/04/13 16:33:24 riastradh Exp $ */
+/* $NetBSD: pckbcvar.h,v 1.22 2021/12/07 19:45:05 skrll Exp $ */
 
 /*
  * Copyright (c) 1998
@@ -86,11 +86,6 @@
        void (*intr_establish)(struct pckbc_softc *, pckbc_slot_t);
 };
 
-struct pckbc_attach_args {
-       pckbc_tag_t pa_tag;
-       pckbc_slot_t pa_slot;
-};
-
 extern const char * const pckbc_slot_names[];
 extern struct pckbc_internal pckbc_consdata;
 extern int pckbc_console_attached;



Home | Main Index | Thread Index | Old Index