Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 May 2001 18:08:10 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc MAKEDEV src/sys/conf files majors src/sys/dev/digi CX.bios.h CX.c CX.fepos.h CX_PCI.bios.h CX_PCI.c CX_PCI.fepos.h EPCX.bios.h EPCX.c EPCX.fepos.h EPCX_PCI.bios.h EPCX_PCI.c EPCX_PCI.fepos.h Xe.bios.h Xe.c Xe.fepos.h Xem.bios.h ...
Message-ID:  <200105020108.f4218Ae26128@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2001/05/01 18:08:09 PDT

  Modified files:
    etc                  MAKEDEV 
    sys/conf             files majors 
    sys/i386/conf        NOTES 
    sys/modules          Makefile 
    usr.sbin             Makefile 
  Added files:
    sys/dev/digi         CX.bios.h CX.c CX.fepos.h CX_PCI.bios.h 
                         CX_PCI.c CX_PCI.fepos.h EPCX.bios.h 
                         EPCX.c EPCX.fepos.h EPCX_PCI.bios.h 
                         EPCX_PCI.c EPCX_PCI.fepos.h Xe.bios.h 
                         Xe.c Xe.fepos.h Xem.bios.h Xem.c 
                         Xem.fepos.h Xr.bios.h Xr.c Xr.fepos.h 
                         con.CX-IBM.h con.CX.h con.EPCX.h 
                         con.MBank.h digi.c digi.h digi_isa.c 
                         digi_mod.h digi_pci.c digi_pci.h digiio.h 
                         digireg.h 
    sys/modules/digi     Makefile Makefile.inc 
    sys/modules/digi/digi Makefile 
    sys/modules/digi/digi_CX Makefile 
    sys/modules/digi/digi_CX_PCI Makefile 
    sys/modules/digi/digi_EPCX Makefile 
    sys/modules/digi/digi_EPCX_PCI Makefile 
    sys/modules/digi/digi_Xe Makefile 
    sys/modules/digi/digi_Xem Makefile 
    sys/modules/digi/digi_Xr Makefile 
    usr.sbin/digictl     Makefile digictl.8 digictl.c 
  Log:
  Add a ``digi'' driver.
  
  This driver supports PCI Xr-based and ISA Xem Digiboard cards.
  dgm will go away soon if there are no problems reported.  For now,
  configuring dgm into your kernel warns that you should be using
  digi.  This driver is probably close to supporting Xi, Xe and Xeve
  cards, but I wouldn't expect them to work properly (hardware
  donations welcome).
  
  The digi_* pseudo-drivers are not drivers themselves but contain
  the BIOS and FEP/OS binaries for various digiboard cards and are
  auto-loaded and auto-unloaded by the digi driver at initialisation
  time.  They *may* be configured into the kernel, but waste a lot
  of space if they are.  They're intended to be left as modules.
  
  The digictl program is (mainly) used to re-initialise cards that
  have external port modules attached such as the PC/Xem.
  
  Revision  Changes    Path
  1.300     +45 -3     src/etc/MAKEDEV
  1.512     +14 -3     src/sys/conf/files
  1.123     +2 -1      src/sys/conf/majors
  1.911     +16 -3     src/sys/i386/conf/NOTES
  1.177     +2 -2      src/sys/modules/Makefile
  1.200     +2 -1      src/usr.sbin/Makefile


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?200105020108.f4218Ae26128>