1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/conf
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
..
defines
files Add an ISA attachement to the aic7xxx driver to handle 284X controllers. 2004-08-17 00:14:31 +00:00
files.alpha Break out the MI part of the /dev/[k]mem and /dev/io drivers into 2004-08-01 11:40:54 +00:00
files.amd64 Complete 'IA32' -> 'COMPAT_IA32' change for the Linuxulator32. 2004-08-16 12:51:33 +00:00
files.arm
files.i386 AMD64 on-CPU GART support. 2004-08-16 12:25:48 +00:00
files.ia64 Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It must 2004-08-16 18:54:23 +00:00
files.pc98 Add MP_WATCHDOG option information to pc98, as it uses the i386 2004-08-16 13:59:01 +00:00
files.powerpc Add /dev/mem and /dev/kmem to powerpc. 2004-08-16 13:07:40 +00:00
files.sparc64 Add a kludge for building SBus-only kernels, i.e. kernels without support 2004-08-15 22:59:34 +00:00
kern.mk
kern.post.mk We don't need GEN_M_CFILES. Fold it into GEN_CFILES definition and 2004-06-27 23:03:43 +00:00
kern.pre.mk Removed COPTS support from kmod.mk and kern.pre.mk. 2004-08-13 14:30:26 +00:00
kmod_syms.awk
kmod.mk Add sparc64/pci/ofw_pci_if.m to the list of MFILES so modules can use 2004-08-14 23:53:04 +00:00
ldscript.alpha
ldscript.amd64
ldscript.arm
ldscript.i386
ldscript.ia64
ldscript.powerpc
ldscript.sparc64
majors
majors.awk
Makefile.alpha
Makefile.amd64
Makefile.arm
Makefile.i386
Makefile.ia64
Makefile.pc98
Makefile.powerpc Removed COPTS support from kmod.mk and kern.pre.mk. 2004-08-13 14:30:26 +00:00
Makefile.sparc64
makeLINT.mk
makeLINT.sed
newvers.sh When building a kernel or the loader, let the hostname be overridden 2004-07-01 06:40:12 +00:00
NOTES Connect RAID3 GEOM class to the build. 2004-08-16 06:36:21 +00:00
options Connect RAID3 GEOM class to the build. 2004-08-16 06:36:21 +00:00
options.alpha Update for the KDB framework. Sanitize the alpha console code now that 2004-07-10 22:29:41 +00:00
options.amd64 I'm not sure what tjr envisioned for turning on FreeBSD/i386 rt support, 2004-08-16 11:09:59 +00:00
options.arm
options.i386 AMD64 on-CPU GART support. 2004-08-16 12:25:48 +00:00
options.ia64 Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It must 2004-08-16 18:54:23 +00:00
options.pc98 Add MP_WATCHDOG option information to pc98, as it uses the i386 2004-08-16 13:59:01 +00:00
options.powerpc
options.sparc64
systags.sh