| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Also some minor style cleanups.
Notes:
svn path=/head/; revision=119418
|
|
|
|
| |
Notes:
svn path=/head/; revision=102291
|
|
|
|
|
|
|
|
|
|
|
| |
loop is inversly proportional to hz.
This makes things more sane for configurations with hz != 100.
Cosmetic: Make the loops look similar to the loops in digi.c
Notes:
svn path=/head/; revision=94950
|
|
|
|
|
|
|
| |
irrespective of whether tsleep() or DELAY() is used.
Notes:
svn path=/head/; revision=94361
|
|
|
|
|
|
|
| |
sane.
Notes:
svn path=/head/; revision=94358
|
|
|
|
|
|
|
| |
entry so that it actually can do something.
Notes:
svn path=/head/; revision=91445
|
|
|
|
| |
Notes:
svn path=/head/; revision=86026
|
|
|
|
|
|
|
| |
Suggested by: bde
Notes:
svn path=/head/; revision=76853
|
|
|
|
| |
Notes:
svn path=/head/; revision=76848
|
|
|
|
|
|
|
|
|
| |
Tidy up includes, credit Slawa Olhovchenkov, John Prince and Eric Hernes
for their efforts and add a couple of missing parenthesis around return
expressions.
Notes:
svn path=/head/; revision=76358
|
|
|
|
|
|
|
| |
SMP being defined.
Notes:
svn path=/head/; revision=76327
|
|
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.
Notes:
svn path=/head/; revision=76195
|