This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2619d7c271
freebsd-nq
/
usr.sbin
/
digictl
/
Makefile
8 lines
76 B
Makefile
Raw
Normal View
History
Unescape
Escape
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.
2001-05-02 01:08:09 +00:00
# $FreeBSD$
PROG
=
digictl
Turn on WARNS=2, no code fixes needed. Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
2001-12-09 21:52:22 +00:00
WARNS
?=
2
Reorder WARNS line for style. Pointed out by: bde
2001-12-10 21:13:36 +00:00
MAN
=
digictl.8
Turn on WARNS=2, no code fixes needed. Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
2001-12-09 21:52:22 +00:00
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.
2001-05-02 01:08:09 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink