diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-12 08:42:14 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-12 08:42:14 +0000 |
commit | d374e253cf656b255a32ff147ac614ecb7536f46 (patch) | |
tree | c86175e1a2ea47002d80c32a2f71ec3666df28f7 /sys/dev/ic | |
parent | a0f4e42f5098cd4f8c157669036cdb6c626fcf96 (diff) |
comsiraddr was removed in 2016
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/comvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
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; |