Source-Changes-HG archive

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

[src/trunk]: src/sys 64bit police.



details:   https://anonhg.NetBSD.org/src/rev/a1d34c1ac583
branches:  trunk
changeset: 501812:a1d34c1ac583
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jan 07 21:47:24 2001 +0000

description:
64bit police.
Rumors say there are archs without ISA busses, so avoid including
(uneccesarily) isa bus headers in MI files.
XXX this is the minimal solution, layer interface calls will have
XXX to be revisited later

diffstat:

 sys/dev/ic/i4b_isic.c   |  100 +----------------------------------------------
 sys/dev/ic/i4b_isicl1.c |    4 +-
 sys/net/if_spppsubr.c   |    6 +-
 sys/netisdn/i4b_l2.c    |    4 +-
 sys/netisdn/i4b_trace.c |    8 +-
 5 files changed, 14 insertions(+), 108 deletions(-)

diffs (267 lines):

diff -r 32d5c31fac87 -r a1d34c1ac583 sys/dev/ic/i4b_isic.c
--- a/sys/dev/ic/i4b_isic.c     Sun Jan 07 21:24:05 2001 +0000
+++ b/sys/dev/ic/i4b_isic.c     Sun Jan 07 21:47:24 2001 +0000
@@ -27,51 +27,26 @@
  *     i4b_isic.c - global isic stuff
  *     ==============================
  *
- *     $Id: i4b_isic.c,v 1.1.1.1 2001/01/05 12:50:11 martin Exp $ 
+ *     $Id: i4b_isic.c,v 1.2 2001/01/07 21:47:24 martin Exp $ 
  *
  *      last edit-date: [Fri Jan  5 11:36:10 2001]
  *
  *---------------------------------------------------------------------------*/
 
 #include <sys/param.h>
-#if defined(__FreeBSD__) && __FreeBSD__ >= 3
 #include <sys/ioccom.h>
-#else
-#include <sys/ioctl.h>
-#endif
 #include <sys/kernel.h>
 #include <sys/systm.h>
 #include <sys/mbuf.h>
 #include <sys/socket.h>
 #include <net/if.h>
-
-#if defined(__NetBSD__) && __NetBSD_Version__ >= 104230000
 #include <sys/callout.h>
-#endif
-
-#ifdef __FreeBSD__
-#include <machine/clock.h>
-#include <i386/isa/isa_device.h>
-#else
 #include <sys/device.h>
-#if defined(__NetBSD__) && defined(amiga)
 #include <machine/bus.h>
-#else
-#ifndef __bsdi__
-#include <dev/isa/isavar.h>
-#endif
-#endif
-#endif
 
-#ifdef __FreeBSD__
-#include <machine/i4b_debug.h>
-#include <machine/i4b_ioctl.h>
-#include <machine/i4b_trace.h>
-#else
 #include <netisdn/i4b_debug.h>
 #include <netisdn/i4b_ioctl.h>
 #include <netisdn/i4b_trace.h>
-#endif
 
 #include <dev/ic/i4b_isicl1.h>
 #include <dev/ic/i4b_ipac.h>
@@ -82,79 +57,16 @@
 #include <netisdn/i4b_mbuf.h>
 #include <netisdn/i4b_global.h>
 
-#ifdef __bsdi__
-static int isicmatch(struct device *parent, struct cfdata *cf, void *aux);
-static void isicattach(struct device *parent, struct device *self, void *aux);
-struct cfdriver isiccd =
-       { NULL, "isic", isicmatch, isicattach, DV_IFNET,
-         sizeof(struct l1_softc) };
-
-int isa_isicmatch(struct device *parent, struct cfdata *cf, struct isa_attach_args *);
-int isapnp_isicmatch(struct device *parent, struct cfdata *cf, struct isa_attach_args *);
-int isa_isicattach(struct device *parent, struct device *self, struct isa_attach_args *ia);
-
-static int
-isicmatch(struct device *parent, struct cfdata *cf, void *aux)
-{
-       struct isa_attach_args *ia = (struct isa_attach_args *) aux;
-       if (ia->ia_bustype == BUS_PCMCIA) {
-               ia->ia_irq = IRQNONE;
-               /* return 1;    Not yet */
-               return 0;       /* for now */
-       }
-       if (ia->ia_bustype == BUS_PNP) {
-               return isapnp_isicmatch(parent, cf, ia);
-       }
-       return isa_isicmatch(parent, cf, ia);
-}
-
-static void
-isicattach(struct device *parent, struct device *self, void *aux)
-{
-       struct isa_attach_args *ia = (struct isa_attach_args *) aux;
-       struct l1_softc *sc = (struct l1_softc *)self;
-
-       sc->sc_flags = sc->sc_dev.dv_flags;
-       isa_isicattach(parent, self, ia);
-       isa_establish(&sc->sc_id, &sc->sc_dev);
-       sc->sc_ih.ih_fun = isicintr;
-       sc->sc_ih.ih_arg = (void *)sc;
-       intr_establish(ia->ia_irq, &sc->sc_ih, DV_NET);
-       /* Could add a shutdown hook here... */
-}
-#endif
-
-#ifdef __FreeBSD__
-void isicintr_sc(struct l1_softc *sc);
-#if !(defined(__FreeBSD_version)) || (defined(__FreeBSD_version) && __FreeBSD_version >= 300006)
-void isicintr(int unit);
-#endif
-#else
 /* XXX - hack, going away soon! */
 struct l1_softc *l1_sc[ISIC_MAXUNIT];
