diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-02-01 01:32:40 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-02-01 01:32:40 +0000 |
commit | 7b12440d78745a1e20fe95fabd4af86c4c148f09 (patch) | |
tree | 27c1ba2594485bfdde9059c25c105aa2aa798a1f /sys/dev | |
parent | b6c99cea74c082e91d2fd939d0099459ba45d70a (diff) |
missed in last com.c commit, sc_ic usage was replaced w/ ia_ic where needed; niklas@ ok
Diffstat (limited to 'sys/dev')
-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 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 */ |