Date: Wed, 02 May 2001 02:22:10 +0100 From: Brian Somers <brian@Awfulhak.org> To: Brian Somers <brian@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: 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: <200105020122.f421MAF48698@hak.lan.Awfulhak.org> In-Reply-To: Message from Brian Somers <brian@FreeBSD.org> of "Tue, 01 May 2001 18:08:10 PDT." <200105020108.f4218Ae26128@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This work is incomplete, but is a step in the right direction. The
dgm driver can go away soon, and dgb will hopefully follow soon
afterwards (I'm not convinced the Xi board I have works!).
Comments welcome.
> 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
--
Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org>
<http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org>
Don't _EVER_ lose your sense of humour !
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?200105020122.f421MAF48698>
