freebsd-dev/sys/modules/aic7xxx
Justin T. Gibbs 7afc02188a Add an ISA attachement to the aic7xxx driver to handle 284X controllers.
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
2004-08-17 00:14:31 +00:00
..
ahc Add an ISA attachement to the aic7xxx driver to handle 284X controllers. 2004-08-17 00:14:31 +00:00
ahd Update GENSRCS and aicasm options correctly depending on whether register 2003-01-22 21:56:54 +00:00
aicasm
Makefile
Makefile.inc Include "../Makefile.inc". 2002-11-06 13:41:40 +00:00