| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
an error that there is no aicasm.1 man page.
|
|
|
|
| |
not when passed to Bourne shell. This unbreaks "make clean".
|
|
|
|
|
| |
Approved by: re
Reminded by: obrien
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The ISA probe uses an identify routine to probe all slot locations from
1 to 14 that do not conflict with other allocated resources. This required
making aic7770.c part of the driver core when compiled as a module.
aic7xxx.c:
aic79xx.c:
aic_osm_lib.c:
Use aic_scb_timer_start() consistently to start the watchdog timer.
This removes a few places that verbatum copied the code in
aic_scb_timer_start().
During recovery processing, allow commands to still be queued to
the controller. The only requirement we have is that our recovery
command be queued first - something the code already guaranteed.
The only other change required to make this work is to prevent
timers from being started for these newly queued commands.
Approved by: re
|
|
|
|
| |
case where we build modules with world.
|
|
|
|
|
|
|
|
|
| |
pretty printing is enabled
Add a dependency on the source files for aicasm so that it will be rebuilt
if out of date.
Simplify.
|
| |
|
|
|
|
|
|
|
|
| |
is a compiler tool and needs to be compiled by the host compiler. I've
tested this in i386->sparc cross-build, 4.7->current upgrade, normal
buildkernel target, and normal /sys/i386/compile/GENERIC configurations.
Submitted by: ru
|
| |
|
|
|
|
| |
fix the buildkernel target.
|
| |
|
|
breaks the ahc driver into a core back-end and pci and eisa
front-ends.
|