summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-05-02 01:08:09 +0000
committerbrian <brian@FreeBSD.org>2001-05-02 01:08:09 +0000
commitd56c2badd609cf617b87e58be1d05bd9271b0819 (patch)
tree9433437f22d179a0c82daf644278ab5db7c011ad /sys/conf/files
parent66031e93ec86375e32e73aa5b08ce1414a0347d6 (diff)
downloadFreeBSD-src-d56c2badd609cf617b87e58be1d05bd9271b0819.zip
FreeBSD-src-d56c2badd609cf617b87e58be1d05bd9271b0819.tar.gz
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.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files15
1 files changed, 13 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 794d6e6..0ed4acc 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -283,8 +283,19 @@ dev/cs/if_cs.c optional cs
dev/cs/if_cs_isa.c optional cs isa
dev/cs/if_cs_pccard.c optional cs card
dev/cs/if_cs_pccard.c optional cs pccard
-dev/dgb/dgb.c count dgb
-dev/dgb/dgm.c count dgm
+dev/dgb/dgb.c count dgb
+dev/dgb/dgm.c optional dgm \
+ warning "Please use digi instead of dgm"
+dev/digi/digi.c optional digi
+dev/digi/digi_isa.c optional digi
+dev/digi/digi_pci.c optional digi
+dev/digi/CX.c optional digi_CX
+dev/digi/CX_PCI.c optional digi_CX_PCI
+dev/digi/EPCX.c optional digi_EPCX
+dev/digi/EPCX_PCI.c optional digi_EPCX_PCI
+dev/digi/Xe.c optional digi_Xe
+dev/digi/Xem.c optional digi_Xem
+dev/digi/Xr.c optional digi_Xr
#dev/dpt/dpt_control.c optional dpt
dev/dpt/dpt_eisa.c optional dpt eisa
dev/dpt/dpt_pci.c optional dpt pci
OpenPOWER on IntegriCloud