Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/bebox/isa Remove sc_id member from fdc_softc.



details:   https://anonhg.NetBSD.org/src/rev/02d1d9f59dcc
branches:  trunk
changeset: 473922:02d1d9f59dcc
user:      sakamoto <sakamoto%NetBSD.org@localhost>
date:      Tue Jun 22 01:41:48 1999 +0000

description:
Remove sc_id member from fdc_softc.

diffstat:

 sys/arch/bebox/isa/fd.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 2747e95108b7 -r 02d1d9f59dcc sys/arch/bebox/isa/fd.c
--- a/sys/arch/bebox/isa/fd.c   Tue Jun 22 01:39:43 1999 +0000
+++ b/sys/arch/bebox/isa/fd.c   Tue Jun 22 01:41:48 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fd.c,v 1.6 1998/08/15 17:47:16 mycroft Exp $   */
+/*     $NetBSD: fd.c,v 1.7 1999/06/22 01:41:48 sakamoto Exp $  */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -154,7 +154,6 @@
 /* software state, per controller */
 struct fdc_softc {
        struct device sc_dev;           /* boilerplate */
-       struct isadev sc_id;
        void *sc_ih;
 
        bus_space_tag_t sc_iot;         /* ISA i/o space identifier */



Home | Main Index | Thread Index | Old Index