diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-08-17 22:47:17 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-08-17 22:47:17 +0000 |
commit | 6a3cd414b6ad6bf38c571ed9ca1666d2b26d2a18 (patch) | |
tree | 51e40042616ae3c6a429c917600b2a6427789479 /sys/dev/isa/if_ie.c | |
parent | a5b2c63358d7a57e0a32090633773befe16e7703 (diff) |
factor out ie device definition; niklas@ ok
Diffstat (limited to 'sys/dev/isa/if_ie.c')
-rw-r--r-- | sys/dev/isa/if_ie.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/if_ie.c b/sys/dev/isa/if_ie.c index b4d8d5e68cb..4013b341185 100644 --- a/sys/dev/isa/if_ie.c +++ b/sys/dev/isa/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.17 1999/03/01 20:45:08 jason Exp $ */ +/* $OpenBSD: if_ie.c,v 1.18 1999/08/17 22:47:16 mickey Exp $ */ /* $NetBSD: if_ie.c,v 1.51 1996/05/12 23:52:48 mycroft Exp $ */ /*- @@ -323,7 +323,7 @@ static __inline int ie_packet_len __P((struct ie_softc *)); static void chan_attn_timeout __P((void *)); static void run_tdr __P((struct ie_softc *, struct ie_tdr_cmd *)); -struct cfattach ie_ca = { +struct cfattach ie_isa_ca = { sizeof(struct ie_softc), ieprobe, ieattach }; |