-#endif
 
 /*---------------------------------------------------------------------------*
  *     isic - device driver interrupt routine
  *---------------------------------------------------------------------------*/
-#ifdef __FreeBSD__
-
-void
-isicintr_sc(struct l1_softc *sc)
-{
-       isicintr(sc->sc_unit);
-}
-
-void
-isicintr(int unit)
-{
-       register struct l1_softc *sc = &l1_sc[unit];
-#else
 int
 isicintr(void *arg)
 {
        struct l1_softc *sc = arg;
-#endif
        
        if(sc->sc_ipac == 0)    /* HSCX/ISAC interupt routine */
        {
@@ -217,9 +129,8 @@
                HSCX_WRITE(0, H_MASK, HSCX_A_IMASK);
                ISAC_WRITE(I_MASK, ISAC_IMASK);
                HSCX_WRITE(1, H_MASK, HSCX_B_IMASK);
-#ifndef __FreeBSD__
+
                return(was_hscx_irq || was_isac_irq);
-#endif
        }
        else    /* IPAC interrupt routine */
        {
@@ -267,17 +178,12 @@
                        if(!ipac_irq_stat)
                                break;
                }
-#ifdef NOTDEF
-               if(was_ipac_irq == 0)
-                       NDBGL1(L1_ERROR, "WARNING: unit %d, No IRQ from IPAC!", sc->sc_unit);
-#endif
+
                IPAC_WRITE(IPAC_MASK, 0xff);
                DELAY(50);
                IPAC_WRITE(IPAC_MASK, 0xc0);
 
-#ifndef __FreeBSD__
                return(was_ipac_irq);
-#endif
        }               
 }
 
diff -r 32d5c31fac87 -r a1d34c1ac583 sys/dev/ic/i4b_isicl1.c
--- a/sys/dev/ic/i4b_isicl1.c   Sun Jan 07 21:24:05 2001 +0000
+++ b/sys/dev/ic/i4b_isicl1.c   Sun Jan 07 21:47:24 2001 +0000
@@ -27,7 +27,7 @@
  *     i4b_l1.c - isdn4bsd layer 1 handler
  *     -----------------------------------
  *
- *     $Id: i4b_isicl1.c,v 1.1.1.1 2001/01/05 12:50:12 martin Exp $ 
+ *     $Id: i4b_isicl1.c,v 1.2 2001/01/07 21:47:27 martin Exp $ 
  *
  *      last edit-date: [Fri Jan  5 11:36:11 2001]
  *
@@ -303,7 +303,7 @@
 
                case CMR_SETTRACE:
                        NDBGL1(L1_PRIM, "unit %d, command = CMR_SETTRACE, parm = %p", unit, parm);
-                       sc->sc_trace = (unsigned int)parm;
+                       sc->sc_trace = (int)(unsigned long)parm;
                        break;
 
                default:
