Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2000 16:56:14 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/vx if_vx.c if_vx_eisa.c if_vx_pci.c if_vxreg.h
Message-ID:  <200011070056.QAA90929@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2000/11/06 16:56:14 PST

  Modified files:
    sys/dev/vx           if_vx.c if_vx_eisa.c if_vx_pci.c 
                         if_vxreg.h 
  Log:
  Update the vortex driver so that it no longer needs the PCI compat
  interface. In addition to using newbus, it also uses bus_space rather
  than inb/outb to make it MI. The grody static softc allocation stuff
  has been removed as well.
  
  Revision  Changes    Path
  1.31      +70 -112   src/sys/dev/vx/if_vx.c
  1.15      +9 -7      src/sys/dev/vx/if_vx_eisa.c
  1.22      +96 -61    src/sys/dev/vx/if_vx_pci.c
  1.7       +22 -4     src/sys/dev/vx/if_vxreg.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011070056.QAA90929>