From 7b12440d78745a1e20fe95fabd4af86c4c148f09 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 1 Feb 2000 01:32:40 +0000 Subject: missed in last com.c commit, sc_ic usage was replaced w/ ia_ic where needed; niklas@ ok --- sys/dev/ic/comvar.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/ic/comvar.h b/sys/dev/ic/comvar.h index f9afe3acc7c..2247f9f65ea 100644 --- a/sys/dev/ic/comvar.h +++ b/sys/dev/ic/comvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: comvar.h,v 1.14 1999/08/08 01:34:15 niklas Exp $ */ +/* $OpenBSD: comvar.h,v 1.15 2000/02/01 01:32:39 mickey Exp $ */ /* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */ /* @@ -93,7 +93,6 @@ struct com_softc { bus_space_handle_t sc_ioh; bus_space_handle_t sc_hayespioh; - isa_chipset_tag_t sc_ic; u_char sc_uarttype; #define COM_UART_UNKNOWN 0x00 /* unknown */ -- cgit v1.2.3