diff -r 32d5c31fac87 -r a1d34c1ac583 sys/net/if_spppsubr.c
--- a/sys/net/if_spppsubr.c     Sun Jan 07 21:24:05 2001 +0000
+++ b/sys/net/if_spppsubr.c     Sun Jan 07 21:47:24 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_spppsubr.c,v 1.16 2000/12/18 20:50:36 thorpej Exp $  */
+/*     $NetBSD: if_spppsubr.c,v 1.17 2001/01/07 21:47:28 martin Exp $   */
 
 /*
  * Synchronous PPP/Cisco link level subroutines.
@@ -4945,7 +4945,7 @@
 
        switch (subcmd) {
        case SPPPIOGDEFS:
-               if (cmd != SIOCGIFGENERIC)
+               if (cmd != (int)SIOCGIFGENERIC)
                        return EINVAL;
                /*
                 * We copy over the entire current state, but clean
@@ -4962,7 +4962,7 @@
                return copyout(&spr, (caddr_t)ifr->ifr_data, sizeof spr);
 
        case SPPPIOSDEFS:
-               if (cmd != SIOCSIFGENERIC)
+               if (cmd != (int)SIOCSIFGENERIC)
                        return EINVAL;
                /*
                 * We have a very specific idea of which fields we allow
diff -r 32d5c31fac87 -r a1d34c1ac583 sys/netisdn/i4b_l2.c
--- a/sys/netisdn/i4b_l2.c      Sun Jan 07 21:24:05 2001 +0000
+++ b/sys/netisdn/i4b_l2.c      Sun Jan 07 21:47:24 2001 +0000
@@ -27,7 +27,7 @@
  *      i4b_l2.c - ISDN layer 2 (Q.921)
  *     -------------------------------
  *
- *     $Id: i4b_l2.c,v 1.1.1.1 2001/01/05 12:50:07 martin Exp $ 
+ *     $Id: i4b_l2.c,v 1.2 2001/01/07 21:47:29 martin Exp $ 
  *
  * $FreeBSD$
  *
@@ -340,7 +340,7 @@
  *---------------------------------------------------------------------------*/
 int i4b_mdl_command_req(int unit, int command, void * parm)
 {
-       NDBGL2(L2_PRIM, "unit %d, command=%d, parm=%d", unit, command, (unsigned int)parm);
+       NDBGL2(L2_PRIM, "unit %d, command=%d, parm=%p", unit, command, parm);
 
        switch(command)
        {
diff -r 32d5c31fac87 -r a1d34c1ac583 sys/netisdn/i4b_trace.c
--- a/sys/netisdn/i4b_trace.c   Sun Jan 07 21:24:05 2001 +0000
+++ b/sys/netisdn/i4b_trace.c   Sun Jan 07 21:47:24 2001 +0000
@@ -27,7 +27,7 @@
  *     i4btrc - device driver for trace data read device
  *     ---------------------------------------------------
  *
- *     $Id: i4b_trace.c,v 1.1.1.1 2001/01/05 12:50:00 martin Exp $
+ *     $Id: i4b_trace.c,v 1.2 2001/01/07 21:47:29 martin Exp $
  *
  *     last edit-date: [Fri Jan  5 11:33:47 2001]
  *
@@ -518,7 +518,7 @@
                case I4B_TRC_SET:
                        if(cno < 0)
                                return ENOTTY;
-                       (*ctrl_desc[cno].N_MGMT_COMMAND)(ctrl_desc[cno].unit, CMR_SETTRACE, (void *)*(unsigned int *)data);
+                       (*ctrl_desc[cno].N_MGMT_COMMAND)(ctrl_desc[cno].unit, CMR_SETTRACE, (void *)*(unsigned long *)data);
                        break;
 
                case I4B_TRC_SETA:
@@ -547,8 +547,8 @@
                                        
                                outunit = unit;
                                analyzemode = 1;
-                               (*ctrl_desc[cno].N_MGMT_COMMAND)(rxunit, CMR_SETTRACE, (int *)(tsa->rxflags & (TRACE_I | TRACE_D_RX | TRACE_B_RX)));
-                               (*ctrl_desc[cno].N_MGMT_COMMAND)(txunit, CMR_SETTRACE, (int *)(tsa->txflags & (TRACE_I | TRACE_D_RX | TRACE_B_RX)));
+                               (*ctrl_desc[cno].N_MGMT_COMMAND)(rxunit, CMR_SETTRACE, (void *)(unsigned long)(tsa->rxflags & (TRACE_I | TRACE_D_RX | TRACE_B_RX)));
+                               (*ctrl_desc[cno].N_MGMT_COMMAND)(txunit, CMR_SETTRACE, (void *)(unsigned long)(tsa->txflags & (TRACE_I | TRACE_D_RX | TRACE_B_RX)));
                        }
                        break;
 



Home | Main Index | Thread Index | Old Index