Module Name: src
Committed By: riastradh
Date: Sat Oct 8 07:27:03 UTC 2022
Modified Files:
src/sys/dev/ic: comvar.h
Log Message:
com(4): Omit never-used sc_vendor_workaround member.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/sys/dev/ic/comvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/comvar.h
diff -u src/sys/dev/ic/comvar.h:1.97 src/sys/dev/ic/comvar.h:1.98
--- src/sys/dev/ic/comvar.h:1.97 Thu Oct 6 19:59:55 2022
+++ src/sys/dev/ic/comvar.h Sat Oct 8 07:27:03 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: comvar.h,v 1.97 2022/10/06 19:59:55 riastradh Exp $ */
+/* $NetBSD: comvar.h,v 1.98 2022/10/08 07:27:03 riastradh Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@@ -209,9 +209,6 @@ struct com_softc {
void (*disable)(struct com_softc *);
int enabled;
- /* XXXX: vendor workaround functions */
- int (*sc_vendor_workaround)(struct com_softc *);
-
struct pps_state sc_pps_state; /* pps state */
#ifdef RND_COM