From: jsg Date: Sun, 12 May 2024 08:42:13 +0000 (+0000) Subject: comsiraddr was removed in 2016 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9a5021c2043c8ca03f7eab2d4896116ff490eb46;p=openbsd comsiraddr was removed in 2016 --- diff --git a/sys/dev/ic/comvar.h b/sys/dev/ic/comvar.h index 8641a97de65..12a4ffddc3c 100644 --- a/sys/dev/ic/comvar.h +++ b/sys/dev/ic/comvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: comvar.h,v 1.59 2022/01/11 11:51:14 uaa Exp $ */ +/* $OpenBSD: comvar.h,v 1.60 2024/05/12 08:42:13 jsg Exp $ */ /* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */ /* @@ -170,7 +170,6 @@ extern int comdefaultrate; extern int comconsrate; extern int comconsfreq; extern bus_addr_t comconsaddr; -extern bus_addr_t comsiraddr; extern int comconsattached; extern bus_space_tag_t comconsiot; extern bus_space_handle_t comconsioh;