patch-2.4.21 linux-2.4.21/drivers/scsi/aic79xx/CHANGELOG

Next file: linux-2.4.21/drivers/scsi/aic79xx/Config.in
Previous file: linux-2.4.21/drivers/scsi/aha152x.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/drivers/scsi/aic79xx/CHANGELOG linux-2.4.21/drivers/scsi/aic79xx/CHANGELOG
@@ -0,0 +1,23260 @@
+Change 1861 by scottl@scottl-template on 2003/01/21 18:26:00
+
+	       Update driver version to 1.3.0
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#108 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#25 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#28 edit
+
+Change 1859 by scottl@scottl-template on 2003/01/21 15:27:08
+
+	readme.txt:
+	README.aic7xxx:
+		Convert tabs to spaces.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/README.aic7xxx#4 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/readme.txt#4 edit
+
+Change 1858 by scottl@scottl-template on 2003/01/21 14:43:42
+
+	readme.txt:
+	README.aic79xx:
+		Fix the wording of the 1.3.0 version history line
+		Replace tabs with spaces.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/README.aic79xx#6 edit
+... //depot/linux_mod_devel/scsi.aic79xx/readme.txt#18 edit
+
+Change 1856 by gibbs@bitkeeper-linux-2.5 on 2003/01/21 12:37:08
+
+	Update the embedded aic7xxx driver README.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/README.aic7xxx#3 edit
+
+Change 1854 by gibbs@bitkeeper-linux-2.5 on 2003/01/21 12:12:27
+
+	Update aic79xx README used for embedding.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/README.aic79xx#5 edit
+
+Change 1851 by gibbs@bitkeeper-linux-2.5 on 2003/01/20 16:45:59
+
+	Bump aic7xxx driver to version 6.2.28.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#123 edit
+
+Change 1850 by scottl@scottl-template on 2003/01/20 16:29:28
+
+	       Update driver version to 1.3.0.RC2
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#107 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#24 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#27 edit
+
+Change 1849 by gibbs@bitkeeper-linux-2.4 on 2003/01/20 16:23:35
+
+	aic79xx_osm.c:
+		Correct the BUILD_SCSIID macro to take into account the
+		future removal of target, lun and channel from the
+		scsi_cmnd structure.
+	
+		Clean up ahd_linux_initialize_scsi_bus().  The indirection
+		was left over from the port from aic7xxx where twin
+		channel adapters come into play.  The result in the aic79xx
+		driver just looked silly.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#115 edit
+
+Change 1848 by gibbs@bitkeeper-linux-2.4 on 2003/01/20 16:20:47
+
+	aic79xx.c:
+		Fix a missed goal.period -> goal.offset change.  In
+		this case, the bug resulted in comparing a period
+		against an offset.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#156 edit
+
+Change 1847 by gibbs@bitkeeper-linux-2.4 on 2003/01/20 10:14:37
+
+	aic79xx.c:
+	aic7xxx.c:
+		Indicate the features, bugs, and flags set in the softc
+		that are used to control firmware patch download when
+		booting verbose.
+	
+	aic7xxx.c:
+		Fix an ifdef bug that caused sequencer debugging to
+		be enabled always.
+	
+		Clear the ultraenb flag in our tstate during startup.
+		The ultraenbled'ness of a device is recorded in the user
+		transfer settings.  tstate->ultraenb bitmask indicates
+		which devices we have negotiated an ultra speed with.
+		Just after initialization, we are async.  Setting the
+		ultraenb flag while async seems to be harmless, but it
+		was confusing to see the ULTRAENB flag set in the SCB.
+	
+		Allow ahc_dump_card_state() to be called when the sequencer
+		is not paused.  Add dump card state markers as in the U320
+		driver.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#155 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#112 edit
+
+Change 1846 by gibbs@bitkeeper-linux-2.4 on 2003/01/20 09:53:07
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Dump card state on DV timeouts when SHOW_DV debug
+		option is set.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#114 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#179 edit
+
+Change 1845 by gibbs@bitkeeper-linux-2.4 on 2003/01/17 14:46:30
+
+	aic79xx.c:
+	aic7xxx.c:
+		Force an SDTR after a rejected WDTR if the
+		syncrate is unkonwn.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#154 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#111 edit
+
+Change 1844 by gibbs@bitkeeper-linux-2.5 on 2003/01/17 13:20:26
+
+	aic7xxx_osm.h:
+		Bump driver version to 6.2.27.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#122 edit
+
+Change 1843 by gibbs@overdrive on 2003/01/17 13:06:51
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#22 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg_print.c#9 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#23 edit
+
+Change 1842 by scottl@scottl-template on 2003/01/17 12:39:50
+
+	       Update driver version to 1.3.0.RC1
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#106 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#23 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#26 edit
+
+Change 1841 by gibbs@bitkeeper-linux-2.4 on 2003/01/17 12:39:21
+
+	aic7xxx.c:
+	aic7xxx.h:
+	aic7xxx_pci.c:
+		Take another stab at disabling PCI errors in the aic7xxx
+		driver.  We now just clear the PERRRESEN bit in the command
+		register.  This option is now enabled via a new flag in
+		ahc->flags: AHC_DISABLE_PCI_PERR.
+	
+	aic7xxx_osm.c:
+		Hook the already existing pci_parity option.  Parity
+		defaults to off since so many Linux users have clunky
+		VIA chipsets that cause spurious warnings.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#110 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#70 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#57 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#178 edit
+
+Change 1840 by scottl@scottl-template on 2003/01/16 18:53:11
+
+	aic7xxx_osm.c:
+		Fix missed AHD->AHC substitutions from last commit.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#177 edit
+
+Change 1839 by scottl@scottl-template on 2003/01/16 18:51:20
+
+	aic7xxx_osm.c:
+		Traverse the array of targets and devices in
+		ahc_platform_free() and remove each device.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#176 edit
+
+Change 1838 by scottl@scottl-template on 2003/01/16 18:46:46
+
+	aic79xx_osm.c:
+		Traverse the arrays of targets and devices to free each
+		device when ahd_platform_free() is called.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#113 edit
+
+Change 1837 by gibbs@bitkeeper-linux-2.4 on 2003/01/16 16:24:58
+
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+	aic7xxx_osm.c:
+	aic7xxx_osm.h:
+		Adapt to upcoming 2.5.X change.  The host, target, channel,
+		and lun fields are disappearing from the scsi_cmnd structure.
+		We must instead get this data from the scsi_device structure
+		hung off the command.  The only trick in this is an update
+		to how we fake up DV commands.  We now need to fake up a
+		scsi_device too.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#112 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#105 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#175 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#121 edit
+
+Change 1836 by gibbs@bitkeeper-linux-2.4 on 2003/01/16 14:39:58
+
+	aic79xx.c:
+		Only send an async update to the luns affected by
+		the device reset now that ahd_handle_devreset is
+		called for lun resets too.
+	
+	aic79xx_osm.c:
+		Only bother dumping card state after we've determined
+		that the command to be aborted is still active on the
+		controller.
+	
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Have the AC_SENT_BDR handler manually set the was_reset
+		and expecting_cc_ua flags in all devices that are
+		affected by the target/lun reset.
+	
+		Never allow cmd->retries to go below zero.  cmd->retries
+		is not incremented when a command goes through recovery.
+		This could allow the retry count to suddenly become a
+		very large number.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#153 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#111 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#174 edit
+
+Change 1834 by gibbs@aslan on 2003/01/15 21:32:22
+
+	aic7xxx.seq:
+		Correct a target mode regression that prevented the
+		driver from properly handling unexpected
+		messages (negotiation, etc).
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#54 edit
+
+Change 1833 by gibbs@bitkeeper-linux-2.4 on 2003/01/15 21:27:13
+
+	aic79xx_osm.c:
+		Split out the abort handler from the dev reset handler.
+		The dev reset handler will now use a new SCB to issue
+		the dev reset.  This avoids a potential problem with
+		SCB race issues for dev resets.
+	
+		Manually set the task management function now that
+		ahd_queue_scb() doesn't do this for us.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#110 edit
+
+Change 1832 by gibbs@bitkeeper-linux-2.4 on 2003/01/15 21:20:59
+
+	aic79xx.c:
+		Update copyright for 2003.
+	
+		Modify ahd_handle_devreset so that it can handle
+		lun resets in addition to target resets.
+	
+		Correct a bug in the illegal phase handler that
+		caused us to drop down to narrow when handling the
+		unexpected command phase case after 3rd party
+		reset of a packetized device.
+	
+		Add some diagnostics to the task management function code.
+	
+		Use ahd_handle_devreset for lun and target reset task
+		management functions.
+	
+		Handle the abort task TMF race case better.  We now
+		wait until any current selections are over and then
+		set the TMF back to zero.  This should cause the sequencer
+		to ignore the abort TMF completion should it occur.
+	
+		Correct a regression in ahd_sent_msg that caused it to fail
+		to recognize any 1byte messages other than identify.
+	
+	aic79xx_inline.h:
+		Allow callers to ahd_send_scb() to set the task management
+		function.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#152 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#41 edit
+
+Change 1831 by scottl@scottl-template on 2003/01/15 17:37:56
+
+	Move aic_error_action and aic_calc_speed out of the osm's and
+	into aiclib.  Do slight header adjustment to make it work.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#69 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#109 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#104 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#173 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#120 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aiclib.c#6 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aiclib.h#6 edit
+
+Change 1830 by gibbs@bitkeeper-linux-2.4 on 2003/01/15 15:33:45
+
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+	aic7xxx_osm.c:
+	aic7xxx_osm.h:
+		Correct use of AHD_EH_UP_SEMAPHORE.  This should
+		unbreak the recovery handler.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#108 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#103 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#172 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#119 edit
+
+Change 1829 by gibbs@overdrive on 2003/01/15 11:18:20
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#54 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#35 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#55 edit
+
+Change 1828 by gibbs@bitkeeper-linux-2.5 on 2003/01/15 10:19:07
+
+	aic79xx_osm.c:
+		Continue to dump the card state on timeouts for the
+		time being.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#107 edit
+
+Change 1827 by gibbs@bitkeeper-linux-2.5 on 2003/01/15 10:18:44
+
+	aic7xxx.h:
+		Reformat a few comments to follow driver style.
+	
+		Add a controller flag that indicates that a controller
+		has not been initialized by the BIOS.
+	
+	aic7xxx.c:
+		Disable PCI error interrupts on PCI adapters prior
+		to the Ultra2 controllers.  This brings us in line
+		with what the other Adaptec drivers do, but it is
+		still not clear exactly why this status reporting
+		might be broken.
+	
+		Don't set our width to unknown when forcing negotiation
+		on narrow controllers.  This will confuse the negotiation
+		code into negotiating with a wide message on narrow
+		controllers.
+	
+		In ahc_reset(), record whether or not we found the
+		controller in a reset state.  If the controller was
+		already reset, assume that no BIOS has initialized
+		the controller and ignore left over scratch ram
+		settings.
+	
+		In ahc_dump_card_state() fix a logic reversal.  The
+		SCSIPHASE register only exists on U160 controllers.
+		The SCSISIGI register exists on all controllers.  Not
+		the other way around.
+	
+	aic7xxx_osm.c:
+		Format sense diagnostic in 16 byte rows.
+	
+		Remove a superfluous diagnostic printf.
+	
+	aic7xxx_pci.c:
+		Ensure that the PCIERRGENDIS bit is set in the
+		PCIERRGEN config space register.  Perhaps this
+		is a reason for the spurios parity errors reported
+		on U160 controllers.
+	
+		Honor the AHC_NO_BIOS_INIT flag.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#109 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#68 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#56 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#171 edit
+
+Change 1826 by gibbs@bitkeeper-linux-2.5 on 2003/01/15 10:10:47
+
+	aic79xx.reg:
+		Add SEQINT codes for handling task management
+		completions.
+	
+	aic79xx.seq:
+		Add notifications to the host of task management
+		completions as well as the completions for commands
+		that have a task management function pending but
+		not yet sent.
+	
+		Hold a critical section during select-out processing
+		until we have a fully identified connection.  This
+		removes a race condition with the legacy abort handler.
+	
+		Correct a few spelling errors in some comments.
+	
+	aic79xx_core.c
+		Flush the good status FIFO in ahd_flush_qoutfifo.
+		This routine should now catch all completed commands
+		in their various locations and states.
+	
+		Add support for task management function completions.
+	
+		If we are a narrow controller, don't set the current
+		width to unknown when forcing a future negotiation.
+		This just confuses the code into attempting a wide
+		negotiation on a narrow bus.
+	
+	aic79xx_osm.c:
+		Enable recovery code.  Behavior should be similar to
+		that of the aic7xxx driver for legacy devices.  For
+		packetized devices, we will now queue the appropriate
+		task management function.
+	
+		When printing out sense information, format in 16
+		byte rows.
+	
+	scsi_iu.h:
+		Add definitions for the task management codes sent
+		in SPI4 command information units.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#151 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#60 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#78 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#106 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/scsi_iu.h#4 edit
+
+Change 1825 by gibbs@bitkeeper-linux-2.5 on 2003/01/10 16:42:54
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Short cicuit domain validation if the inquiry
+		data for the device shows that it does not support
+		sync or wide transfers.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#105 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#170 edit
+
+Change 1820 by gibbs@bitkeeper-linux-2.5 on 2003/01/07 19:47:06
+
+	aic79xx_osm_pci.c:
+		Always set the pci_dma_mask.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#20 edit
+
+Change 1819 by gibbs@bitkeeper-linux-2.5 on 2003/01/07 19:44:50
+
+	aic7xxx_osm_pci.c:
+		Always initialize the pci_dma_mask.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#43 edit
+
+Change 1818 by gibbs@overdrive on 2003/01/07 19:11:29
+
+	aic79xx_osm.h:
+	aic7xxx_osm.h:
+		Correct version numbers.  We are now at aic7xxx 6.2.26,
+		and aic79xx 1.3.0_BETA2.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#102 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#118 edit
+
+Change 1817 by scottl@scottl-template on 2003/01/07 19:03:54
+
+	       Update driver version to 6.2.24
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#117 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/rpm/aic7xxx.spec#10 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/rpm/install.sh#14 edit
+
+Change 1815 by scottl@scottl-belfalas-template on 2003/01/07 18:58:15
+
+	Forward declare and static-ize aic7xxx_setup().
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#169 edit
+
+Change 1814 by gibbs@bitkeeper-linux-2.5 on 2003/01/07 18:35:16
+
+	aic7xxx_osm.h:
+		Add PCIM_CMD_SERRESPEN definition.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#116 edit
+
+Change 1813 by gibbs@overdrive on 2003/01/07 18:32:44
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#21 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg_print.c#8 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#22 edit
+
+Change 1812 by gibbs@aslan on 2003/01/07 17:38:33
+
+	aic79xx_pci.c:
+	aic7xxx_pci.c:
+		Disable SERR and pause the controller prior to performing
+		our mmapped I/O test.  This should handle the case of
+		controllers that do not "auto-access pause".  For legacy
+		controllers, use SCB ram instead of scratch ram since
+		the latter may contain settings left over from the BIOS
+		that we will use if an seeprom is not found.
+	
+	aic7xxx.h:
+	aic7xxx.c:
+		Remove the probe_stack code.  The stack is always
+		4 deep on legacy controllers, so probing is pointless.
+		This also avoids an issue where probing the stack would
+		upset the aic7770.
+	
+	aic7xxx.c:
+		Print out the ERROR register in ahc_dump_card_state().
+	
+	aic7xxx.reg:
+		Add a constant for the controller's stack size.
+	
+	aic7xxx.seq:
+		Style nit.  The source is implied to be the destination
+		unless overridden in an "and" instruction.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#61 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#108 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#67 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#37 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#53 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#55 edit
+
+Change 1811 by gibbs@aslan on 2003/01/07 14:20:42
+
+	aicasm_gram.y:
+		Remove the numerical_value portion of the grammer
+		which is no longer referenced.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#29 edit
+
+Change 1810 by scottl@scottl-template on 2003/01/07 09:29:00
+
+	       Update driver version to 1.3.0.BETA1
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#101 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#21 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#24 edit
+
+Change 1808 by gibbs@bitkeeper-linux-2.5 on 2003/01/06 14:21:46
+
+	aic7xxx_osm.c:
+		Correctly account for twin channel adapters in
+		pre-allocating target devices for initial DV scan.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#168 edit
+
+Change 1807 by gibbs@bitkeeper-linux-2.5 on 2003/01/06 11:58:41
+
+	aic79xx.c:
+		Correct ahd_find_syncrate() so that the actual
+		syncrate and not the "maximum syncrate" is modified
+		by tests that limit syncrate based on PPR options.
+	
+	aic7xxx.c:
+	aic79xx.c:
+		Enhance residual diagnostic to indicate if the residual
+		if for sense information or normal data transfers.
+	
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		For the initial DV scan, only instantiate target objects
+		for IDs that can exist (i.e. only up to ID 7 on narrow
+	
+		Record the maximum bus width for fallback in the target
+		structure and use this to ensure we never fallback to
+		wide on a narrow target.
+		channels).
+	
+		Add DV diagnostic for failed inquiry verification.
+	
+	aic79xx_osm.h:
+	aic7xxx_osm.h:
+		Add dv_max_width to target structures and shrink several
+		fields to 8bits.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#150 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#107 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#104 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#100 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#167 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#115 edit
+... //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Makefile#5 edit
+
+Change 1805 by scottl@scottl-junior-freebsd on 2002/12/30 21:13:11
+
+	Convert the use of MAXBSIZE in the dma tag to more appropriate values.
+	Use BUS_SPACE_MAXSIZE_32BIT for the parent dma tags, and
+	(NSEGS - 1) * PAGE_SIZE for the data buffer tags.  FreeBSD/sparc64 is
+	more strick about checking these values that other arches.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#149 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#106 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/ahc_eisa.c#10 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/ahc_pci.c#12 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/ahd_pci.c#12 edit
+
+Change 1804 by gibbs@bitkeeper-linux-2.5 on 2002/12/30 18:59:49
+
+	aic79xx_osm.h:
+		Bump version number to 1.3.0_ALPHA6
+	
+	aic7xxx_osm.h:
+		Bump version number to 6.2.25.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#99 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#114 edit
+
+Change 1803 by gibbs@bitkeeper-linux-2.4 on 2002/12/30 16:54:09
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Reorganize DV state machine so that full inquiry data
+		is retrieved prior to testing to see if the unit is ready.
+		We now use this full inquiry data to assume defaults if
+		for some reason the DV state machine fails to configure
+		the device.  This failsafe mechanism should ensure that
+		these devices are at least configured in the same fashion
+		as they were before the addition of DV to these drivers.
+	
+	aic79xx_osm.h:
+	aic7xxx_osm.h:
+		Re-arrange DV state enum to reflect current state machine
+		transitions.
+	
+		Add additional target flags used to implement the DV
+		failsafe mechanism.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#103 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#98 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#166 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#113 edit
+
+Change 1802 by gibbs@bitkeeper-linux-2.5 on 2002/12/30 14:59:22
+
+	aic7770_osm.c:
+	aic79xx_osm_pci.c:
+	aic7xxx_osm_pci.c:
+		Clean up check_region() usage.  It is deprecated in 2.5.X
+		and 2.4.X, but is still required in earlier kernels.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7770_osm.c#12 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#19 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#42 edit
+
+Change 1801 by gibbs@bitkeeper-linux-2.5 on 2002/12/30 13:50:25
+
+	aiclib.c:
+		Ignore media not-present errors during DV.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aiclib.c#5 edit
+
+Change 1800 by gibbs@bitkeeper-linux-2.5 on 2002/12/30 13:50:10
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Use down_interruptable() rather than down() to avoid
+		having our thread counted toward the load average.
+		We disable all signal sources to that the down_interruptable()
+		is not really interruptable().  Singals are not required for
+		the drivers to terminate the DV threads on unload.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#102 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#165 edit
+
+Change 1799 by gibbs@bitkeeper-linux-2.5 on 2002/12/30 12:19:23
+
+	aicasm_symbol.c:
+		Fix the last reference to the reg_print.c file handle
+		in symtable_dump.  This allows the assembler to operate
+		without generating this file.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#24 edit
+
+Change 1798 by gibbs@bitkeeper-linux-2.5 on 2002/12/30 12:18:05
+
+	aiclib.h:
+		Restore driver style.  All functions are declared prior
+		to being defined.  The original bug was that the 2.4.X
+		declaration was used unconditionally.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aiclib.h#5 edit
+
+Change 1797 by gibbs@bitkeeper-linux-2.5 on 2002/12/30 12:17:23
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Enable highmem_io on 2.5.X kernels.  It turns out that
+		the CONFIG_HIGHIO option does not exist there.
+	
+		Call daemonize() on and provide a name for our dv threads.
+	
+	aic79xx_osm.h:
+	aic7xxx_osm.h:
+		Include smp_lock.h for (un)lock_kernel().
+	
+	aic7xxx_osm.c:
+		Add a diagnostic, similar to that in the aic79xx driver,
+		for printing out sense information.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#101 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#97 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#164 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#112 edit
+
+Change 1796 by gibbs@bitkeeper-linux-2.5 on 2002/12/30 12:14:42
+
+	aic7xxx.c:
+		Preface the "asserting atn" diagnostic with controller/target
+		information.
+	
+		Restore a call to ahc_assert_atn() that was inadvertantly
+		lost when the asserting atn diagnostic was added.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#105 edit
+
+Change 1795 by gibbs@bitkeeper-linux-2.5 on 2002/12/30 12:13:06
+
+	aic79xx_core.c:
+		Print out target information to preface the asserting
+		attention diagnostic.
+	
+		Correct a compilation warning.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#148 edit
+
+Change 1792 by gibbs@bitkeeper-linux-2.5 on 2002/12/20 17:52:04
+
+	Bump to version 6.2.24.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#111 edit
+
+Change 1788 by gibbs@aslan on 2002/12/20 16:39:14
+
+	aic79xx.c:
+		Remove stray debugging code.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#147 edit
+
+Change 1787 by scottl@scottl-template on 2002/12/20 16:04:59
+
+	       Update driver version to 1.3.0.ALPHA5
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#96 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#20 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#23 edit
+
+Change 1786 by gibbs@overdrive on 2002/12/19 16:10:05
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#53 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#34 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#54 edit
+
+Change 1785 by gibbs@aslan on 2002/12/19 16:08:47
+
+	aic79xx.c:
+		Add a statistics timer that decides when to enable
+		or disable interrupt coalessing based on load.
+	
+		Add ahd_flush_qoutfifo() which will run the qoutfifo
+		as well as complete any commands sitting on the 
+		sequencer's COMPLETE_SCB lists.  Use this routine in
+		several places that did similar things in an add-hoc,
+		but incomplete, fashion.  A call to this routine was
+		also added to ahd_abort_scbs() to close a race.
+	
+		Add a routine, ahd_reset_cmds_pending() which is used
+		to update the CMDS_PENDING sequencer variable whenever
+		error recovery compeltes SCBs without notifying the
+		sequencer.  Since ahd_reset_cmds_pending is called
+		during ahd_unpause() only if we've aborted SCBs, its
+		call to ahd_flush_qoutfifo should not cause recursion
+		through ahd_run_qoutfifo().  A panic has been added to
+		ensure that this recursion does not occur.
+	
+		In ahd_search_qinfifo, update the CMDS_PENDING sequencer
+		variable directly.  ahd_search_qinififo can be called
+		in situations where using ahd_reset_cmds_pending() might
+		cause recursion.  Since we can safely determine the
+		exact number to reduce CMDS_PENDING by in this scenario
+		without running the qoutfifo, the manual update is more
+		than adequate.
+	
+		Clean up diagnostics.
+	
+	aic79xx.h:
+		Update per-softc variables for the stats "daemon".
+		The defaults for interrupt coalessing have been updated
+		slightly, but these need additional tuning.  A new
+		tunable paramter "minimum commands still outstanding
+		required to attempt coalessing" has been added.
+	
+		Add a debug option for interrupt coalessing activities.
+	
+		Add two new softc flags:
+		o AHD_UPDATE_PEND_CMDS
+			Run ahd_reset_cmds_pending() on the next unpause.
+	
+		o AHD_RUNNING_QOUTFIFO
+			Used to catch recursion through ahd_run_qoutfifo().
+	
+	aic79xx.reg:
+		Break INTMASK in SEQITNCTL out into INTMASK1 and INTMASK2.
+		In at least the REV A, these are writable bits.  We make
+		use of that for a swtimer workaround in the sequencer.
+	
+		Add sequencer variables to recovery the min-commands
+		still outstanding for coalessing and the current number
+		of commands outstanding.
+	
+		Since HS_MAILBOX autoclears, provide a sequencer variable
+		to store its contents.
+	
+	aic79xx.seq:
+		In idle_loop_cchan, update LOCAL_HS_MAILBOX everytime
+		we are notified of an HS_MAILBOX update via the
+		HS_MAILBOX_ACT bit in QOFF_CTLSTA.
+	
+		Enhance our coalessing algorithm.  If we have more
+		SCBs to complete to the host (sitting in COMPLETE_SCB
+		lists), always try to coaless them up to our coalessing
+		limit.  If coalessing is enabled, but we have fewer
+		commands oustantind than the hosts limit, complete the
+		command immediately.
+	
+		Since we cannot disable the swtimer's countdown, simply
+		mask its interrupt once we no longer care about it firing.
+	
+		Add code to track the number of commands outstanding.
+		Commands are outstanding from the time they are placed
+		into the execution queue until the DMA to post completion
+		is setup.
+	
+		Add a workaround for intvec_2 interrupts on the H2A4.
+		In H2A4, the mode pointer is not saved for intvec2, but
+		is restored on iret.  This can lead to the restoration
+		of a bogus mode ptr.  Manually clear the intmask bits and
+		do a normal return to compensate.
+	
+	aic79xx_inline.h:
+		Call ahd_reset_cmds_pending() in ahd_unpause if required.
+	
+		Update cmdcmplt interrupt statistics in our interrupt
+		handler.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#146 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#78 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#59 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#77 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#40 edit
+
+Change 1784 by gibbs@bitkeeper-linux-2.5 on 2002/12/18 10:33:25
+
+	aic79xx_osm.c:
+		Remove a stray ';' that was short cicuiting an if statement.
+	
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+	aic79xx_osm.h:
+	aic7xxx_osm.h:
+		Only allow slave_destroy() to destroy a real device
+		if that device has had slave_configure() called on it.
+		This prevents "silly deletions" caused by bogons in
+		the scsi_scan code from deleting DV state for devices
+		that are still attached and will have a slave_alloc()
+		called for them as soon as the slave_destroy() returns.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#100 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#95 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#163 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#110 edit
+
+Change 1783 by gibbs@bitkeeper-linux-2.5 on 2002/12/18 10:29:46
+
+	aic7xxx.c:
+		Don't clobber ppr_options when forcing a renegotiation.
+		The current ppr_options may be referenced while queuing
+		new commands.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#104 edit
+
+Change 1782 by gibbs@bitkeeper-linux-2.5 on 2002/12/17 19:27:05
+
+	aic79xx_osm.c:
+		Add a prototype for ahd_linux_dv_fallback().
+	
+	aic7xxx_osm.c:
+		Complete the merge of the new biosparam API from
+		Christoph Hellwig.
+	
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Move the setting of max_sectors to the host template
+		to quiet a warning in 2.5.X.
+	
+		Add slave_alloc calls and "bootverbose" diagnostics
+		for help in sorting out exactly how this slave_*
+		API functions.
+	
+		Move call to ahd_linux_device_queue_depth to within
+		the test to see if dev is NULL.
+	
+		Add code to actually destroy our data structures to
+		the slave_destroy routine instead of waiting for a
+		command that may not come to do so.
+	
+		Initialize the name field of the host structure.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#99 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#162 edit
+
+Change 1781 by gibbs@bitkeeper-linux-2.5 on 2002/12/17 19:20:16
+
+	aic79xx.c:
+		Remove "Now packetized" diagnostic now that this
+		information is incorperated into the actual negotiation
+		messages that are displayed.
+	
+		When forcing renegotiation, don't clober the current
+		ppr_options.  Much of the driver uses this information
+		to determine if we are currently packetized or not.
+	
+		Remove some stray spaces at column 1 and ahd_set_tags.
+	
+		When complaining about getting a host message loop
+		request with no pending messages, print out the 
+		SCB_CONTROL register down on the card.
+	
+		Modify the ahd_sent_msg() routine to handle a search
+		for an outgoing identify message.  Use this to detect
+		a msg reject on an identify message which typically
+		indicates that the target thought we were packetized.
+		Force a renegotiation in this case.
+	
+		In ahd_search_qinfifo(), wait more effectively for SCB
+		DMA activities to cease.  We also clear out the state
+		that tells the sequencer that a DMA was in progress for
+		SCB fetch operations since we are about to change the
+		qinfifo.
+	
+		In ahd_pause_and_flush_work(), actually itterate through
+		the two Complete SCB lists.  Ooops.
+	
+		In ahd_qinfifo_count(), fix the qinfifo empty case.
+	
+		In ahd_dump_card_state(), print out CCSCBCTL in the
+		correct mode.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#145 edit
+
+Change 1780 by gibbs@bitkeeper-linux-2.5 on 2002/12/17 19:11:25
+
+	aic79xx.seq:
+		Add a missing ret to the last instruction in
+		load_overrun_buf.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#76 edit
+
+Change 1779 by gibbs@bitkeeper-linux-2.5 on 2002/12/17 19:10:42
+
+	aic79xx.reg:
+		Correct address for the DFDBCTL register.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#58 edit
+
+Change 1774 by scottl@scottl-template on 2002/12/16 03:08:08
+
+	       Update driver version to 1.3.0.ALPHA4
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#94 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#19 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#22 edit
+
+Change 1772 by scottl@scottl-belfalas-template on 2002/12/16 02:43:36
+
+	ahd_linux_fallback can't aquire the ahd lock since it might be
+	called from the completion handler.  Create a wrapper called
+	ahd_linux_dv_fallback that aquires and releases the ahd lock so
+	that is can be called from the DV code and still satisfy it's locking
+	needs.
+	Move the error stat code into ahd_linux_queue_cmd_complete so it
+	can catch more error conditions.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#98 edit
+
+Change 1771 by scottl@scottl-belfalas-template on 2002/12/16 02:39:22
+
+	aic79xx_proc.c:
+		Add a newline when printing the renegotiation pending message.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_proc.c#11 edit
+
+Change 1770 by scottl@scottl-belfalas-template on 2002/12/15 23:38:06
+
+	aic79xx_osm.c:
+		Don't grab the ahd lock when updating error stats since
+		it's already held.
+		When deciding to do a fallback because of an error, don't
+		alias the existing devinfo struct with a new one.  Why
+		the compiler didn't catch this is beyond me.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#97 edit
+
+Change 1769 by scottl@scottl-hobbiton-0b47 on 2002/12/15 22:24:16
+
+	Regen firmware
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#52 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#33 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#53 edit
+
+Change 1768 by scottl@scottl-hobbiton-0b47 on 2002/12/15 22:24:02
+
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+		Switch to a bucket-based method of counting the number off
+		good commands in between bad ones.  Use only a single bucket
+		right now for simplicity, though this can grow in the future.
+		This also removes the stats timer.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#96 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#93 edit
+
+Change 1767 by scottl@scottl-hobbiton-0b47 on 2002/12/15 21:23:38
+
+	aic79xx_osm.h:
+		Move the errors_detected field to the target structure, and
+		add new_errors_detected field for doing stats decay.
+	
+	aic79xx_osm.c:
+		If a transmission error is detected, increment the
+		new_errors_detected counter.  If it's passed the threshold,
+		call for a speed fallback.
+		Update the errors_detected field with new_errors_detected and
+		reset new_errors_detected on every stats timeout call.
+	
+	aic79xx_proc.c:
+		Display the per-target errors detected field.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#95 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#92 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_proc.c#10 edit
+
+Change 1766 by gibbs@aslan on 2002/12/15 19:32:13
+
+	Add interrupt coalessing hooks.
+	
+	aic79xx.c:
+		Keep a copy of the hs_mailbox in our softc so that
+		we can perform read/modify/write operations on the
+		hs_mailbox without having to pause the sequencer to
+		read the last written value.  Use the ENINT_COALESS
+		flag in the hs_mailbox to toggle interrupt coalessing.
+	
+		Add entrypoints for enabling interrupt coalessing and
+		setting both a timeout (how long to wait for commands
+		to be coalessed) and a maximum commands to coaless value. 
+	
+		In ahd_pause_and_flushwork() only return one selections
+		are safely disabled.  We now also flush the two sequencer
+		lists of completed commands.
+	
+	aic79xx.h:
+		Add coalessing and HS_MAILBOX fields.
+	
+	aic79xx.reg:
+		Correct register addresses related to the software timer.
+	
+		Add constants paramaterizing the software timer.
+	
+		Add scratch ram locations for storing interrupt coalessing
+		tunables.
+	
+	aic79xx.seq:
+		Use the software timer and a commands completed count to
+		implement interrupt coalessing.  The command complete is
+		deferred until either the maximum command threshold or a
+		timer since the first command completed since the last
+		completion expires.
+	
+		Move the test for the cfg4istat interrupt up an instruction
+		to hopefully close a race between the next outgoing selection
+		and our disabling of selections.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#144 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#77 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#57 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#75 edit
+
+Change 1765 by gibbs@aslan on 2002/12/15 17:48:29
+
+	aicasm_gram.y:
+		Allow constants to be complex expressions so long
+		as those expressions can be fully evaluated during
+		assembly.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#28 edit
+
+Change 1764 by scottl@scottl-hobbiton-0b47 on 2002/12/13 18:09:34
+
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+		Start of runtime fallback and interrupt caolescing stat
+		gathering.  Run ahd_linux_stats_update() every
+		AHD_LINUX_STATS_INTERVAL period.  Consense the packetized
+		and non-packetized autosense code and start some logic to
+		figure out what to do with the sense information.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#94 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#91 edit
+
+Change 1762 by gibbs@bitkeeper-linux-2.5 on 2002/12/13 13:08:43
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Remove *slave_alloc declarations as we don't need or
+		export this entry point.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#93 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#161 edit
+
+Change 1761 by gibbs@bitkeeper-linux-2.4 on 2002/12/12 14:31:11
+
+	aiclib.h:
+		Add aic_sector_div macro.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aiclib.h#4 edit
+
+Change 1760 by gibbs@bitkeeper-linux-2.4 on 2002/12/12 14:30:40
+
+	aic79xx_osm.h:
+	aic7xxx_osm.h:
+		Complete adjustment for host template changes.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#90 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#109 edit
+
+Change 1759 by gibbs@bitkeeper-linux-2.5 on 2002/12/12 14:25:19
+
+	aic79xx_osm.h:
+		Remove a stray reference to aic79xx_host.h.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#89 edit
+
+Change 1754 by gibbs@bitkeeper-linux-2.4 on 2002/12/12 11:45:59
+
+	aic79xx_host.h:
+	aic7xxx_host.h:
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Eliminate separate Linux host template files and move
+		all host template entry ponts to one section of the Linux
+		osm.c file.
+	
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Add support for larger disks under 2.5.X.
+	
+	Changes prodded by: Christoph Hellwig <hch@sgi.com>
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_host.h#14 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#92 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#18 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_host.h#16 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#160 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#41 edit
+
+Change 1751 by scottl@scottl-template on 2002/12/10 21:41:30
+
+	       Update driver version to 6.2.23
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#108 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/rpm/aic7xxx.spec#9 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/rpm/install.sh#12 edit
+
+Change 1750 by gibbs@bitkeeper-linux-2.4 on 2002/12/10 20:51:23
+
+	aic79xx_host.h:
+	aic7xxx_host.h:
+		Set single_sg_okay for RH AS 2.1 too.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_host.h#13 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_host.h#15 edit
+
+Change 1749 by gibbs@bitkeeper-linux-2.4 on 2002/12/10 20:45:35
+
+	aic79xx_host.h:
+	aic7xxx_host.h:
+		Use CONFIG_HIGHIO as the gating define for whether
+		the highmem_io host template field is present.  Also
+		assume that if the kernel version is less than 2.4.18,
+		then we must be under RedHat and need to call this field
+		can_dma_32.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_host.h#12 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_host.h#14 edit
+
+Change 1748 by scottl@scottl-template on 2002/12/10 19:54:55
+
+	       Update driver version to 1.3.0.ALPHA3
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#88 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#18 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#20 edit
+
+Change 1747 by gibbs@bitkeeper-linux-2.4 on 2002/12/10 18:49:21
+
+	aic79xx_host.h:
+	aic7xxx_host.h:
+		Enable the highmem_io option on kernels with the
+		new highmem bouncing code.
+	
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Fix compilation error in the non-debug enabled case.
+	
+	aic7xxx_osm.c:
+		Remove leftover #if 0'd code from DV merge.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_host.h#11 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#91 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_host.h#13 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#159 edit
+
+Change 1746 by gibbs@bitkeeper-linux-2.5 on 2002/12/10 12:05:15
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Disable the shutdown hook for 2.5.X since it is called
+		to early to be useful.  Some other strategy will need to
+		be found.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#90 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#158 edit
+
+Change 1745 by gibbs@bitkeeper-linux-2.5 on 2002/12/09 16:29:02
+
+	aic79xx_host.h:
+	aic79xx_osm.c:
+	aic79xx_osm_pci.c
+	aic7xxx_host.h:
+	aic7xxx_osm.c:
+	aic7xxx_osm_pci.c:
+		Conform to latest 2.5.X API changes.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_host.h#10 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#89 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#17 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_host.h#12 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#157 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#40 edit
+
+Change 1743 by gibbs@bitkeeper-linux-2.4 on 2002/12/09 15:16:31
+
+	aic79xx.c:
+		Limit the syncrate after all option conformance
+		changes have taken place in ahd_devlimited_syncrate.
+		Changes in options may change the final syncrate we
+		accept.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#143 edit
+
+Change 1741 by gibbs@bitkeeper-linux-2.4 on 2002/12/09 14:11:44
+
+	Makefile:
+		Turn off -g.
+
+Affected files ...
+
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Makefile#10 edit
+
+Change 1740 by scottl@scottl-template on 2002/12/09 10:15:50
+
+	       Update driver version to 6.2.22
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#107 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/rpm/aic7xxx.spec#8 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/rpm/install.sh#11 edit
+
+Change 1737 by scottl@scottl-template on 2002/12/06 16:14:24
+
+	       Update driver version to 1.3.0.ALPHA2
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#87 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#17 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#19 edit
+
+Change 1736 by gibbs@overdrive on 2002/12/06 16:04:51
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#51 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#32 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#52 edit
+
+Change 1735 by gibbs@bitkeeper-linux-2.4 on 2002/12/06 16:03:54
+
+	aic79xx.h:
+		Use consistent names for AH?_ASYNC_XFER_PERIOD.
+	
+	aic79xx.c:
+	aic79xx_proc.c:
+		Print out IU, QAS, and RTI features when showing
+		transfer options.
+	
+	aic79xx.c:
+		Save and restore the NEGOADDR address when setting
+		new transfer settings.  The sequencer performs lookups
+		in the negotiation table too and it expects NEGOADDR
+		to remain consistent across pause/unpause sessions.
+	
+		Consistently use "offset" instead of "period" to determine
+		if we are running sync or not.
+	
+		Add a SHOW_MESSAGES diagnostic for when we assert ATN
+		during message processing.
+	
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		In ah?_devlimited_syncrate enforce that we can never
+		attempt DT transfers if we are narrow. 
+	
+		Remove the ALLOW_MEMIO config option.
+	
+		Modify ah?_linux_filter_inquiry to assume that the
+		inquiry buffer is large enough and has been setup
+		correctly (i.e. memset to 0 prior to command issue)
+		so that range checks are unecessary.
+	
+		Remove comments about the need to perform short inquiry
+		requests.  The code does this now.
+	
+		Split out the bottom half handling of DV inquiry results
+		to make the code clearer.
+	
+		Re-arrange the DV state machine so that:
+	
+		o REB descriptor fetching is performed ASYNC so we
+		  don't confuse a failure with the need to fallback.
+		o Devices using Level 2 DV don't bother with Level 1
+		  DV.
+		o REB collisions are retried after a delay randomized
+		  by our ID on the bus.
+		o Level 2 DV is only attempted on devices that support
+		  DT transfers.
+	
+		Fix ah?_linux_fallback to always favor the fastest
+		speed during fallback and to favor sync over async speeds.
+	
+		Don't let a target reponding to a PPR message with 0
+		options set fool us into falling back to far.  We still
+		must try to negotiate without using PPR to get by some
+		expanders.		
+	
+		Use the SCB_SILENT flag on DV commands.
+		with 0 PPR options set
+	
+		Fix large inquiry size calculation.  It was off by one.
+		We need to add 5 and not 4.
+	
+	aic79xx_osm_pci.c:
+		Tell the user that our failure of the MMAP test is non
+		fatal.  We're just dropping back to PIO.
+	
+	aiclib.c:
+	aiclib.h:
+		Add flags for a randomized delay in response to an error.
+	
+		Include table entries for REB collisions.
+	
+		Add the proper response codes for sense codes indicating
+		inquiry data has changed.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#142 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#76 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#103 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#66 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#88 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#86 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#16 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_proc.c#9 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#156 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#106 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#39 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aiclib.c#4 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aiclib.h#3 edit
+
+Change 1734 by gibbs@bitkeeper-linux-2.4 on 2002/12/06 15:49:37
+
+	Config.in:
+		With the advent of our command line option and the
+		new memory mapped register test, there is no need
+		for a kernel compile time option to allow memory
+		mapped I/O.  Remove it.
+
+Affected files ...
+
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Config.in#10 edit
+
+Change 1733 by gibbs@bitkeeper-linux-2.4 on 2002/12/06 15:31:31
+
+	aic79xx.seq:
+		Correct ignore wide residue processing check for
+		a wide negotiation being in effect.  We must be
+		in the SCSI register window in order to access the
+		negotiation table.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#74 edit
+
+Change 1732 by gibbs@aslan on 2002/12/06 15:14:01
+
+	aicasm_gram.y:
+		Add two missing ';'s that for some reason yacc/bison
+		never complained about as a syntax error.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#27 edit
+
+Change 1730 by cde@haywire on 2002/12/05 17:55:31
+
+	Add AHD_DV_STATE_INQ_SHORT_ASYNC to probe inquiry buff len
+	<enter description here>
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#87 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#85 edit
+
+Change 1729 by gibbs@aslan on 2002/12/05 17:23:45
+
+	aic7xxx.h:
+		AHD -> AHC.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#65 edit
+
+Change 1728 by gibbs@aslan on 2002/12/05 17:21:45
+
+	aic79xx.c:
+	aic79xx.h:
+	aic7xxx.c:
+	aic7xxx.h:
+		Cleanup usage of the SCB_SILENT flag by using
+		a new macro SCB_IS_SILENT(scb).
+	
+		Apply the silent treatment to outgoing LQ CRC
+		errors.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#141 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#75 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#102 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#64 edit
+
+Change 1727 by gibbs@aslan on 2002/12/05 17:01:15
+
+	aic79xx.c
+	aic7xxx.c:
+	aic79xx.h:
+	aic7xxx.h:
+		Implement the SCB_SILENT flag.  This is useful for
+		hushing up the driver during DV or other operations
+		that we expect to cause transmission errors.  The
+		messages will still print if the SHOW_MASKED_ERRORS
+		debug option is enabled.
+	
+	aic7xxx_inline.h:
+	aic7xxx_pci.c:
+		Implement ahc_[in|out][w|l|q].  This removes the need
+		for manual 'or and shift" type operations through out
+		the driver.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#140 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#74 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#101 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#63 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#39 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#54 edit
+
+Change 1726 by gibbs@overdrive on 2002/12/04 17:33:18
+
+	Regenerate Linux firmware
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#20 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg_print.c#7 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#21 edit
+
+Change 1725 by gibbs@aslan on 2002/12/04 17:32:26
+
+	aic7xxx.reg:
+		Add a definition for MAX_OFFSET.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#36 edit
+
+Change 1724 by gibbs@overdrive on 2002/12/04 16:35:11
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#50 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#31 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#51 edit
+
+Change 1723 by gibbs@aslan on 2002/12/04 16:34:34
+
+	aic79xx.seq:
+		The sequencer downloading code assumes that all jump
+		labels are acurate in relation to a fully compiled
+		sequencer program (all patches downloaded).  Correct
+		a few occurances of a relative jump across a macro
+		that ended up jumping us into the last instruction
+		of the macro.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#73 edit
+
+Change 1722 by scottl@scottl-via-freebsd on 2002/12/04 15:40:08
+
+	ahd_pci.c:
+		Add a newline to the MEMIO printf.
+	
+	aic79xx_pci.c:
+		Set the mode correctly for writing to SRAM_BASE in the MEMIO
+		test.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#60 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/ahd_pci.c#11 edit
+
+Change 1721 by scottl@scottl-junior-freebsd on 2002/12/04 14:49:34
+
+	aic79xx_pci.c:
+		Use SRAM and the 0xaa55 pattern for the MEMIO test.
+	
+	ahd_pci.c:
+		Go along with ahc_pci.c and retrieve the allow_memio hint
+		from the resource manager and act on it.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#59 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/ahd_pci.c#10 edit
+
+Change 1719 by gibbs@bitkeeper-linux-2.4 on 2002/12/03 17:04:22
+
+	aic79xx_pci.c:
+		Don't attempt to set reserved bits in memio test.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#58 edit
+
+Change 1718 by gibbs@overdrive on 2002/12/03 16:16:46
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#49 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#30 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#50 edit
+
+Change 1717 by gibbs@scottl-via-freebsd on 2002/12/03 15:29:57
+
+	aic79xx_pci.c:
+		Use the TYPEPTR register as a base for our
+		memory mapped I/O test.  The Rev B. will allow
+		multi-byte access to Scratch Ram, so it is not
+		a good test of write-combining or other bad
+		behavior.
+	
+		User CLRPCIINT and CLRSPLTINT in their respective
+		handlers.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#57 edit
+
+Change 1716 by gibbs@scottl-via-freebsd on 2002/12/03 15:27:24
+
+	aic79xx.reg:
+		Correct the location of the TARGPCISTAT register.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#56 edit
+
+Change 1715 by gibbs@aslan on 2002/12/03 10:34:23
+
+	aic79xx_pci.c:
+		Revamp memory mapped I/O test to match the algorithm
+		used in the aic7xxx driver.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#56 edit
+
+Change 1714 by scottl@scottl-via-freebsd on 2002/12/02 19:12:42
+
+	aic7xxx_pci.c:
+		In the memio test, clear the FAILDIS bit of the SEQCTL
+		before running the tests so that PCI errors will be
+		flagged.
+	
+		Write only 4 bytes to the SRAM to prevent VIA chipsets
+		from generating a burst transaction on the bus.
+	
+		Clear the PCIR_STATUS register and restore the SEQCTL
+		register before exiting.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#53 edit
+
+Change 1713 by gibbs@aslan on 2002/12/02 13:04:29
+
+	aic79xx_pci.c:
+		Properly report the aic7901A as an aic7901A.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#55 edit
+
+Change 1710 by scottl@scottl-junior-freebsd on 2002/11/27 02:05:18
+
+	Fix a spelling mistake and a whitespace goof.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#52 edit
+
+Change 1709 by scottl@scottl-junior-freebsd on 2002/11/26 22:12:00
+
+	Strip down the $FreeBSD$
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_insformat.h#11 edit
+
+Change 1708 by scottl@scottl-junior-freebsd on 2002/11/26 21:56:03
+
+	Revert whitespace changes in ahc_syncrates[] to reduce diffs.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#100 edit
+
+Change 1699 by gibbs@bitkeeper-linux-2.4 on 2002/11/20 14:14:13
+
+	aic79xx_osm_pci.c:
+	aic7xxx_osm_pci.c:
+		Make use of the new Core PCI routine for testing memory
+		mapped register access.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#15 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#38 edit
+
+Change 1698 by gibbs@bitkeeper-linux-2.4 on 2002/11/20 14:13:40
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Make the "ALLOW_MEMIO" config option actually work for
+		the "disabled" case.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#86 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#155 edit
+
+Change 1697 by gibbs@bitkeeper-linux-2.4 on 2002/11/20 14:12:43
+
+	aic79xx.h:
+	aic79xx_pci.c:
+	aic7xxx.h:
+	aic7xxx_pci.c:
+		Add a routine for testing memory mapped register access.
+		This will hopefully detect things like buggy via chipsets
+		so that the OSM can fallback to using I/O mapped access
+		when memory mapped I/O simply will not work.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#73 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#54 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#62 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#51 edit
+
+Change 1696 by gibbs@bitkeeper-linux-2.5 on 2002/11/19 11:43:33
+
+	aiclib.h:
+		Don't include the definition for REPORT_LUNS.  It conflicts
+		with the native Linux definition.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aiclib.h#2 edit
+
+Change 1695 by scottl@scottl-template on 2002/11/18 16:45:04
+
+	       Update driver version to 1.3.0.ALPHA1
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#84 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#16 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#18 edit
+
+Change 1690 by scottl@scottl-template on 2002/11/14 18:31:41
+
+	Fix type from previous commit
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#154 edit
+
+Change 1689 by scottl@scottl-template on 2002/11/14 18:26:58
+
+	       Update driver version to 6.2.21
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#105 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/rpm/aic7xxx.spec#7 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/rpm/install.sh#10 edit
+
+Change 1688 by scottl@scottl-template on 2002/11/14 17:38:10
+
+	       Update driver version to 1.2.0
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#83 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#14 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#17 edit
+
+Change 1687 by scottl@scottl-template on 2002/11/14 17:36:51
+
+	Remove the previous change for falling back in narrow.  It doesn't
+	seem to work.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#85 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#153 edit
+
+Change 1686 by scottl@scottl-template on 2002/11/14 12:40:42
+
+	       Update driver version to 1.1.14
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#82 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#13 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#16 edit
+
+Change 1685 by scottl@scottl-template on 2002/11/14 12:40:17
+
+	aic79xx_osm.c
+	aic7xxx_osm.c
+		Add a minimum bus settle delay after doing a bus reset from
+		the DV timeout handler.
+	
+		Limit the max period allowed for narrow when figuring out
+		the narrow fallback speed.
+	
+	aic7xxx.h
+		Add AHD_ULTRA2_XFER_PERIOD for narrow fallback calculations
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#61 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#84 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#152 edit
+
+Change 1683 by scottl@scottl-template on 2002/11/13 20:49:54
+
+	       Update driver version to 1.1.13
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#81 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#12 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#15 edit
+
+Change 1680 by gibbs@vas2209a on 2002/11/13 19:08:38
+
+	aic7xxx_osm.c:
+		Use ahc_set_tags rather than ahc_platform_set_tags so
+		that the core can be appraised of any tag type or depth
+		changes.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#151 edit
+
+Change 1679 by gibbs@vas2209a on 2002/11/13 19:03:23
+
+	aic7xxx_osm.c:
+		Add a back in a missing ahc_done_unlock() that was
+		lost in the last change.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#150 edit
+
+Change 1678 by gibbs@bitkeeper-linux-2.5 on 2002/11/13 18:26:28
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Requeue deferred command completions so that when the
+		timer does expire the entries are actually sent. <sigh>
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#83 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#149 edit
+
+Change 1676 by gibbs@bitkeeper-linux-2.5 on 2002/11/13 16:26:07
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Move a FALLTHROUGH label to the correct
+		location in the code.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#82 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#148 edit
+
+Change 1675 by gibbs@vas2209a on 2002/11/13 15:43:19
+
+	aic79xx.c:
+		Set WIDERESEN for Rev B which ensures that an
+		expected wide residue does not prevent the
+		FIFO from reporting FIFOEMP.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#139 edit
+
+Change 1674 by gibbs@vas2209a on 2002/11/13 14:27:15
+
+	aic79xx_host.h:
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Correct a few minor compile issues that fell out of
+		the port to 2.5.X.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_host.h#9 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#81 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#147 edit
+
+Change 1673 by gibbs@bitkeeper-linux-2.5 on 2002/11/13 13:43:15
+
+	aic79xx_host.h:
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+	aic7xxx_host.h:
+	aic7xxx_osm.c:
+	aic7xxx_osm.h:
+		Complete the port to Linux 2.5.X.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_host.h#8 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#80 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#80 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_host.h#11 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#146 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#104 edit
+
+Change 1672 by gibbs@bitkeeper-linux-2.4 on 2002/11/13 13:02:15
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Remove fallback from the Read Echo Buffer Descriptor
+		DV state.  This avoids issues with tape drives that
+		just hang if you issue the command.  We should really
+		be issuing the command async, but that is too complicated
+		a fix for PH1.2.  Defer that fix to PH1.3.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#79 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#145 edit
+
+Change 1671 by gibbs@aslan on 2002/11/13 12:10:23
+
+	aic79xx.c:
+		Correct code that restore the STACK.  It was
+		always placing a 0 in the high byte of the stack
+		address.
+	
+	aic7xxx.c:
+		Remove unecessary restoration of the STACK for older
+		chips.
+	
+	aic7xxx.h:
+	aic79xx.h:
+		Collapse SCB flag entries so they are bit contiguous.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#138 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#72 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#99 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#60 edit
+
+Change 1670 by gibbs@bitkeeper-linux-2.4 on 2002/11/13 11:46:51
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		To avoid stack explosion in the mid-layer, only complete
+		AH?_LINUX_MAX_RETURNED_ERRORS commands that have errors
+		at a time.  Any deferred entries will be returned via
+		a timer that runs the queue.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#78 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#144 edit
+
+Change 1669 by gibbs@vas2209a on 2002/11/13 00:14:42
+
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+	aic7xxx_osm.c:
+	aic7xxx_osm.h:
+		Don't allow the eh_sem to be up'ed twice in the
+		case of the eh timer expiring and the command completing
+		due to a future recovery action such as a bus reset.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#77 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#79 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#143 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#103 edit
+
+Change 1668 by gibbs@vas2209a on 2002/11/13 00:01:03
+
+	aic79xx.c:
+		Add DFFSTAT in mode 3 to ahd_dump_card_state().
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#137 edit
+
+Change 1667 by gibbs@overdrive on 2002/11/12 23:57:48
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#48 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#29 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#49 edit
+
+Change 1666 by gibbs@aslan on 2002/11/12 23:55:24
+
+	aic79xx.reg:
+	aic79xx.seq:
+		Workaround Rev B issue with CURRFIFO_0 having the
+		same value in "enhanced mode" as "standard mode"
+		for "writes".  Reads of the register behave as
+		expected. <sigh>
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#55 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#72 edit
+
+Change 1662 by gibbs@overdrive on 2002/11/12 14:59:39
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#47 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#28 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#48 edit
+
+Change 1661 by gibbs@vas2209a on 2002/11/12 14:58:23
+
+	aicasm_gram.y:
+		Use a direct move from allzeros to emulate a
+		mvi of 0.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#26 edit
+
+Change 1660 by gibbs@vas2209a on 2002/11/12 10:33:25
+
+	aic7xxx.h:
+		Add a missing typedef.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#59 edit
+
+Change 1659 by gibbs@overdrive on 2002/11/11 23:37:31
+
+	Regenerate Linux Firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#46 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#27 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#47 edit
+
+Change 1658 by gibbs@overdrive on 2002/11/11 23:35:30
+
+	aic79xx_pci.c:
+		Set the PREQDIS bit in DEVCONFIG1 for the B.  The
+		bit is misnamed, but seems to disable a work-around 
+		that breaks on the B on PCI busses.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#53 edit
+
+Change 1657 by gibbs@overdrive on 2002/11/11 23:34:43
+
+	aic79xx.seq:
+		Return to the SCSI mode prior to re-allocating a FIFO.
+		The alloc-FIFO routine assume we are in the SCSI mode.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#71 edit
+
+Change 1656 by gibbs@bitkeeper-linux-2.4 on 2002/11/11 15:37:54
+
+	aic79xx.c:
+		Printout the SAVED_MODE scratch ram location in ahd_dump_card_state.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#136 edit
+
+Change 1655 by gibbs@bitkeeper-linux-2.4 on 2002/11/11 14:22:01
+
+	aic79xx_osm.c:
+	aic79xx_osm.h
+	aic7xxx_osm.c:
+	aic7xxx_osm.h
+		Add a timer for deferred running of the completion
+		queue.  We use this to return commands back to the OS
+		when our queue is frozen that happen to arrive before
+		Linux sees that our host queue is blocked.  This avoids
+		a deadlock issue that occurs should we attempt to simply
+		scsi_done the command immediately.  This strategy also
+		guarantees that the commands are returned almost imediately
+		instead of having to wait for either a DV command or simq
+		release to occur.
+	
+		Add the ability to reset a command's timeout from within
+		the core.  We use this to give RequestSense operations
+		a new timer.
+	
+		Always perform DV thread operations while our ah?_lock
+		is held.
+	
+	aic79xx.c:
+	aic7xxx.c:
+		Make use of the new ah?_scb_timer_reset() api.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#135 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#98 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#76 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#78 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#142 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#102 edit
+
+Change 1654 by scottl@scottl-belfalas-rh72as on 2002/11/08 19:15:45
+
+	aic79xx_osm.c:
+		Remove unused variable.
+	
+		Move ahd_linux_thread_run_complete_queue() to its
+		proper location in the file.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#75 edit
+
+Change 1653 by scottl@scottl-belfalas-rh72as on 2002/11/08 19:10:04
+
+	aic79xx_osm.c:
+		Fix deadlock in ahd_linux_queue() when we want to
+		return a command immediately to the system because
+		our queue is blocked.  We now defer the return of
+		the command until either the simq is released or
+		the dv thread has an oportunity to flush the queue.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#74 edit
+
+Change 1652 by scottl@scottl-template on 2002/11/07 23:34:47
+
+	       Update driver version to 6.2.20
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#101 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/rpm/aic7xxx.spec#6 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/rpm/install.sh#8 edit
+
+Change 1650 by gibbs@aslan on 2002/11/07 13:55:31
+
+	aic79xx.c:
+		Avoid infinite loop in restoration of STACK contents
+		in ahd_dump_card_state().  Our interrator must be
+		signed.
+	
+	aic79xx.c:
+	aic7xxx.c:
+		Remove a diagnostic printf.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#134 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#97 edit
+
+Change 1649 by gibbs@bitkeeper-linux-2.4 on 2002/11/07 13:33:07
+
+	aic79xx.c:
+		Workaround printf format and integer sizing issues.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#133 edit
+
+Change 1648 by gibbs@bitkeeper-linux-2.4 on 2002/11/07 13:23:23
+
+	aic79xx.c:
+		Remove extraineous include of stdint.h.  The OSM
+		header file should be doing this.
+	
+		Remove unused variable warnings for debuging code.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#132 edit
+
+Change 1647 by gibbs@bitkeeper-linux-2.4 on 2002/11/07 13:19:35
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Mark devices as "configured" once the OS calls
+		select queue_depths.  This is required now that we
+		are no longer sniffing all inquiry cmds that the
+		OS performs.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#73 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#141 edit
+
+Change 1646 by scottl@scottl-template on 2002/11/06 23:07:03
+
+	       Update driver version to 1.1.12
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#131 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#77 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#11 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#12 edit
+
+Change 1645 by scottl@scottl-template on 2002/11/06 23:05:33
+
+	Follow the aic79xx driver and extend the timeout amount when
+	debug printing is enabled.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#140 edit
+
+Change 1644 by gibbs@bitkeeper-linux-2.4 on 2002/11/06 11:03:48
+
+	aic79xx_osm.c:
+		Be even more pessimistic about how long negotiation
+		messages take by bumping up the DV timeout a whole
+		1 second should negotiation debugging be enabled.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#72 edit
+
+Change 1643 by scottl@scottl-template on 2002/11/05 23:40:18
+
+	       Update driver version to 6.2.19
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#100 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/rpm/aic7xxx.spec#5 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/rpm/install.sh#7 edit
+
+Change 1642 by scottl@scottl-template on 2002/11/05 17:58:47
+
+	       Update driver version to 1.1.11
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#76 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#10 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#11 edit
+
+Change 1641 by gibbs@bitkeeper-linux-2.4 on 2002/11/05 16:33:24
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Not all Linux kernel versions honor the return value
+		from the queue_command driver entry point.  To deal with
+		these older kernels, always return "rejected" commands
+		via the scsi_done handler.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#71 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#139 edit
+
+Change 1640 by gibbs@bitkeeper-linux-2.4 on 2002/11/05 15:33:08
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Avoid taking the io_request lock twice.  This is a
+		regression from our port to 2.5.X.
+	
+	aic79xx_osm.c:
+		Put some more diagnostics under AHD_SHOW_RECOVERY.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#70 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#138 edit
+
+Change 1639 by gibbs@aslan on 2002/11/05 13:13:20
+
+	aic79xx.c:
+	aic79xx.h:
+	aic7xxx.c:
+	aic7xxx.h:
+		Save and restore stack contents during diagnostics.
+		Some chip variants overwrite stale entries on a 
+		stack "pop".
+	
+		Don't use 0 to probe the stack depth.  0 is the typical
+		value used to backfill the stack if entries are overwritten
+		on a "pop".
+	
+	aic79xx.c:
+	aic79xx.h:
+		Add the AHD_SHOW_RECOVERY debug option and use it to
+		control some diagnostic messages related to error recovery.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#130 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#71 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#96 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#58 edit
+
+Change 1638 by scottl@scottl-template on 2002/11/01 18:16:08
+
+	       Update driver version to 1.1.10
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#75 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#9 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#10 edit
+
+Change 1637 by gibbs@overdrive on 2002/11/01 17:17:04
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#45 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#26 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#46 edit
+
+Change 1636 by gibbs@bitkeeper-linux-2.4 on 2002/11/01 17:14:53
+
+	cam.h:
+		Add CAM_DEVQ_FROZEN to the cam_status enum.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/cam.h#15 edit
+
+Change 1635 by gibbs@bitkeeper-linux-2.4 on 2002/11/01 17:14:34
+
+	Make "empty_string" static so it can be included in both the
+	aic7xxx and the aic79xx drivers.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aiclib.c#3 edit
+
+Change 1634 by gibbs@bitkeeper-linux-2.4 on 2002/11/01 17:14:08
+
+	aic7xxx.c:
+	aic7xxx.h:
+		Just for safety, have the aic7xxx driver probe
+		the stack depth too.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#95 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#57 edit
+
+Change 1633 by gibbs@bitkeeper-linux-2.4 on 2002/11/01 17:13:33
+
+	aic79xx_osm.c:
+		Correct a compile error.  The updated handling of
+		CAM_CMD_TIMEOUT was placed in the wrong routine.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#69 edit
+
+Change 1632 by gibbs@bitkeeper-linux-2.4 on 2002/11/01 17:12:22
+
+	aic79xx.seq:
+		Revert de-optimization in the fifo polling loop.
+		Our problem was caused by the larger stack size on
+		Rev B.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#70 edit
+
+Change 1631 by gibbs@bitkeeper-linux-2.4 on 2002/11/01 17:11:33
+
+	aic79xx.c:
+		Move ahd_probe_stack_size() so it matches the location
+		of its declaration.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#129 edit
+
+Change 1630 by gibbs@bitkeeper-linux-2.4 on 2002/11/01 16:19:58
+
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+	aic7xxx_osm.c:
+	aic7xxx_osm.h:
+		Actually freeze the device queue in response to a request
+		to do so from the Core.  This closes a race in the case
+		of things like QUEUE FULL or BUSY handling where the
+		OSM may be able to queue additional commands prior to
+		seeing the SCB that should have frozen or otherwise altered
+		the execution queue.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#68 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#74 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#137 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#99 edit
+
+Change 1629 by gibbs@overdrive on 2002/11/01 16:17:55
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#44 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#25 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#45 edit
+
+Change 1628 by gibbs@aslan on 2002/11/01 16:11:16
+
+	aic79xx.c:
+	aic79xx.h:
+	aic79xx.reg:
+		Add a routine to dynamically determine the size
+		of the sequencer stack.  It turns out that RevB
+		has a 9 entry stack rather than the 8 entry stack
+		of the A4.  Determining the stack depth programatically
+		should protect us from any future changes in this area.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#128 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#70 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#54 edit
+
+Change 1626 by scottl@scottl-template on 2002/10/31 16:38:49
+
+	       Update driver version to 1.1.9
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#73 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#8 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#9 edit
+
+Change 1625 by scottl@scottl-template on 2002/10/31 15:47:57
+
+	       Update driver version to 6.2.18
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#98 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/rpm/aic7xxx.spec#4 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/rpm/install.sh#6 edit
+
+Change 1623 by scottl@scottl-template on 2002/10/31 14:47:46
+
+	Define SCSI_NOSENSE_STRINGS to elimiate the asc/ascq description
+	strings.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aiclib.c#2 edit
+
+Change 1622 by scottl@scottl-template on 2002/10/31 14:44:19
+
+	Don't lock the io_request_lock until after calling
+	ahd_linux_register_host().
+	Release the ahd lock when calling kernel_thread()
+	
+	This fixes a deadlock when launching the DV thread in
+	older 2.4 SMP kernels.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#136 edit
+
+Change 1621 by scottl@scottl-template on 2002/10/31 14:17:54
+
+	Don't lock the io_request_lock until after calling
+	ahd_linux_register_host().
+	Release the ahd lock when calling kernel_thread()
+	
+	This fixes a deadlock when launching the DV thread in
+	older 2.4 kernels.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#67 edit
+
+Change 1618 by scottl@scottl-template on 2002/10/30 19:48:52
+
+	       Update driver version to 1.1.8
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#72 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/aic79xx.spec#7 edit
+... //depot/linux_mod_devel/scsi.aic79xx/rpm/install.sh#8 edit
+
+Change 1616 by scottl@scottl-template on 2002/10/30 19:05:51
+
+	       Update driver version to 6.2.17
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#97 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/rpm/aic7xxx.spec#3 edit
+... //depot/linux_mod_devel/scsi.aic7xxx/rpm/install.sh#3 edit
+
+Change 1615 by gibbs@overdrive on 2002/10/30 18:35:23
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#43 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#24 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#44 edit
+
+Change 1614 by gibbs@aslan on 2002/10/30 18:34:26
+
+	aic79xx.seq:
+		Rearrange idle_loop_service_fifo:  I have a hunch
+		that the sequencer does not like the optimized version
+		of this routine should we be paused at the start of
+		a longjmp handler.  We now change this to look just
+		as it did in PH 1.1.
+	
+		Clear the longjmp address of the p_data handler just
+		after we call disable_ccsgen.  Otherwise the longjmp
+		handler may not be deregistered until an extra call
+		into the handler or a new handler is installed.  The
+		first behavior might be dangerous if the FIFO is not
+		active.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#69 edit
+
+Change 1613 by gibbs@overdrive on 2002/10/30 16:52:10
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#42 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#23 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#43 edit
+
+Change 1612 by gibbs@aslan on 2002/10/30 16:50:11
+
+	aic79xx.seq:
+		Test for SCSIPERR instead of relying on SCSIPHASE
+		not setting on a SCSI parity error.  It seems that
+		this is not the case and that we occassionally coast
+		out of routines like phase_lock when a parity error
+		is pending.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#68 edit
+
+Change 1611 by gibbs@aslan on 2002/10/30 12:55:46
+
+	aic7770.c:
+		Add IDs for some Olivetti OEM aic7770 based cards.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#27 edit
+
+Change 1610 by gibbs@bitkeeper-linux-2.4 on 2002/10/30 12:27:14
+
+	aic7xxx.c:
+		Don't disable ENBUSFREE when single stepping on
+		a DT capable controller.  We cannot re-enable unexpected
+		busfree detection, so we must clear BUSFREE on each
+		step instead.
+	
+		Correct the lookup of the SCB ID in ahc_handle_proto_error.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#94 edit
+
+Change 1609 by gibbs@aslan on 2002/10/30 12:25:51
+
+	aic79xx.h:
+		Remove redundant declaration of ahd_print_devinfo().
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#69 edit
+
+Change 1608 by gibbs@bitkeeper-linux-2.4 on 2002/10/30 11:38:28
+
+	aic7xxx_osm.c:
+		Bring in DV state machine enhancements from the U320
+		driver.
+	
+	aic79xx_osm.c:
+		Remove a left over diagnostic.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#66 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#135 edit
+
+Change 1607 by gibbs@bitkeeper-linux-2.4 on 2002/10/30 10:13:52
+
+	Pull DV branch into the mainline.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#127 integrate
+... //depot/aic7xxx/aic7xxx/aic79xx.h#68 integrate
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#39 integrate
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#93 integrate
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#56 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#65 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#71 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_proc.c#8 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#134 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#96 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#23 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aiclib.c#1 branch
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aiclib.h#1 branch
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/cam.h#14 integrate
+
+Change 1604 by gibbs@overdrive on 2002/10/29 18:59:13
+
+	aic79xx_osm.c:
+		Correct module description to properly identify the
+		driver as AIC79XX.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#64 edit
+
+Change 1597 by gibbs@overdrive on 2002/10/29 14:09:41
+
+	aic79xx_osm_pci.c:
+		Remove redundant check for PCI-X controller.  The bug
+		flag should be enough.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#14 edit
+
+Change 1596 by gibbs@overdrive on 2002/10/29 14:09:13
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#41 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#22 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#42 edit
+
+Change 1592 by gibbs@aslan on 2002/10/29 11:05:58
+
+	Implement work around for the Interrupt collission problem
+	on the 7902B.
+	
+	aic79xx.c:
+		When a sequencer interrupt occurs on the B, unpause
+		the sequencer and allow it to clear SEQINTCODE with
+		a second SEQINT prior to processing the "real" seqint.
+		This clears SEQINTCODE without requiring an extra
+		interrupt.
+	
+		Convert the SAW_HWERR sequencer interrupt into a
+		call to ahd_handle_hwerrint().
+	
+	aic79xx.h:
+		Add AHD_INTCOLLISION_BUG.
+	
+		Add NO_SEQINT, which is the special value that we
+		use to initialize SEQINTCODE so that the host can
+		tell if there is a real SEQINT pending.
+	
+	aic79xx.reg:
+		Add SET_SEQINTCODE() macro to special case sequencer
+		interrupt processing based on AHD_INTCOLLISION_BUG.
+	
+	aic79xx.seq
+		Whenever the sequencer is restarted, insure that
+		SEQINTCODE is properly initialized.
+	
+		Convert a non-zero ERROR status to a SAW_HWERR
+		sequencer interrupt.
+	
+		Add set_seqint_work_around which will clear SEQINTCODE
+		after every SEQINT.
+	
+		Use SET_SEQINTCODE throughout the firmware.
+	
+	aic79xx_inline.h:
+		Use a read of HCNTRL to flush our write to CLRCMDCMPLT
+		on the RevB.  This allows us to check to see if the sequencer
+		is paused and to initiate the interrupt collision workaround
+		without incuring an extra read.
+	
+	aic79xx_pci_c:
+		Set AHD_INTCOLLISIONT_BUG for the Rev B.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#126 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#67 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#53 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#67 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#38 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#52 edit
+
+Change 1590 by gibbs@overdrive on 2002/10/28 18:12:32
+
+	Regernerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#40 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#21 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#41 edit
+
+Change 1588 by gibbs@aslan on 2002/10/28 14:39:15
+
+	aic79xx_inline.h:
+		Add our controller name to the front of our
+		diagnostic "Setting Mode" messages.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#37 edit
+
+Change 1587 by gibbs@aslan on 2002/10/28 14:38:45
+
+	aic79xx.c:
+	aic79xx.reg:
+		Some 160 devices incorrectly accept 0xfe as a
+		sync offset, but will overrun this value.  Limit
+		to 0x7f for speeds lower than U320 which will
+		avoid the persistent sync offset overruns.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#125 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#52 edit
+
+Change 1574 by gibbs@overdrive on 2002/10/26 20:42:36
+
+	aic7xxx_osm.c:
+		Add "paused = TRUE" in ahc_queue_recovery_cmd which
+		was lost in the conversion to use ahc_pause_and_flush_work().
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#133 edit
+
+Change 1572 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/10/26 01:10:28
+
+	       Update driver version
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#70 edit
+
+Change 1570 by gibbs@aslan on 2002/10/25 23:53:19
+
+	aic79xx_pci.c:
+		Remove stray/random extra 7901A generic PCI
+		table entry.  Also switch the correct 7901A
+		generic entry to use ID_ALL_MASK since we
+		can only differentiate the 7901A from the
+		7902 by checking for a "type field" of 0xE.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#51 edit
+
+Change 1565 by gibbs@overdrive on 2002/10/25 20:45:29
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#39 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#20 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#40 edit
+
+Change 1564 by gibbs@aslan on 2002/10/25 20:44:25
+
+	aic79xx.h:
+		Add "feature" AHD_NEW_DFCNTRL_OPTS for SCSIENWRDIS.
+	
+	aic79xx.reg:
+		Add the SCSNENWRDIS field and the PLLDELAY register
+		definitions.
+	
+	aic79xx.seq:
+		Use SCSIENWRDIS when setting PRELOADEN on all
+		SG element writes save the first one on chips
+		that support this feature so that SCSIEN does
+		not get corrupted.
+	
+		Correct a bug in the legacy bitbucket handler.
+		We must save and restore our mode pointer now
+		that we can be using both FIFOs.
+	
+	aic79xx_pci.c:
+		PREQDIS in DEVCONFIG1 went away after the A2.
+		Remove all code that references this bit.  This
+		is especially important since this bit was reused
+		in the B for a different HW fix workaround.
+	
+		Properly set the AHD_NEW_IOCELL_OPTS and
+		AHD_NEW_DFCNTRL_OPTS features for the B.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#66 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#51 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#66 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#50 edit
+
+Change 1540 by gibbs@bitkeeper-linux-2.4 on 2002/10/23 12:53:14
+
+	Make it possible for both the aic7xxx and the aic79xx driver
+	to rely on scsi_all.c yet still be built into the same kernel.
+	Since we can't use a module dependency to have a "library module",
+	symbols are renamed and the code included in each driver.
+
+Affected files ...
+
+... //depot/aic7xxx-dv/aic7xxx/aic79xx.c#8 edit
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#9 edit
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#8 edit
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/aic79xx_proc.c#3 edit
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#30 edit
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#13 edit
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#3 edit
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/cam.c#2 delete
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/cam.h#4 edit
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/scsi_all.c#2 edit
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/scsi_all.h#2 edit
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Makefile#9 edit
+
+Change 1538 by gibbs@aslan on 2002/10/22 21:45:34
+
+	aic79xx.c:
+		Modify use_ppr handling in ahd_build_transfer_message
+		to match the aic7xxx driver.
+	
+	aic7xxx.c:
+		Move a comment and remove a useless clearing of use_ppr.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#124 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#92 edit
+
+Change 1537 by gibbs@aslan on 2002/10/22 21:38:02
+
+	aic7xxx.c:
+		Bring back "use_ppr".  We need to use_ppr anytime
+		doppr is true or we have non-zero protocol options.
+		The later case was not handled in the recent removal
+		of use_ppr.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#91 edit
+
+Change 1528 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/10/22 12:00:33
+
+	       Update driver version
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#69 edit
+
+Change 1526 by gibbs@bitkeeper-linux-2.4 on 2002/10/22 11:54:03
+
+	Integrate from Head into aic7xxx-dv.
+
+Affected files ...
+
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#6 integrate
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#6 integrate
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#6 integrate
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#3 integrate
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/aic7xxx_reg_print.c#3 integrate
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#3 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Makefile#8 edit
+
+Change 1525 by gibbs@overdrive on 2002/10/22 11:53:24
+
+	Regerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#38 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#19 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#39 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#19 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg_print.c#6 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#20 edit
+
+Change 1520 by gibbs@aslan on 2002/10/21 20:40:11
+
+	aic7xxx.c:
+		Add a newline to ahc_dump_card_state() output.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#90 edit
+
+Change 1519 by gibbs@aslan on 2002/10/21 20:39:23
+
+	aic7xxx.c:
+		Update ahc_reg_print() to handle a NULL cur_col.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#89 edit
+
+Change 1518 by gibbs@aslan on 2002/10/21 20:37:24
+
+	aic7xxx.c:
+		Add additional diagnostic output to ahc_dump_card_state(),
+		and have it use the register pretty printing functions.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#88 edit
+
+Change 1517 by gibbs@aslan on 2002/10/21 16:30:21
+
+	aic7xxx.seq:
+		Move data fifo CLRCHN to mesgin_rdptrs which is a safer
+		location for doing this operation.  This also saves a
+		sequencer instruction.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#52 edit
+
+Change 1516 by gibbs@aslan on 2002/10/21 16:18:49
+
+	aic79xx.seq:
+		Clarify a comment in the mesgin_rdptrs handler.
+		We need to clear the data fifo for CMD retries too.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#65 edit
+
+Change 1515 by gibbs@overdrive on 2002/10/21 16:06:12
+
+	aic7xxx_osm.c:
+		Adapt to conversion from IDENTIFY_SEEN to NO_IDENTIFIED.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#132 edit
+
+Change 1514 by gibbs@aslan on 2002/10/21 15:58:42
+
+	aic79xx.c:
+		Move "false parity error due to REQ release glitch"
+		workaround to the packetized busfree handler.  We
+		now only look to see if this is the potential cause
+		of the error if we have ruled out all other causes.
+		Before, it might be possible for this workaround
+		to trigger on "real" busfrees.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#123 edit
+
+Change 1513 by gibbs@overdrive on 2002/10/21 15:53:19
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#37 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#18 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#38 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#18 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg_print.c#5 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#19 edit
+
+Change 1512 by gibbs@aslan on 2002/10/21 15:51:41
+
+	aic79xx.c:
+	aic79xx.seq:
+		Handle unexpected command phases in the protocol violation
+		handler.  Right now we treat these just like data phase
+		protocol violations.
+	
+	aic79xx.seq:
+		Optimize out a few instructions by using a common label
+		for protocol violations in mesgin and status phases.  One
+		more instruction was removed by factoring out the status
+		received check in the mesgin_complete handler.
+	
+	aic7xxx.c:
+	aic7xxx.h:
+	aic7xxx.reg:
+	aic7xxx.seq:
+		Bring in the protocol violation handler from the U320
+		driver and replace the NO_IDENT sequencer interrupt code
+		with the PROTO_VIOLATION code.  Support for this code
+		required the following changes:
+	
+		SEQ_FLAGS:
+			IDENTIFY_SEEN -> NOT_IDENTIFIED
+			Added NO_CDB_SENT
+	
+		SCB_CONTROL:
+			TARGET_SCB == STATUS_RCVD for initiator mode
+	
+		scb->flags:
+			Added SCB_TARGET_SCB since we cannot rely on
+			TARGET_SCB as a target/initiator differentiator
+			due to it being overloaded in initiator mode to
+			indicate that status has been received.
+	
+	aic7xxx.seq:
+		Reset the FIFO whenever a short CDB transfer occurs
+		so that the FIFO contents do not corrupt a future CDB
+		transfer retry.
+	
+		Add support for catching the various protocol violations
+		handled by ahc_handle_protocol_violation.
+	
+		Reformat some comments.
+	
+	aic7xxx_osm.c:
+		Handle changes to SCB_CONTROL, scb->flags and SEQ_FLAGS.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#122 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#64 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#87 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#55 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#35 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#51 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.c#12 edit
+
+Change 1511 by gibbs@overdrive on 2002/10/18 17:37:10
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#36 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#17 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#37 edit
+
+Change 1509 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/10/18 17:33:40
+
+	Remove the DV framework from aic79xx.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#63 edit
+
+Change 1508 by scottl@scottl-template on 2002/10/18 15:27:23
+
+	Update to 6.2.13
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#95 edit
+
+Change 1505 by scottl@scottl-template on 2002/10/17 18:48:26
+
+	Integrate from aic7xxx-dv branch.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#86 integrate
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#54 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#62 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#131 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#94 integrate
+
+Change 1491 by gibbs@bitkeeper-linux-2.5 on 2002/10/15 18:51:15
+
+	aic79xx.reg:
+		Remove duplicate field.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#50 edit
+
+Change 1490 by gibbs@bitkeeper-linux-2.5 on 2002/10/15 18:44:45
+
+	aic79xx.reg:
+		Bring in Rev B SNAPSHOT and SLOWCRC bit fields from
+		the DV branch.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#49 integrate
+
+Change 1488 by gibbs@bitkeeper-linux-2.5 on 2002/10/15 18:38:54
+
+	README.aic79xx:
+		Correct rd_strm section to match correct syntax.
+	
+		Add amplitude, precomp, and slewrate options.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/README.aic79xx#4 edit
+
+Change 1487 by gibbs@bitkeeper-linux-2.5 on 2002/10/15 18:30:42
+
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+		Add code to set precomp, slewrate, and amplitude on
+		a per-controller basis.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#61 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#68 edit
+
+Change 1486 by gibbs@bitkeeper-linux-2.5 on 2002/10/15 18:30:16
+
+	aic79xx.h:
+	aic79xx_pci.c:
+		SLEW -> SLEWRATE
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#65 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#49 edit
+
+Change 1484 by gibbs@overdrive on 2002/10/15 17:00:52
+
+	Regenerate Linux firmware and register definitions.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#35 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#16 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#36 edit
+
+Change 1483 by gibbs@aslan on 2002/10/15 14:53:35
+
+	Move IOCell paramters into softc and add a hook for the
+	OSM to modify these as well as other settings prior to
+	committing them to the chip.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#121 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#64 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#48 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#48 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.h#15 edit
+
+Change 1482 by gibbs@bitkeeper-linux-2.5 on 2002/10/15 10:05:36
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Promote si.memsize to 64 bits pefore shifting by
+		PAGE_SIZE so that the returned value is not truncated
+		to 64GB.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#60 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#130 edit
+
+Change 1481 by scottl@scottl-template on 2002/10/15 00:59:37
+
+	Integrate debugging info nit from aic7xxx-dv
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#129 integrate
+
+Change 1480 by scottl@scottl-template on 2002/10/15 00:57:33
+
+	Update to version 6.2.12
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#93 edit
+
+Change 1478 by scottl@scottl-template on 2002/10/15 00:22:14
+
+	Integrate from the aic7xxx-dv branch
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#53 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#128 integrate
+
+Change 1474 by scottl@scottl-template on 2002/10/14 10:57:29
+
+	Integrate the aic7xxx dv work into head
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#85 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#127 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#92 edit
+
+Change 1465 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/10/10 16:11:43
+
+	Add three new insmod tunables for the IO Cell.  They let you control
+	the slewrate, precomp, and amplitude.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#120 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#59 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#67 edit
+
+Change 1462 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/10/09 21:49:56
+
+	Add updated H2B identifiers
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#47 edit
+... //depot/linux_mod_devel/scsi.aic79xx/dud/redhat/pcitable#2 edit
+
+Change 1457 by gibbs@bitkeeper-linux-2.4 on 2002/10/09 15:56:51
+
+	Integrate from aic7xxx -> aic7xxx_dv.
+
+Affected files ...
+
+... //depot/aic7xxx-dv/aic7xxx/aic79xx.c#3 integrate
+... //depot/aic7xxx-dv/aic7xxx/aic79xx.reg#3 integrate
+... //depot/aic7xxx-dv/aic7xxx/aic79xx.seq#3 integrate
+... //depot/aic7xxx-dv/aic7xxx/aic79xx_pci.c#3 integrate
+... //depot/aic7xxx-dv/aic7xxx/aic7xxx.c#2 integrate
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#2 integrate
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#3 integrate
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#3 integrate
+... //depot/aic7xxx-dv/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#3 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Makefile#7 edit
+
+Change 1455 by gibbs@bitkeeper-linux-2.4 on 2002/10/09 15:08:23
+
+	aic7xxx.c:
+		Only force a renegotiation on a selection timeout
+		if the SCB was valid.  Doing otherwise may be dangerous
+		as the connection was not valid for an unknown reason.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#84 edit
+
+Change 1454 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/10/09 14:45:23
+
+	       Update driver version
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#66 edit
+
+Change 1453 by gibbs@overdrive on 2002/10/09 14:44:21
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#34 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#15 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#35 edit
+
+Change 1452 by gibbs@aslan on 2002/10/09 14:43:31
+
+	The double write workaround for CURRSCB is only required if
+	abort pending is set.  Remove this work around and set the
+	abort pending bug bit on the B at least until we have better
+	confirmation that the double write is always safe.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#63 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#46 edit
+
+Change 1450 by gibbs@overdrive on 2002/10/09 00:32:41
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#33 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#14 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#34 edit
+
+Change 1449 by gibbs@aslan on 2002/10/09 00:31:44
+
+	aic79xx.c:
+		Enhance the packetized overrun handler to cover the
+		case of a data phase for an SCB that is not active.
+	
+		Update the comment on how CRC errors should be handled
+		in Harpoon2A and B.  The comment is still not fully
+		accurate.  We'll need more input from the hardware developers
+		before we can make the CRC handling really robust.
+	
+		Add diagnostics for unexpected busfrees that we take to
+		mean a negotiation message has been rejected.
+	
+		Fix several bugs in the iocell option setting code.  For
+		starters, the amplitude setting is in ANNEXCOL 6.  The
+		amplitude should also be set regardless of connection
+		speed.  The negotiation table is now updated in the
+		chip reset code which occurs after the profile information
+		is stored in our softc.  This avoids the problem of having
+		the chip reset code clear the neg table after the profile
+		code has written to it.  Lastly, only clear the negtable
+		manually on chip reset if we are on rev A.
+	
+		Remove the redundant setting of the ABORTPENDING bit.
+		I have yet to verify that aborts actually work on the B.
+	
+		Have ahd_qinfifo_requeue_tail() save and restore the
+		current mode and operate in the command channel mode.
+		ahd_qinfifo_count requires this mode and some of the
+		latest callers to ahd_qinfifo_requeue_tail() are not
+		already in the command channel mode.
+	
+		Allow register pretty printing with a NULL cur_column.
+	
+		Add a space in a register diagnostic and print out SIMODE0
+		in ahd_dump_card_state().
+	
+	aic79xx.reg:
+		Add a macro RESTORE_MODE that sets the current mode to
+		the value stored in the register passed to it.
+	
+		Add the DFFBITBUCKET bit for packetized bitbucket.
+	
+		Correct the definition of AHD_ANNEXCOL_IOCELL_OPT1.
+	
+	aic79xx.seq:
+		Clean up the structure of our idle loop.  This adds
+		a few instructions since the idle loop has been broken
+		into the following sub-routines that can be assembled
+		into customized idle loops:
+	
+			idle_loop_gsfifo	- Service the Good Status FIFO
+			idle_loop_service_fifos - Run any LONGJMP handlers
+			idle_loop_cchan		- Run command channel operations
+	
+		One or more of these routines are now called from the
+		main idle loop, the legacy idle loop, and the allocate_fifo
+		routine.  This removes a bunch of duplicated code and hopefully
+		clarifies the code flow.
+	
+		Optimize out a few instructions.
+	
+		Write to CURRSCB twice in a row since it seems that these
+		writes are sometimes flakey.
+	
+		Use the MK_MESSAGE bit in SCB_CONTROL as our abort bit.
+		We now set MK_MESSAGE on every SCB completion so that
+		reselections to idle SCBs trigger an automatic abort.
+	
+		Now that the other FIFO may be active doing packetized
+		things during a legacy connection, have the legacy
+		idle loop use a LONGJMP handler and process LONGJMP
+		handlers for both FIFOs.
+	
+		Have the CFG4OVERRUN handler use packetized bitbucket
+		if it is available.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#119 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#47 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#62 edit
+
+Change 1445 by gibbs@overdrive on 2002/10/05 00:10:28
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#32 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#13 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#33 edit
+
+Change 1444 by gibbs@aslan on 2002/10/05 00:07:22
+
+	aic79xx.c:
+		Add 4 TRACEPOINT sequencer interrupts useful for debugging.
+	
+		Record busfree time prior to clearing any critical sections
+		since we now clear any busfree interrupts while stepping.
+	
+		Add support for supressing unexpected busfree warnings
+		when we reject a QAS request after delivering a CRC
+		related message.
+	
+		Rev B hardware will not step with pending, pausing,
+		sequencer interrupts.  Turn off the interrupt enables
+		for all pausing interrupts save ENBUSFREE.  ENBUSFREE
+		must not be disabled or we will lose the ability to
+		detect unexpected busfree events until the start of
+		the next connection.  Diagnostics have also been added
+		to track the stepping process under the MISC debug category.
+	
+		Add CLROVERRUN to the list of interrupts cleared by
+		ahd_clear_intstat().
+	
+		Update PPR message conformance rules.  RTI must be
+		disabled for non-paced transfers.
+	
+		Don't apply RevA negtable corrections to the B.
+	
+		First pass at supporting RevB IOCELL settings.  Currently
+		the settings for precomp are the same for Rev A and B,
+		so they share code.  This will have to change if these
+		numbers are adjusted further.  It may be possible to remove
+		the RevA HP_BOARD options, but I still need to verify that
+		with Brandon Aubrey.
+	
+		If a device rejects a PPR message after the full PPR
+		message has been sent, assume it does not understand
+		SPI-4 PPR options and negotiate without them.  This
+		allows us to negotiate U160 with certain Fujitsu
+		U160 drives.
+	
+		Use enhanced DFFSTAT CURRFIFO status and adjust code
+		appropriately.
+	
+		CPQ->HP
+	
+		Set LQONOCHKOVER in LQOSCSCTL to avoid spurious LQO
+		overrun conditions.
+	
+		Negotiate RTI if it is available.
+	
+	aic79xx.h:
+		Add RTI and NEW_IOCELL_OPTS as AHD options enabled on
+		the B.
+	
+		Document each ahd_bug entry in the enumeration for quick
+		reference and add the AHD_LQOOVERRUN_BUG and
+		AHD_PACED_NEGTABLE_BUG entries.
+	
+		CPQ-HP
+	
+		Add the expect QAS reject busfree flag in ahd_msg_flags.
+	
+	aic79xx.reg:
+		Add four tracepoint sequencer interrupts.
+	
+		Modify CURRFIFO definition for Rev A backwards compatibility	
+		while using Rev B enhanced mode.
+	
+		Add the LQOSCSCTL register.
+	
+		Correct spelling of CURRFIFODEF in SCSCHKN.
+	
+		Add new IOCELL option ANNEX column definitions.
+	
+		Update CCSGCTL to move of CCSGEN in Rev B.  This
+		definition allows backwards compatibility, but may
+		change should we decide to optimize code due to this
+		change.
+	
+		Align QOUTFIFO_NEXT_ADDR on a 4 byte boundary since on
+		the B, this is required of any location that will be used
+		as the source for a block move to SCB/SGHADDR.
+	
+	aic79xx.seq:
+		Hit CCSCBRESET after setting the target address in
+		SCBHADDR to mirror what the CHIM sequencer does.  I
+		don't believe this has any real effect but was a holdover
+		from debugging command channel DMA operations up to
+		the host on the B.
+	
+		Simplify the run down of the qoutfifo loop by rearranging
+		it a bit.  We no longer special case loading first element.
+	
+		Allow non-pack transactions to use either FIFO without
+		waiting for the other FIFO to clear on Rev B.
+	
+		Remove an unecessary clear of SHCNT[1] and SHCNT[2] in
+		the embedded cdb transmission case.
+	
+		Do not rely on SCSIENACK being visible until at least one
+		sequencer instruction after it is written.  While this
+		is safe on RevA, the wait is required on RevB.
+	
+		Adapt to changes in the definition of CCSGCTL.
+	
+		Always perform aligned, 4byte block moves to SCB/SGHADDR.
+		Single RMW operations are still okay too.
+	
+	aic79xx_pci.c:
+		HP -> CPQ
+	
+		Rearrange IDs to better match which chips they use.
+	
+		Convert to uniform product description strings.
+	
+		Simplify 7901A setup function.
+	
+		Add the NONPACKFIFO_BUG and PACED_NEGTABLE_BUG entries
+		for the A.
+	
+		Add rev B bugs and features.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#118 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#63 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#46 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#61 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#45 edit
+
+Change 1441 by gibbs@overdrive on 2002/10/04 16:29:18
+
+	Add missing "{}"s around diagnostic code so that status packet
+	information is not printed unless the SHOW_SENSE debug flag is
+	set.  The message is only printed if the driver is compiled with
+	debug code enabled.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#117 edit
+
+Change 1432 by gibbs@overdrive on 2002/10/02 15:12:35
+
+	oder -> order.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/README.aic79xx#3 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/README.aic7xxx#2 edit
+
+Change 1427 by gibbs@bitkeeper-linux-2.4 on 2002/10/01 18:56:39
+
+	Have the Makefile do all the relative path including instead of
+	putting this in all of the include directives in the Linux OSMs.
+	This will make the module building framework happy on 8.0.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#58 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#65 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#126 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#91 edit
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Makefile#6 edit
+
+Change 1425 by gibbs@aslan on 2002/10/01 14:45:04
+
+	Add a space to the end of the ahc/ahd_print_devinfo routines
+	so that it behaves as expected by the code that uses it.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#116 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#83 edit
+
+Change 1424 by gibbs@bitkeeper-linux-2.4 on 2002/10/01 13:20:47
+
+	If the initial bus reset is diabled, attempt to negotiate async
+	rather than the fastest non-ppr rate below the user setting.  We
+	will negotiate up to the user setting once inquiry information is
+	available.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#57 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#125 edit
+
+Change 1423 by gibbs@aslan on 2002/10/01 13:13:22
+
+	aic79xx.c:
+		Fix a style nit.
+	
+		Attempt to recover from a selection timeout that
+		occurs with an invalid SCB.  This should never
+		happen, but its best to try and keep the machine
+		going.
+	
+		Force a renegotiation to a particular target after
+		a selection timeout.  This handles the case of a
+		temporary interruption in the cable that the target
+		might notice and switch back to async without creating
+		a unit attention condition.
+	
+		Add code to ignore busfree interrupts which are in
+		fact parity errors resulting from a glitchy REQ
+		release of the free running clock by a target transitioning
+		to the bus free phase.  This code needs to be tested by
+		FTL.  A diagnostic will be printed if the debugging code
+		is enabled with the AHD_SHOW_MASKED_ERRORS bit set in
+		the debugging bitmask.
+	
+		Remove a redundant setting of the mode in the busfree
+		handler.
+	
+	aic79xx.c:
+	aic79xx.h:
+	aic7xxx.c:
+	aic7xxx.h:
+		Change ahc/ahd_upate_neg_request() to take a "negotiation
+		type" enum that allows us to negotiate:
+			o only if the goal and current parameters differ.
+			o only if the goal is non-async
+			o always - even if the negotiation will be for async.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#115 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#62 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#82 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#52 edit
+
+Change 1422 by gibbs@aslan on 2002/09/30 17:09:13
+
+	Don't panic (as a diagnostic to catch bugs) if we decided to
+	force the renegotiation of async even if we believe we are
+	already async.  This should allow us to negotiate async instead
+	of the full user goal rate during startup if bus resets are disabled.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#114 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#81 edit
+
+Change 1420 by gibbs@aslan on 2002/09/30 13:49:47
+
+	Remove a left over '&' from the conversion to using our
+	softc referenced seeprom store.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#26 edit
+
+Change 1419 by gibbs@bitkeeper-linux-2.5 on 2002/09/27 16:44:04
+
+	Add a missing pair of curly braces to a conditional debug
+	statement.  This ensures that debug code doesn't trigger if
+	it isn't enabled. <blush>
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#80 edit
+
+Change 1418 by gibbs@bitkeeper-linux-2.5 on 2002/09/27 14:46:02
+
+	Reset commands_since_idle_or_otag in the mid-layer induced otag
+	case.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#56 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#124 edit
+
+Change 1417 by gibbs@bitkeeper-linux-2.5 on 2002/09/27 14:36:27
+
+	Honor ordered tagged requests from the mid-layer.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#55 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#123 edit
+
+Change 1416 by gibbs@aslan on 2002/09/26 21:19:05
+
+	Remove redundant inclusion of inttypes.h in aicasm_gram.y
+	and properly sort inttypes.h into list of includes.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#25 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_scan.l#7 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#18 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#23 edit
+
+Change 1415 by gibbs@aslan on 2002/09/26 16:02:22
+
+	Correct another BE issue in a printf.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#113 edit
+
+Change 1404 by gibbs@overdrive on 2002/09/24 17:27:07
+
+	Correct a spelling error.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#54 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#122 edit
+
+Change 1403 by gibbs@aslan on 2002/09/24 17:06:41
+
+	Correct a spelling mistake.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#79 edit
+
+Change 1400 by gibbs@overdrive on 2002/09/24 14:29:16
+
+	Make version numbers match what the driver prints on startup.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/README.aic79xx#2 edit
+
+Change 1399 by gibbs@overdrive on 2002/09/24 13:54:33
+
+	Add README files for embedded Linux drivers.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/README.aic79xx#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/README.aic7xxx#1 add
+
+Change 1398 by gibbs@bitkeeper-linux-2.5 on 2002/09/24 12:50:32
+
+	Bump Linux driver versions:
+		aic7xxx = 6.2.10
+		aic79xx = 1.1.1
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#64 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#90 edit
+
+Change 1397 by gibbs@bitkeeper-linux-2.4 on 2002/09/23 12:02:16
+
+	Add memory mapped I/O compile time option.
+
+Affected files ...
+
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Config.in#9 edit
+
+Change 1396 by gibbs@bitkeeper-linux-2.4 on 2002/09/23 12:01:01
+
+	Add memory mapped I/O option to both the aic7xxx and aic79xx drivers.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#53 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#63 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#13 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#121 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#89 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#37 edit
+
+Change 1395 by gibbs@overdrive on 2002/09/23 11:19:47
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Remove two spurious but benign if statements that
+		probably appeared due to an editing botch.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#52 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#120 edit
+
+Change 1393 by gibbs@bitkeeper-linux-2.5 on 2002/09/20 14:58:43
+
+	aic7xxx_host.h:
+		Port to 2.5.X.
+		 - Adapt to "biosparam" driver method specification
+	
+	aic7xxx_osm.c:
+		Port to 2.5.X.
+		 - Include scsicam.h for disk partition functions.
+		 - Switch from strtok to strsep.  Strtok is no longer
+		   available in 2.5.X.	
+		 - Adapt to the removal of the io_request lock and the
+		   mid-layer acquiring our own lock prior to calling us.
+		   This comes in the form of a new inline,
+		   ahc_midlayer_entrypoint_lock().  For 2.5.X, this is
+		   no-op since our lock is already held prior to entry
+		   into the driver.
+		 - Make use of scsi_assign_lock so that we can have our
+		   lock held before we have our host structure.  If we
+		   used the host lock in the host structure, we would
+		   not be able to acquire our lock in our interrupt handler
+		   should a shared interrupt occur before we allocated
+		   our host structure.
+		 - Added comments indicating why it is that we don't do
+		   the same ahc_unlock()/ahd_done_lock() dance in 2.5.X.
+		   Since the done lock and the ahc_lock are one and the
+		   same, it doesn't make sense to release and reacquire
+		   the same lock.  For older kernels, this dance is required
+		   to avoid lock order reversals.
+		 - In our error recovery entry points, move unlock_irq()
+		   calls down to where we sleep so it is more obvious why
+		   they are required.  Add some comments about this too.
+		 - Adapt to changes in the biosparam method specification.
+	
+		Turn runq scheduling into an inline to remove lots of
+		#ifdef clutter.
+	
+	aic7xxx_osm.h:
+		Make register pretty printing and option.
+	
+		Add ahc_midlayer_entrypoint_lock() inlines to help
+		manage the latest Linux mid-layer locking fiasco.
+	
+		ahc_done_lock/unlock are no-ops for 2.5.X.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_host.h#10 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#119 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#88 edit
+
+Change 1392 by gibbs@bitkeeper-linux-2.5 on 2002/09/20 14:47:28
+
+	Config.in:	
+		Bring both the aic7xxx and aic79xx sections of this
+		file up to date in regards to the latest options.
+	aic79xx_host.h:
+		Port to 2.5.X.
+		 - Adapt to "biosparam" driver method specification
+		 - Modify driver template to be 2.5.X compatible
+	
+	aic79xx_osm.c:
+		Port to 2.5.X.
+		 - Include scsicam.h for disk partition functions.
+		 - Switch from strtok to strsep.  Strtok is no longer
+		   available in 2.5.X.	
+		 - Adapt to the removal of the io_request lock and the
+		   mid-layer acquiring our own lock prior to calling us.
+		   This comes in the form of a new inline,
+		   ahd_midlayer_entrypoint_lock().  For 2.5.X, this is
+		   no-op since our lock is already held prior to entry
+		   into the driver.
+		 - Make use of scsi_assign_lock so that we can have our
+		   lock held before we have our host structure.  If we
+		   used the host lock in the host structure, we would
+		   not be able to acquire our lock in our interrupt handler
+		   should a shared interrupt occur before we allocated
+		   our host structure.
+		 - Added comments indicating why it is that we don't do
+		   the same ahd_unlock()/ahd_done_lock() dance in 2.5.X.
+		   Since the done lock and the ahd_lock are one and the
+		   same, it doesn't make sense to release and reacquire
+		   the same lock.  For older kernels, this dance is required
+		   to avoid lock order reversals.
+		 - In our error recovery entry points, move unlock_irq()
+		   calls down to where we sleep so it is more obvious why
+		   they are required.  Add some comments about this too.
+		 - Adapt to changes in the biosparam method specification.
+	
+		Turn runq scheduling into an inline to remove lots of
+		#ifdef clutter.
+	
+	aic79xx_osm.h:
+		Make register pretty printing and option.
+	
+		Add ahd_midlayer_entrypoint_lock() inlines to help
+		manage the latest Linux mid-layer locking fiasco.
+	
+		ahd_done_lock/unlock are no-ops for 2.5.X.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_host.h#7 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#51 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#62 edit
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Config.in#8 edit
+
+Change 1386 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/09/17 19:10:33
+
+	       Update driver version
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#61 edit
+
+Change 1385 by gibbs@overdrive on 2002/09/17 18:48:09
+
+	aic79xx_osm.c:
+		Correct a case in the aic79xx_rd_strm_info code where
+		it was referencing the tag_info array by mistake.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#50 edit
+
+Change 1380 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/09/16 14:46:03
+
+	Include <inttypes.h> to get uint8_t definitions
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#24 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_scan.l#6 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#17 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#22 edit
+
+Change 1378 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/09/16 12:49:34
+
+	       Update driver version
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#60 edit
+
+Change 1377 by gibbs@aslan on 2002/09/16 12:47:19
+
+	Print out LQOSTAT* registers in ahd_dump_card_state.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#112 edit
+
+Change 1373 by gibbs@aslan on 2002/09/12 12:33:53
+
+	aic79xx.c:
+		Cover the ENBUSFREE case for bus resets too.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#111 edit
+
+Change 1372 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/09/12 11:26:37
+
+	       Update driver version
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#59 edit
+
+Change 1371 by gibbs@aslan on 2002/09/12 11:24:42
+
+	aic79xx.c:
+		With the BUSFREEREV bug in effect, we must
+		muck with the ENBUSFREE toggle if the busfree
+		occurred in a non-pack connection.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#110 edit
+
+Change 1370 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/09/11 18:39:38
+
+	       Update driver version
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#58 edit
+
+Change 1369 by gibbs@overdrive on 2002/09/11 18:38:24
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#31 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#12 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#32 edit
+
+Change 1368 by gibbs@aslan on 2002/09/11 18:37:30
+
+	Implement workaround for broken busfree-rev in the A4.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#109 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#61 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#60 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#44 edit
+
+Change 1364 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/09/11 10:02:19
+
+	       Update driver version
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#57 edit
+
+Change 1363 by gibbs@overdrive on 2002/09/11 10:01:38
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#30 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#11 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#31 edit
+
+Change 1362 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/09/10 19:43:30
+
+	       Update driver version
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#56 edit
+
+Change 1361 by gibbs@aslan on 2002/09/10 18:57:05
+
+	aic79xx.c:
+		Aesthetic changes to the dump_sglist routine.
+		We now indicate that the LAST flag was set in
+		the last SG element.
+	
+	aic79xx_inline.h:
+		Don't use ahd_htole64 on a variable that may not
+		be 64bits wide.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#108 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#36 edit
+
+Change 1360 by gibbs@aslan on 2002/09/10 18:52:55
+
+	aicasm_gram.y:
+		Adjust support for mvi with immediate of 0 to
+		handle the downloaded constant case.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#23 edit
+
+Change 1354 by gibbs@aslan on 2002/09/10 15:09:50
+
+	aic79xx.h:
+		Add two new bug defines that only apply to the A:
+	
+		o AHD_REG_SLOW_SETTLE_BUG
+		  - Some Host registers take a few clocks to settle.
+	
+		o AHD_SET_MODE_BUG
+		  - Interrupts must be disabled when changing the mode
+	
+	aic79xx.reg:
+		Modify SET_MODE and add a new TOGGLE_DFF_MODE macro
+		to optimize out the AHD_SET_MODE_BUG workaround.
+	
+		Make P_BUSFREE a field instead of a member of an
+		enum with a mask that doesn't apply to its bit location.
+	
+	aic79xx.seq:
+		Optimize code based on the two new bug defines.  We
+		also iimplement, for the first time, the SLOW_REG
+		bug workaround.
+	
+		SET_MODE and TOGGLE_DFF_MODE can't have ';'s after
+		them now due to if/else clauses.
+	
+		Correct a ';' -> ':' syntax error.
+	
+	aic79xx_pci.c:
+		Add the two new bug defines to the list of bugs
+		that apply to the A4.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#60 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#45 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#59 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#43 edit
+
+Change 1352 by gibbs@aslan on 2002/09/10 14:44:31
+
+	aicasm_gram.y:
+		Allow mvi immediates of zero and have the assembler
+		convert these to the equivalent of a clr instruction.
+		This allows macros that do not know the value of the
+		immediate they are given DTRT.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#22 edit
+
+Change 1349 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/09/09 15:09:57
+
+	       Update driver version
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#55 edit
+
+Change 1347 by gibbs@aslan on 2002/09/09 15:08:20
+
+	aic79xx.seq:
+		In pkt_saveptrs, wait for FIFOEMP before issuing
+		the clearchn.  This seems to be the easiest way
+		to ensure that we don't complete the command to
+		the host prior to all data draining.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#58 edit
+
+Change 1346 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/09/08 17:46:07
+
+	       Update driver version
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#54 edit
+
+Change 1345 by gibbs@overdrive on 2002/09/08 17:41:10
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#29 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#10 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#30 edit
+
+Change 1344 by gibbs@aslan on 2002/09/08 17:40:23
+
+	aic79xx.seq:
+		Correct a comment.
+	
+		In pkt_saveptrs, only clear the saveptrs interrupt
+		status once the pointers are saved.  Otherwise we
+		may allow a cfg4data in the other FIFO to proceed
+		with incorrect data pointers.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#57 edit
+
+Change 1343 by gibbs@aslan on 2002/09/08 17:13:36
+
+	aic79xx.c:
+		Add diagnostic messages for DSPDATACTL workarounds.
+	
+		Negotiate HOLD_MCS for U320 transfers.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#107 edit
+
+Change 1342 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/09/06 17:46:11
+
+	       Update driver version
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#53 edit
+
+Change 1341 by gibbs@overdrive on 2002/09/06 17:45:16
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#28 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#9 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#29 edit
+
+Change 1340 by gibbs@aslan on 2002/09/06 17:44:20
+
+	aic79xx.seq:
+		Fix syntax error.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#56 edit
+
+Change 1339 by gibbs@aslan on 2002/09/06 17:42:26
+
+	aic79xx.seq:
+	aic79xx.reg:
+		Fix SCBPTR corruption during mixed pack/non-pack
+		processing.  When allocating a FIFO, an SCB can
+		complete using MODE3's SCBPTR.  Save the SCBID
+		requesting the allocation into a new scratch ram
+		location that is unused by any other code prior
+		to running any FIFO threads and restore it once
+		allocation is complete.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#44 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#55 edit
+
+Change 1338 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/09/05 22:06:27
+
+	       Update driver version
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#52 edit
+
+Change 1337 by gibbs@overdrive on 2002/09/05 21:48:01
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#27 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#8 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#28 edit
+
+Change 1336 by gibbs@overdrive on 2002/09/05 20:58:55
+
+	aic79xx.c:
+		Restart the sequencer prior to scheduling our
+		reset polling timer.  We want to be sure the
+		sequencer is reset prior to the timer firing.
+	
+		In ahd_reset_poll(), put us in the SCSI mode
+		prior to tweaking registers.
+	
+	aic79xx.reg:
+		Use consistent case in defining register addresses.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#106 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#43 edit
+
+Change 1335 by gibbs@overdrive on 2002/09/05 20:19:00
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#26 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#7 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#27 edit
+
+Change 1334 by gibbs@aslan on 2002/09/05 18:26:26
+
+	aic79xx.h:
+		Give AHD_SHOW_SG it's own value.	
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#59 edit
+
+Change 1333 by gibbs@aslan on 2002/09/05 18:25:32
+
+	aic79xx.c:
+		Remove a redundant ahd_update_modes();
+	
+		Only print scb path information in our SELTO handler
+		once we've verified that the SCB is not NULL.
+	
+		Fix formatting nits.
+	
+		Convert transmission error diagnostic code to ahd_reg_print().
+	
+		Correct the comment for ahd_handle_pkt_busfree().  We
+		can enter this routine in any of modes 0, 1 and 3.
+	
+		In ahd_handle_pkt_busfree(), ensure we are in mode 3
+		for dealing with LQOBUSFREE events, save and restore
+		the current SCBPTR in that mode, and use CURRSCB to
+		determine the SCB affected by the busfree rather than
+		the quite bogus SCBPTR.
+	
+		In ahd_abort_scbs(), operate in the SCSI mode so that
+		busy and clear TCL functions use that mode.  It is
+		the only safe mode to use for temporary changes to
+		the SCBPTR register unless you have guaranteed that
+		no SCB fetches are inprogress in which case the command
+		channel mode is safe.
+	
+		Add assertions in the busy_tcl code to ensure we are
+		in the SCSI mode.
+	
+		Save and restore the SCBPTR in ahd_dump_card_state().
+		We were always leaving SCBPTR pointing to the last
+		SCB traversed in our debug output.
+	
+		Use ahd_get_scbptr() in all cases.
+	
+		Cleanup some nits in ahd_dump_cardstate() output.
+	
+		Save and restore the scbptr in ahd_dump_scbs().
+	
+	aic79xx.reg:
+		Remove the SCB_DMA field in SEQ_FLAGS2.  It is not
+		needed for Harpoon's SCB dma fetch abort algorithm.
+	
+	aic79xx.seq:
+		Add a critical section around the SCB dma complete
+		code.  It was possible for the host driver to "abort"
+		this SCB fetch while the sequencer was in the process
+		of handling the completion.  The critical section
+		ensures that the SCB fetch is either aborted, or on
+		the waiting queue once we are outside of the critical
+		section.
+	
+		Complete the removal of the SCB_DMA flag.
+	
+		Fix the PDATA_REINIT case.  We neglected to jump
+		to the dma_loop once the kernel had completed the
+		reinitialization.
+	
+		Fix the non-packetized bitbucket handler.  We were not
+		properly waiting until the data phase was over.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#105 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#42 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#54 edit
+
+Change 1332 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/09/04 23:44:52
+
+	Version 1.0.12
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#51 edit
+
+Change 1331 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/09/04 23:43:46
+
+	Regen aic79xx firmware
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#25 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#6 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#26 edit
+
+Change 1330 by gibbs@aslan on 2002/09/04 18:04:26
+
+	aic79xx.c:
+		Don't call ahd_clear_intstat from our busfree handler.
+		The bus may well have moved on and we don't want to
+		clear state that pertains to the current connection.
+		If we get stray PERR status, it will now be handled
+		by the "catch-all" case in the SCSIINT handler.
+	
+		In ahd_clear_intstat(), deal with the AHD_CLRLQO_AUTOCLR_BUG.
+		This may have been the cause for the really strange
+		problems with mixed pack/non-pack configuratons.
+	
+		When clearing ENSELO in SCSISEQ0, make sure we are
+		in a known and safe mode.
+	
+		Remove "nonpkt_tag" from the "task_attribute_nonpkt_tag"
+		HSCB field.  We no longer need nonpkt_tag information
+		in the SCB.
+	
+		Another update from Gordon for the bus reset quiet
+		the controller algorithm.
+	
+		Print the current byte on the bus in ahd_dump_card_state().
+	
+		Remove spurious ','s from the printing of the pending list.
+	
+		Include SCB_TAG in pending list dumps.
+	
+	aic79xx.h:
+		Put SCB_TAG on a 4 byte boundary just to be paranoid.
+	
+		task_attribute_nonpkt_tag -> task_attribute
+	
+	aic79xx.reg:
+		Put SCB_TAG on a 4 byte boundary just to be paranoid.
+	
+	aic79xx.seq:
+		Remove extra AHD_MDFF_WSCBPTR_BUG code.  The failure
+		can never occur since, in the A, only the non-pack
+		FIFO can ever be active during non-pack processing.
+	
+		Clear the busfree status when entering non-pack processing
+		so we can rely on it in await_busfree.
+	
+	aic79xx_inline.h:
+		Remove what is hopefully the last chunk of untagged queue
+		code from the driver.
+	
+		Don't bother setting the nonpack_tag since it is always
+		the same as the low byte of SCBPTR.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#104 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#58 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#41 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#53 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#35 edit
+
+Change 1328 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/09/03 17:30:10
+
+	Version 1.0.11
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#50 edit
+
+Change 1327 by gibbs@overdrive on 2002/09/03 17:21:56
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#24 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#5 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#25 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#17 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg_print.c#4 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#18 edit
+
+Change 1326 by gibbs@aslan on 2002/09/03 17:20:25
+
+	Remove a spuriously expanded $FreeBSD$.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_scan.l#5 edit
+
+Change 1325 by gibbs@aslan on 2002/09/03 17:14:43
+
+	aic79xx.c:
+		Add a missing space in the pending list
+		debug output code.
+	
+	aic79xx.h:
+		Add AHD_MDFF_WSCBPTR_BUG.
+	
+	aic79xx.reg:
+		Reserve mode specific scratch location
+		REG2 for interrupt handler use only.
+		This avoids any potential races between
+		normal and interrupt contexts.
+	
+		Put target mode bits after initiator bits
+		so that the initiator mode ones are printed
+		during diagnostics.  We don't currently
+		support target mode.
+	
+	aic79xx.seq:
+		Add duplicate writes to SCBPTR when in modes
+		0 and 1.
+	
+		Switch one section of ISR code over to using
+		REG_ISR.
+	
+		Perform clear target state after releasing the
+		FIFO so the FIFO is free as soon as possible.
+	
+	aic79xx_pci.c:
+		Turn on AHD_MDFF_WSCBPTR_BUG.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#103 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#57 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#40 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#52 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#42 edit
+
+Change 1323 by gibbs@aslan on 2002/08/30 23:06:40
+
+	Strip back down to $FreeBSD$.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#25 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#78 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#51 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#34 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#17 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.h#12 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#38 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#50 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/ahc_eisa.c#8 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/ahc_pci.c#8 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#22 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.c#10 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.h#10 edit
+
+Change 1322 by gibbs@aslan on 2002/08/30 23:06:24
+
+	aic7xxx.seq:
+		Correct a bug in target mode handling of non-disconnected
+		transactions.  The host would indicate the correct SCB to
+		DMA by setting the SCB id in the currently selected hardware 
+		SCB.  Unfortunately, we would then immediated allocate a
+		hardware SCB which, depending on the access patern might not
+		be the same hardware SCB that the host setup for us.  Avoid
+		this by having the host put the SCBID into scratch ram.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#50 edit
+
+Change 1321 by gibbs@aslan on 2002/08/30 23:00:30
+
+	Strip back down to $FreeBSD$
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#22 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.h#14 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#21 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_gram.y#5 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#16 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#21 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#17 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aicasm/Makefile#1 add
+
+Change 1320 by gibbs@aslan on 2002/08/30 20:47:28
+
+	Expands revision tags.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#21 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.h#13 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#20 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_insformat.h#10 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_gram.y#4 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_scan.l#4 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#15 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#20 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#16 edit
+
+Change 1317 by gibbs@aslan on 2002/08/30 20:18:37
+
+	aic7xxx.c:
+		Make use of ahc_print_devinfo in the non-AHC_DEBUG case
+		to quiet GCC.  We'll be adding more non-debug uses later
+		anyway.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#77 edit
+
+Change 1316 by gibbs@aslan on 2002/08/30 17:37:39
+
+	Expand Ids.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#24 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.c#102 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#56 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#39 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#51 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#34 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#41 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#76 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#50 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#33 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#49 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#16 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.h#11 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#37 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#49 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/ahc_eisa.c#6 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/ahc_pci.c#6 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/ahd_pci.c#6 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#21 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.h#13 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.c#9 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.h#8 edit
+
+Change 1313 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/08/29 16:44:35
+
+	Version 1.0.10
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#49 edit
+
+Change 1312 by gibbs@overdrive on 2002/08/29 16:17:01
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#23 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#4 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#24 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#16 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg_print.c#3 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#17 edit
+
+Change 1311 by gibbs@aslan on 2002/08/29 16:08:39
+
+	aic79xx.c:
+		Correct negotiation regression in 1.0.9.  We need to
+		cancel the negotiations for any unstarted SCBs to avoid
+		the "AWAITING MSG with no waiting message" assertion.
+		In the packetized world, it is safe to cancel negotiations
+		so long as we are active on the bus preventing the execution
+		queue from being run.  Restore ahd_update_pending_scbs() to
+		update SCBs on the controller and have all callers only call
+		it for negotiation changes when the transaction is active.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#101 edit
+
+Change 1310 by gibbs@aslan on 2002/08/29 14:34:09
+
+	aic79xx.c:
+	aic7xxx.c:
+		Print pathing information with some diagnostics.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#100 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#75 edit
+
+Change 1309 by gibbs@aslan on 2002/08/29 14:01:21
+
+	aic7xxx.c:
+	aic7xxx.h:
+		Add support for AHC_SHOW_MESSAGES.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#74 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#49 edit
+
+Change 1308 by gibbs@aslan on 2002/08/29 14:00:48
+
+	aicasm.c:
+	aicasm.h:
+	aicasm_gram.y:
+	aicasm_scan.l:
+	aicasm_symbol.h:
+		Update copyrights.
+	
+	aicasm_symbol.c:
+		Update cpyright.
+	
+		Allow print reg functions for registers with
+		no fields.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#20 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.h#12 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#19 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#14 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#19 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#15 edit
+
+Change 1307 by gibbs@aslan on 2002/08/29 13:57:31
+
+	Update copyrights.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#50 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#33 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#40 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#20 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.h#11 edit
+
+Change 1306 by gibbs@aslan on 2002/08/29 13:56:41
+
+	aic79xx.c:
+		Use ahd_print_path() for selection timeout messages.
+	
+		Clear all interrupt sources, via ahd_clear_intstat(),
+		if we get an expected or unexpected busfree.  It turns
+		out that the hardware clears some of them, but not all
+		of them when a busfree occurs which can confuse our SCSIINT
+		handler down the road.
+	
+		Update ahd_clear_intstat() to clear LQO/LQI type interrupts.
+	
+		Remove duplicate phase printing in the AHD_SHOW_MESSAGES
+		code.
+	
+		Update ahd_dump_card_state to use more of the "reg print"
+		functions.
+	
+		Conditionalize SG list printing under AHD_SHOW_SG.
+	
+	aic79xx.h:
+		Add AHD_SHOW_SG.
+	
+	aic79xx.reg:
+		Add several changes for Rev. B.  These still need
+		to be verified.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#99 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#55 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#38 edit
+
+Change 1305 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/08/29 10:27:03
+
+	limit per-drive tags to 32
+
+Affected files ...
+
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Config.in#7 edit
+
+Change 1304 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/08/29 10:26:10
+
+	Sync up with the linux-aic79xx-2.4.18_rc4 version of this in order to 
+	get the new aic79xx_reg_print.o dependency.
+
+Affected files ...
+
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Makefile#5 integrate
+
+Change 1302 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/08/28 10:55:57
+
+	Version 1.0.9
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#48 edit
+
+Change 1301 by gibbs@overdrive on 2002/08/27 16:50:51
+
+	Regen Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#22 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#3 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#23 edit
+
+Change 1300 by gibbs@aslan on 2002/08/27 16:49:33
+
+	aic79xx.c:
+		Print out both bytes of SINDEX in a diagnostic.
+	
+		Remove redundant pausing of the sequencer prior
+		to calls to ahd_update_pending_scbs().  It performs
+		its own pause management.
+	
+		In ahd_update_pending_scbs(), don't mess with SCBs
+		already DMA'ed down to the card.  Fields in the
+		SCB control byte are referenced by the select out
+		code to determine queue state, so it is best to
+		leave them alone.  The U320 cards don't embed
+		negotiation information in the SCBs anyway, so
+		the update was of little use.
+	
+		Protect against freezing the SIM Q multiple times
+		should a second bus reset be initiate prior to the
+		completed processing of a previous bus reset event.
+	
+		Print out some additional registers in ahd_dump_card_state().
+	
+		Don't rely on the flexport seeprom type detection to
+		determine if an seeprom is present.  The logic is not
+		present on all board types (e.g. mule boards).
+	
+	aic79xx.h:
+		Add bit for AHD_RESET_POLL_ACTIVE.
+	
+	aic79xx.seq:
+		Correct a few comments about how the sequencer operates.
+	
+		Always clear SG_STATE in disable_ccsgen.  Leaving stale
+		info in there was confusing the non-packetized path.
+	
+		Inline the effect of a call to disable_ccsgen in the
+		S/G fetch code path.
+	
+	aic79xx_pci.c:
+		If bootverbose, indicate STPWLEVEL.
+	
+	aic79xx_osm.c:
+		Properly drop to a sync rate that does not require
+		information unit transfers if tagged queuing or the
+		disconnect privledge are not available.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#98 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#54 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#49 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#39 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#19 edit
+
+Change 1296 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/08/22 17:40:40
+
+	1.0.8
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#47 edit
+
+Change 1295 by gibbs@overdrive on 2002/08/22 17:35:03
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#21 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#22 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#15 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg_print.c#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#16 edit
+
+Change 1293 by gibbs@aslan on 2002/08/22 15:14:44
+
+	aic79xx.c
+		Style nits.
+	
+		Print out REG0 in the NO_MATCH case.  It is more
+		interesting than ARG_1.
+	
+		Use AHD_NUM_LUNS_NONPKT for loops over the busy
+		target table.  Packetized luns don't use the table.
+	
+		Use BUILD_TCL_RAW rather than rolling our own in
+		combination with BUILD_TCL in a few places.
+	
+	aic79xx.h:
+		Allow TCLs to store all lun bits.
+	
+		Lower bus reset hold time to 25us.
+	
+	aic79xx.seq:
+		Correct grammer in a comment.
+	
+		Simplify busy table operatins in mesgin_identify.
+	
+		Remove a commented-out diagnostic.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#97 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#53 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#48 edit
+
+Change 1292 by gibbs@aslan on 2002/08/22 15:10:03
+
+	aic7xxx.h:
+		Drop reset hold duration to 25us.
+	
+	aic7xxx.seq:
+		Correct the grammer in a comment.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#48 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#48 edit
+
+Change 1291 by gibbs@aslan on 2002/08/22 14:04:12
+
+	aicasm_symbol.c:
+	aicasm_symbol.h:
+		Fix symbol sorting logic.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#18 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#14 edit
+
+Change 1289 by gibbs@aslan on 2002/08/21 18:45:16
+
+	aic79xx.c:
+	aic7xxx.c:
+		Handle field values that can be 0 in ahd_print_register().
+		The code would get into an infinite loop before.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#96 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#73 edit
+
+Change 1288 by gibbs@aslan on 2002/08/21 16:30:00
+
+	aic79xx.reg:
+		Remove unused SEQINTCODEs.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#37 edit
+
+Change 1287 by gibbs@aslan on 2002/08/21 16:29:36
+
+	aic79xx.c:
+		It turns out that we can single step even if a
+		SCSIINT is pending.  Remove clearing/restoring of
+		SCSIINT interrupt enables.  This fixes an issue
+		with busfree detection getting turned off without
+		the possibility of re-enabling it.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#95 edit
+
+Change 1286 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/08/20 18:32:08
+
+	Update to 1.0.7, add required makefile changes
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#46 edit
+... //depot/linux_mod_devel/scsi.aic79xx/Makefile#2 edit
+
+Change 1285 by gibbs@aslan on 2002/08/20 18:30:47
+
+	aic79xx.c:
+		Implement the latest bus reset card shutdown procedure.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#94 edit
+
+Change 1282 by gibbs@overdrive on 2002/08/20 17:18:57
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#45 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#20 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg_print.c#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#21 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#87 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#14 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg_print.c#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#15 edit
+
+Change 1280 by gibbs@aslan on 2002/08/20 14:15:29
+
+	aic79xx.seq:
+		Add a PREFIX for ahd generated definitions.
+	
+		Clean up more code related to the now defunct
+		disconnected lists.
+	
+		Use *stable* references to the current scsiid
+		and lun (SAVED_SCSIID/SAVED_LUN) for indexing
+		into the busy targets table.  We were referring
+		to the possibly uninitialzied SCB_LUN of the
+		SCB we had indexed into.  Bad.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#47 edit
+
+Change 1279 by gibbs@aslan on 2002/08/20 14:13:20
+
+	aic7xxx.c:
+	aic7xxx.h:
+		Fix a few typos.
+	
+		Implement ahc_print_register.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#72 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#47 edit
+
+Change 1278 by gibbs@aslan on 2002/08/20 14:12:23
+
+	aic79xx.c:
+	aic79xx.h:
+		More work on the ahd_print_register routine.
+	
+		Use the pretty print register routines in a few places.
+	
+		Fix a few typos.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#93 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#52 edit
+
+Change 1277 by gibbs@aslan on 2002/08/20 14:10:38
+
+	aic7xxx.seq:
+		Add a PREFIX designator for use in making assembler
+		generated definitions, unique.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#47 edit
+
+Change 1276 by gibbs@aslan on 2002/08/20 14:09:03
+
+	aic79xx.reg:
+	aic7xxx.reg:
+		Adapt to new assembler syntax.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#36 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#32 edit
+
+Change 1275 by gibbs@aslan on 2002/08/20 14:06:35
+
+	aicasm.c:
+	aicasm_gram.y:
+	aicasm_scan.l:
+	aicasm_symbol.c:
+	aicasm_symbol.h:
+		Add support for generating register field tables for
+		use in pretty-printing register values.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#19 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#18 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#13 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#17 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#13 edit
+
+Change 1272 by gibbs@overdrive on 2002/08/14 14:16:46
+
+	aic79xx_osm_pci.c:
+		Move warning about failures to memory map our controller
+		under bootverbose.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#12 edit
+
+Change 1271 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/08/14 08:02:15
+
+	Version 1.0.6
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#44 edit
+
+Change 1270 by gibbs@overdrive on 2002/08/13 16:02:05
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Use MSG_EXT_PPR_QAS_REQ rather than SID_SPI_QAS
+		when dealing with PPR options.  The latter is used
+		when looking at inquiry information.  Ooops.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#49 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#118 edit
+
+Change 1269 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/08/09 13:09:26
+
+	veriosn 1.0.5
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#43 edit
+
+Change 1264 by gibbs@aslan on 2002/08/08 15:19:58
+
+	aic79xx.c:
+		Use CAM_SEQUENCE_FAIL for protocol violations.
+	
+		Add first cut at a register printing function.
+	
+		Use better markers for the beginning and end
+		of ahd_dump_card_state.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#92 edit
+
+Change 1263 by gibbs@aslan on 2002/08/08 15:18:52
+
+	aicasm.c:
+	aicasm.h:
+	aicasm_gram.y:
+	aicasm_scan.l:
+	aicasm_symbol.c:
+	aicasm_symbol.h:
+		First cut at outputing register printing tables.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#18 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.h#11 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#17 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#12 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#16 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#12 edit
+
+Change 1262 by gibbs@overdrive on 2002/08/08 14:21:43
+
+	cam.h:
+		Add a mapping for CAM_SEQUENCE_FAIL.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/cam.h#13 edit
+
+Change 1261 by gibbs@overdrive on 2002/08/08 10:56:31
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		If QAS is not supported by a target, be sure to clear
+		the QAS flag in the ppr_options.  Otherwise we may
+		attempt a PPR on a device that does not support it.
+	
+		Use prot_version rather than the protocol version in
+		the tstate as the latter is not initialized until later
+		in the routine and will be 0 the first time an inquiry
+		is sent to a device.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#48 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#117 edit
+
+Change 1259 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/08/07 09:36:00
+
+	Version 1.0.4
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#42 edit
+
+Change 1258 by gibbs@aslan on 2002/08/06 16:58:52
+
+	aic79xx.c:
+		Move expected bus free handling code to ahd_set_syncrate()
+		so that it will work for message types other than PPR.
+	
+		Test for expected bus frees if the last phase was either
+		MESGIN or MESGOUT.  SPI4 dictates that the bus free will
+		occur once message phases are over, so we must handle the
+		case of other messages occuring prior to the bus going free.
+		We filter out other causes for the bus free (abort tag, etc.)
+		prior to treating this as an expected busfree.
+	
+		Wait a bus reset delay prior to performing the chip reset
+		for outgoing bus resets *just in case* this helps with the
+		stray arb issue.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#91 edit
+
+Change 1250 by gibbs@overdrive on 2002/08/05 14:23:13
+
+	aic7xxx_osm.c:
+	aic79xx_osm.c:
+		Fix off-by-one errors in calculations using the inquiry
+		data's additional_length field.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#47 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#116 edit
+
+Change 1248 by gibbs@overdrive on 2002/08/03 12:26:50
+
+	aic7xxx_proc.c:
+		Explicitly test for VLB and PCI cards in seeprom_write()
+		so we don't try this on EISA cards.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#22 edit
+
+Change 1246 by gibbs@overdrive on 2002/08/03 12:06:45
+
+	aic7xxx_proc.c:
+		AHC_PCI_CONFIG is always defined.  Test for > 0 instead.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#21 edit
+
+Change 1244 by gibbs@overdrive on 2002/08/03 12:01:55
+
+	aic7xxx_osm.c:
+		ahc_pause_and_flush_work() -> ahc_pause_and_flushwork().
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#115 edit
+
+Change 1243 by gibbs@overdrive on 2002/08/03 11:57:55
+
+	aic7xxx_proc.c:
+		Allow this to compile if PCI support is not
+		configured into the system.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#20 edit
+
+Change 1242 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/08/02 19:43:45
+
+	Version 1.0.3
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#41 edit
+
+Change 1240 by gibbs@aslan on 2002/08/02 17:47:26
+
+	aic79xx.c:
+		Force scb to be NULL if we have not been fully identified
+		in ahd_handle_protocol_violation().
+	
+		Use MSG_ABORT_TASK for invalid reselections as per the
+		SPI4 spec.
+	
+		Push the waiting for the bus transceivers to setting into
+		ahc_chip_init().  This makes the wait occur for bus reset
+		operations too.  Perform this wait prior to setting up
+		any of our iocell workarounds just in case the chip clobbers
+		them when the bus settles.
+	
+		Don't rely on the chip remaining paused while we wait for
+		the bus reset line to fall.  We simply perform most of
+		the reconfiguration of the chip prior to starting to poll
+		for the reset line to fall.
+	
+		Fix a bug in ahd_reset_poll() in the case of the reset
+		line not falling.  We would not exit the function to wait
+		again for the reset line to fall.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#90 edit
+
+Change 1228 by gibbs@overdrive on 2002/07/31 16:33:59
+
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+	aic7xxx_osm.c:
+	aic7xxx_osm.h:
+	cam.h:
+		Emulate CAM_REQUEUE_REQ by returning check condition
+		status with the ABORTED COMMAND sense key.  This works
+		even if we happen to be requesting an error recovery
+		command to be unconditionally requeued.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#46 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#40 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#114 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#86 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/cam.h#12 edit
+
+Change 1227 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/07/31 12:12:00
+
+	version 1.0.2
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#39 edit
+
+Change 1226 by gibbs@overdrive on 2002/07/30 17:12:07
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#19 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#20 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#13 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#14 edit
+
+Change 1225 by gibbs@aslan on 2002/07/30 17:10:40
+
+	aic79xx.c:
+		When a selection timout occurs, we need not play with
+		ENBUSFREE.  The busfree interrupt is a pulse so simply
+		clearing that interrupt source is sufficient.
+	
+		Fixup some curly braces.
+	
+		LASTPHASE -> PREVPHASE.  LASTPHASE is a register
+		in scratch ram and not the bit in the PERRDIAG register
+		that indicates if the error has occurred before the
+		current phase.
+	
+		When setting the SCSI reset line, clear ENSELO and
+		ENARBO just in case they are set.  We don't want the
+		chip to decide it need to perform a select out as
+		soon as the reset is over.
+	
+		Add a line of '='s prior to dumping card state.  It
+		makes traces easier to follow.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#89 edit
+
+Change 1224 by gibbs@aslan on 2002/07/29 17:06:54
+
+	aic79xx.c:
+		When auto-sense fails due to non-0 scsi status,
+		we still need to release the selection queue.
+		Rearrange the code so that we do this step prior
+		to checking to see if this was an auto-sense
+		command.
+	
+	aic79xx.seq:
+		Be more careful about detection of protocol violations
+		flagged on command complete messages.  The command complete
+		is valid even if the CDB was never fully sent if the
+		target has given us non-zero status.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#88 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#46 edit
+
+Change 1223 by gibbs@aslan on 2002/07/29 12:00:22
+
+	aic79xx.c:
+		Move handler for protocol violations to its own funciton.
+		Make another attempt to handle protocol violations that
+		occur before we have a fully identified connection.
+	
+		Add ahd_print_devinfo() to simplify diagnostics for
+		scenarios without a fully identified connection.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#87 edit
+
+Change 1221 by gibbs@overdrive on 2002/07/26 13:54:57
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		When we get a QUEUE_FULL with only the transaction
+		returning QUEUE FULL outstanding, tell Linux that
+		the transaction received BUSY status.  Linux doesn't
+		understand how to deal with QUEUE FULL correctly in
+		this situation and will leave the device frozen forever.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#45 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#113 edit
+
+Change 1217 by gibbs@overdrive on 2002/07/25 13:35:10
+
+	aic7xxx_osm.c:
+		Rely on ahc_pause_and_flushwork() instead of rolling our own.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#112 edit
+
+Change 1216 by gibbs@aslan on 2002/07/25 13:34:21
+
+	aic7770.c:
+		Remove an unused variable.
+	
+	aic7xxx.c:
+		Mask qoutfifonext in printf to avoid promotion
+		issues when printing its value.
+	
+		When we experience a dual edge error, send an
+		initiator detected error message regardless of
+		data direction.  This is an error we can detect
+		either way.
+	
+		Cast the return from malloc.
+	
+		Use the SCSI offset as an indication that we have
+		a sync negotiation setup, not the period.
+	
+		In ahc_fetch_devinfo(), test for a few more bits
+		in SEQ_FLAGS to determine if we are acting as a
+		target that has been selected.  Depending on how
+		far we are along in the transaction one or all
+		of them may be set.
+	
+		Align our S/G data structures on an 8byte boundary.
+		This already was occuring by luck, but using the
+		correct parameter to bus_dma_tag_create formalizes
+		this requirement.
+	
+		Guard against pending (re)selections in
+		ahc_pause_and_flushwork().
+	
+		If SEARCH_REMOVE removes an SCB from an untagged queue,
+		clear its SCB_UNTAGGEDQ flag.
+	
+		When enabling a lun for target mode on a controller without
+		MULTARGID support, complain when an attempt is made to
+		enable another ID.
+	
+	aic7xxx.h:
+		Remove external declaration of the syncrate table.  It
+		is no longer accessed directly by the OSM.
+	
+	aic7xxx.reg:
+		Add a definition for SXFRCTL2.  This is just to serve
+		as documentation since we don't currently use this
+		register.
+	
+		Alias MWI_RESIDUAL with TARG_IMMEDIATE_SCB.  This new
+		field is used for a more robust immediate target mode
+		SCB delivery scheme.
+	
+	aic7xxx.seq:
+		Adapt to TARG_IMMEDIATE_SCB scheme.
+	
+		Correct a problem with immediate target mode SCBs on
+		controllers without a command channel.  We neglected
+		to CLRCHN before continuing the connection.
+	
+		Grammer nits.
+	
+	aic7xxx_pci.c:
+		Remove an unused variables.
+	
+		Simplify the code to read the SCB2 data.
+	
+		When checking termination on 785X cards, force
+		the wide termination to be off since these chips
+		do not support wide SCSI.
+	
+	aic7xxx_osm.c:
+		Use offset not period for sync rate negotiation decissions.
+	
+		Adapt to TARG_IMMDEDIATE_SCB scheme.
+	
+		Properly cast our softc in ahc_poll().
+	
+		Remove test for P_BUSFREE when trying to determine if
+		an active SCB is valid.  The SCB may be valid long
+		before we see the first phase.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#23 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#71 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#46 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#31 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#46 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#48 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.c#8 edit
+
+Change 1209 by gibbs@overdrive on 2002/07/24 16:53:31
+
+	aic79xx_osm.c:
+		Remove one last multi-line string constant.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#44 edit
+
+Change 1208 by scottl@scottl-hobbiton-mod_devel_aic7xxx on 2002/07/24 16:00:02
+
+	Fix compiliation errors
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#111 edit
+
+Change 1207 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/07/24 15:57:30
+
+	remove hard printf's
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#38 edit
+
+Change 1206 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/07/24 14:17:12
+
+	Driver is now at version 1.0.1
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#38 edit
+
+Change 1205 by gibbs@overdrive on 2002/07/24 14:09:02
+
+	aic79xx_osm.c:
+		Allow MODULE_LICENSE to work on 7.2AS.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#43 edit
+
+Change 1203 by scottl@scottl-linux-ia64 on 2002/07/23 11:18:20
+
+	Clear any bogus bus reset flags while the transceivers are settling
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#86 edit
+
+Change 1202 by scottl@scottl-linux-ia64 on 2002/07/22 19:10:49
+
+	Move the debugging printf in ahd_alloc to the end, avoiding a junk
+	pointer reference.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#85 edit
+
+Change 1201 by gibbs@aslan on 2002/07/22 17:53:37
+
+	aic7xxx_inline.h:
+		If chip interrupts are disabled, just return from our
+		interupt handler.  In these cases, the interrupts are
+		likely disabled because we don't want any entry into
+		our interrupt handler, even those caused by a shared
+		interrupt handler.
+	
+	aic7770.c:
+	aic7xxx_pci.c:
+	aic7xxx_osm.c:
+		Allow the OSM to decide when to initially enable interrups.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#22 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#36 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#47 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.c#7 edit
+
+Change 1200 by gibbs@overdrive on 2002/07/22 17:51:33
+
+	aic7xxx_osm.c:
+		Allow the OSM to decide when to initially enable
+		interrupts.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#110 edit
+
+Change 1199 by gibbs@overdrive on 2002/07/22 17:46:04
+
+	aic79xx_osm.c:
+		Add a missing \n"
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#42 edit
+
+Change 1198 by gibbs@aslan on 2002/07/22 17:40:37
+
+	aic79xx_inline.h
+		If interrupts are not enabled, just return
+		from the interrupt handler.  Interrupts are
+		usually disabled on the chip when we *don't*
+		want our interrupt handler entered which can
+		happen if the interrupt is shared.
+	
+	aic79xx_pci.c:
+	aic79xx_osm.c:
+		Let the OSM decide when to initially enable interrupts.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#32 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#37 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#18 edit
+
+Change 1197 by gibbs@overdrive on 2002/07/22 17:38:44
+
+	aic79xx_osm.c:
+		Use explicit newlines in multi-line string constants to
+		quiet GCC.
+	
+		Let the OSM enable interrupts once it is ready to
+		receive them.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#41 edit
+
+Change 1196 by gibbs@aslan on 2002/07/22 16:39:46
+
+	aic79xx.c:
+		Don't mask off the OVERRUN bit in sstat0 since
+		we do enable it.
+	
+		Assert that we are in a know mode other than MODE_CFG
+		when calling clear_intstat.
+	
+		To simplify logic, set the collision index in all
+		SCBs of a collision chain.
+	
+		AHD_BUILD_SCB_COL_IDX -> AHD_GET_SCB_COL_IDX
+	
+		CLRSCSIINT immediately after clearing any NTRAMPERRs
+		that occur during ahd_chip_init().
+	
+	aic79xx.h:
+	aic79xx_inline.h:
+		Move COL_IDX macros to aic79xx.h.
+	
+		Optimize collision chain head table for multiple
+		targets, not multiple luns.  The chain heads should
+		fit in 1 or 2 cache lines instead of an almost guaranteed
+		1 per target.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#84 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#51 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#31 edit
+
+Change 1195 by gibbs@overdrive on 2002/07/22 11:00:46
+
+	aicasm_gram.y:
+		Remove an extranious break;
+	
+		The syntax for a C label is: identifier ':' statement
+		label: } is not valid syntax even though GCC has allowed
+		it for years.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#16 edit
+
+Change 1194 by gibbs@overdrive on 2002/07/22 10:57:44
+
+	aic7xxx_osm.c:
+		Quiet GCC 3.X warnings by using explicit newlines in
+		long string constants.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#109 edit
+
+Change 1192 by gibbs@overdrive on 2002/07/19 19:51:02
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#18 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#19 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#12 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#13 edit
+
+Change 1191 by gibbs@overdrive on 2002/07/19 19:50:13
+
+	aic79xx_osm.c:
+		Remove references to the untagged queues.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#40 edit
+
+Change 1190 by gibbs@aslan on 2002/07/19 19:48:44
+
+	aic79xx.c:
+		Remove untagged queue support code.
+	
+		Set SCB_ACTIVE when it is allocated rather than
+		let the OSM set it some time later.  This closes
+		a race condition with collision list code that looks
+		for the active flag.
+	
+	aic79xx.h:
+		Move untagged queue cleanup.
+	
+	aic79xx.seq:
+		Remove the last reference to the SCB_NONPACKET_TAG
+		field.  This field will be removed shortly.
+	
+	aic79xx_osm.c:
+		Remove untagged queue support code.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#83 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#50 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#45 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#17 edit
+
+Change 1189 by gibbs@aslan on 2002/07/19 19:18:20
+
+	aic79xx.c:
+		Pause the sequencer prior to updating the negotiation
+		tables if "paused" is false.
+	
+		Add the collision scb to the collision list, not
+		the just allocated scb, in ahd_get_scb().
+	
+		Use the correct collision index when adding a just freed
+		scb back into a collision list.
+	
+	aic79xx.seq:
+		Simplify the mesgin_identify path now that we will
+		never have full disconnection lists.  This also removes
+		a bug where we could select the wrong SCB as the
+		valid SCB for the connection.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#82 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#44 edit
+
+Change 1187 by gibbs@overdrive on 2002/07/19 17:27:05
+
+	aic79xx_osm.c:
+		Correct typo: simple_strltoul -> simple_strtoul.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#39 edit
+
+Change 1186 by gibbs@overdrive on 2002/07/19 17:19:45
+
+	Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#17 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#18 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#11 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#12 edit
+
+Change 1185 by gibbs@overdrive on 2002/07/19 17:19:24
+
+	aic7xxx.seq:
+		Revert attempt to improve stuck PCI retry workaround
+		code.  This was only generated as a test and should
+		never have been committed in the first place.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#45 edit
+
+Change 1184 by gibbs@overdrive on 2002/07/19 17:14:13
+
+	aic79xx_osm.c:
+		Get a collision index prior to getting an SCB to use.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#38 edit
+
+Change 1183 by gibbs@aslan on 2002/07/19 17:04:52
+
+	aic79xx.c:
+		Add string for the aic7901A.
+	
+		Implement new SCB free list management so that
+		all 512 scbs can be used in non-packetized
+		environments.
+	
+		Implement new command completion mechanism that
+		uses a toggling bit 15 to indicate that a new
+		entry has arrived.  This avoids the kludgy writes
+		to the qoutfifo that may not work on processors
+		with certain types of cache retirement policies.
+	
+		Print out data structure sizes if AHD_DEBUG and
+		AHD_SHOW_MEMORY.
+	
+		Allocate the "sentinal" hardware SCB used for
+		queuing commands to the card separately so
+		that one of the 512 valid SCBs is not consumed
+		for this function.
+	
+		Add a space so we report "Wide Channel" instead of
+		"WideChannel".
+	
+		Cleanup allocation of the shared data area so that
+		the qoutfifo is always first.
+	
+		Add a fix for the RevA packetized Lun bug.  The driver
+		will now setup a full 8byte lun in the previously
+		"spare" portion of the SCB and the SCB transfer size
+		is incremented if the bug is present.  This required a
+		change in the layout of the disconnected SCB table to
+		make room for the larger lun field.
+	
+	aic79xx.h:
+		Add constants for the new qoutfifo scheme.
+	
+		Bump AHD_MAX_QUEUE up to 512 now that we have removed
+		all of the issues that previously restricted it to
+		a much lower value.
+	
+		Add a chip entry for the 7901A.
+	
+		Add the pkt_long_lun field to the hardware scb.
+	
+		SCB and ahc_softc updates for our new free scb
+		management algorithm.
+	
+		Stop inlining ahd_get_scb() and ahd_free_scb().
+		The get routine also take a collision index so
+		as t make an optimum choice in which free SCB to
+		pick.
+	
+	aic79xx.reg:
+		Add QOUTFIFO_ENTRY_VALID_TAG which is or'd into the
+		top byte of each completed SCB's tag id to effect
+		the new completion scheme.
+	
+		Define the SCB_PKT_LUN field and new SCB transfer
+		sizes required to use this field..
+	
+	aic79xx.seq:
+		Implement the new command completion scheme.
+	
+		Effect disconnected SCB table format change.
+	
+	aic79xx_inline.h:
+		When queuing a packetized SCB, update pkt_long_lun
+		in case we need it for the PKT_LUN workaround.
+	
+		Uninline ahd_get_scb() && ahd_free_scb().
+	
+		Adjust for the change from storing an SCB to an HSCB
+		as the next "SCB" in the softc.
+	
+		Update for changes in the command completion scheme.
+	
+	aic79xx_pci.c:
+		Fix a few issues with detecting the 7901A.
+	
+	aic79xx_osm.c:
+		Determine the type of transaction prior and the
+		necessary collision index prior to allocating
+		an SCB.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#81 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#49 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#35 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#43 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#30 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#36 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#16 edit
+
+Change 1182 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/07/19 16:34:50
+
+	Add the global_tag_depth variable to the aic79xx driver
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#37 edit
+
+Change 1181 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/07/19 13:45:22
+
+	Update PCI tables for the 29320 and 7901 variants.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#48 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#35 edit
+
+Change 1180 by gibbs@aslan on 2002/07/18 17:08:50
+
+	aic79xx_pci.c:
+		Remove A3 support.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#34 edit
+
+Change 1179 by scottl@scottl-hobbiton-mod_devel_aic7xxx on 2002/07/18 15:46:45
+
+	Version 6.2.9:
+		Add new command-line argument global_tag_depth:<int>, which
+		allows you to set the tag depth for every target on every
+		channel.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#108 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#85 edit
+
+Change 1172 by gibbs@overdrive on 2002/06/12 12:32:49
+
+	aic7xxx_osm.c:
+		Define use MODULE_LICENSE should it be defined instead
+		of testing against a specific kernel version.  This
+		should allow 7.2AS driver diskettes to work.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#107 edit
+
+Change 1171 by gibbs@overdrive on 2002/06/06 17:40:00
+
+	aic79xx_osm.h:
+		Try two.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#37 edit
+
+Change 1170 by gibbs@overdrive on 2002/06/06 17:38:12
+
+	aic79xx_osm.h:
+		Convert to using AHD_DEBUG_OPTS.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#36 edit
+
+Change 1166 by gibbs@aslan on 2002/06/06 10:18:11
+
+	Cleanup AHD_DEBUG.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#80 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#47 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#29 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#33 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#14 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.h#8 edit
+
+Change 1164 by gibbs@aslan on 2002/06/06 10:05:23
+
+	aicasm_symbol.c:
+		Remove another multi-line string literal.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#15 edit
+
+Change 1163 by gibbs@aslan on 2002/06/05 16:49:30
+
+	aicasm.c:
+		Remove wrapping strings.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#17 edit
+
+Change 1159 by gibbs@bitkeeper-linux-2.4 on 2002/05/30 23:23:01
+
+	Config.in:
+	Makefile:
+		Cleanup our config data and makefiles.
+
+Affected files ...
+
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Config.in#6 edit
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Makefile#4 edit
+
+Change 1157 by gibbs@overdrive on 2002/05/30 22:15:02
+
+	aic79xx_osm.h:
+		Bump to version 1.0.0.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#35 edit
+
+Change 1156 by gibbs@overdrive on 2002/05/30 22:14:09
+
+	aic79xx_inline.h:
+		Rearrange code to setup hscb->dataptr so our operations
+		are not truncated to 32bits.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#28 edit
+
+Change 1154 by gibbs@aslan on 2002/05/30 21:53:39
+
+	aic79xx_inline.h:
+		Include the top 7 bits of address when setting up
+		hscb->dataptr for the 39BIT addressing mode.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#27 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#44 edit
+
+Change 1153 by gibbs@aslan on 2002/05/30 20:09:22
+
+	aic79xx.h:
+		union -> struct for the cdb_plus_sense structure.
+		This was missed in the re-arrangement of the hscb
+		declaration.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#46 edit
+
+Change 1151 by gibbs@overdrive on 2002/05/30 18:24:34
+
+	aic79xx_reg.h:
+	aic79xx_seq.h:
+		Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#16 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#17 edit
+
+Change 1150 by gibbs@aslan on 2002/05/30 14:26:20
+
+	aic79xx_inline.h:
+		aic79xx_inline.h:
+			Break dataptr into u_int sized chucks for
+			printing to avoid compiler errors.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#26 edit
+
+Change 1149 by gibbs@aslan on 2002/05/30 14:25:13
+
+	aic79xx.c:
+		Panic if our hardware scb definition is not 64 bytes.
+		Hopefully this will catch agressive compiler padding
+		in the future.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#79 edit
+
+Change 1145 by gibbs@overdrive on 2002/05/30 13:51:24
+
+	aic79xx_osm.c:
+		Upate for change in hardware SCB definition.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#36 edit
+
+Change 1144 by gibbs@aslan on 2002/05/30 13:50:02
+
+	aic79xx.c:
+	aic79xx.h:
+	aic79xx_inline.h:
+	aic79xx_osm.c:
+		Rearrange hardware SCB definition to avoid
+		64bit alignment/packing problems on native
+		64bit platforms.  Everything was aligned
+		correctly, but the compiler was not smart
+		enough to see this with how the structures
+		were previously defined.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#78 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#45 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#25 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#12 edit
+
+Change 1143 by gibbs@aslan on 2002/05/29 20:55:06
+
+	aic79xx.c:
+	aic79xx.h:
+	aic79xx_pci.c:
+	aic7xxx.c:
+		Convert a few straglers to inttypes.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#77 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#44 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#32 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#70 edit
+
+Change 1141 by gibbs@overdrive on 2002/05/29 20:27:14
+
+	aic79xx_osm.c:
+		Bring back an "int i;" that was removed to fix a
+		compile warning.  It is used in debug code, so move
+		it to where it is used.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#35 edit
+
+Change 1139 by gibbs@overdrive on 2002/05/29 20:23:18
+
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+	aic79xx_osm_pci.c:
+	aic7xxx_osm.c:
+	aic7xxx_osm.h:
+	aic7xxx_osm_pci.c:
+		Bring back the hack to force consistent memory to
+		be below 4GB.  The IA64 platform only enforces this
+		if your PCI device's dma mask is set to 4GB.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#34 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#34 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#11 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#106 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#84 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#36 edit
+
+Change 1138 by gibbs@overdrive on 2002/05/28 14:19:38
+
+	aic79xx_osm.c:
+		And another.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#33 edit
+
+Change 1137 by gibbs@overdrive on 2002/05/28 14:17:46
+
+	aic79xx_osm.c:
+		Kill a few compile warnings.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#32 edit
+
+Change 1135 by gibbs@aslan on 2002/05/28 13:35:41
+
+	aic79xx.c:
+	aic79xx.h:
+		Enable ahd_fini_scbdata().
+	
+		Change some #if 0's to AHD_DEBUG logs.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#76 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#43 edit
+
+Change 1133 by gibbs@overdrive on 2002/05/28 12:58:11
+
+	aic79xx_osm.c:
+		Clean up some 'XXX' and #if 0 stuff.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#31 edit
+
+Change 1132 by gibbs@overdrive on 2002/05/28 12:51:44
+
+	aic79xx_osm_pci.c:
+		More typos.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#10 edit
+
+Change 1130 by gibbs@overdrive on 2002/05/28 12:45:53
+
+	aic7xxx_osm_pci.c:
+		Remove stray '{'
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#35 edit
+
+Change 1129 by gibbs@overdrive on 2002/05/28 12:43:47
+
+	aic79xx_osm_pci.c:
+	aic7xxx_osm_pci.c:
+		Restore inadvertantly removed #endif.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#9 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#34 edit
+
+Change 1128 by gibbs@overdrive on 2002/05/28 12:39:12
+
+	aic7xxx_osm.c:
+		Remove one more stray use of hw_dma_mask.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#105 edit
+
+Change 1127 by gibbs@overdrive on 2002/05/28 12:37:22
+
+	aic7xxx_osm.c:
+	aic7xxx_osm.h:
+	aic7xxx_osm_pci.c:
+		Don't bother messing with the dma mask during
+		alloc consistent calls.  Linux guarantees that
+		the mappings will be below 4GB.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#104 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#83 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#33 edit
+
+Change 1126 by gibbs@overdrive on 2002/05/28 12:32:23
+
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+	aic79xx_osm_pci.c:
+		Hook up 64BIT S/G support for Linux.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#30 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#33 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#8 edit
+
+Change 1125 by gibbs@aslan on 2002/05/24 17:11:19
+
+	aic79xx.h:
+		Pad ahd_dma64_seg to 16 bytes so we can still use
+		the ODD_SEG bit in the SG_CACHE.  Otherwise we'd
+		be able to shrink the SG element down to 12 bytes.
+	
+	aic79xx.seq:
+		Complete 64bit S/G data address support and inline
+		sg advance.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#42 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#42 edit
+
+Change 1121 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/05/24 14:01:42
+
+	Beta 6
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#32 edit
+
+Change 1120 by gibbs@aslan on 2002/05/24 13:58:41
+
+	aic79xx.c:
+		Fix some big endian bugs.
+	
+		Set SPLTSTADIS in PCIXCTL so we don't issue a target
+		abort when we abort an SG element fetch.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#75 edit
+
+Change 1117 by gibbs@overdrive on 2002/05/23 16:44:08
+
+	aic79xx_osm.h:
+		Bump version number to 0.5.0.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#31 edit
+
+Change 1115 by gibbs@overdrive on 2002/05/23 16:41:47
+
+	aic79xx_osm.h:
+		Add PCIX configuration space definitions.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#30 edit
+
+Change 1114 by gibbs@aslan on 2002/05/23 16:39:32
+
+	aic79xx_pci.c:
+		First shot at PCI-X error reporting.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#31 edit
+
+Change 1113 by gibbs@aslan on 2002/05/23 16:36:13
+
+	aic79xx_inline.h:
+		We always need to run the qoutfifo even if only
+		doing target mode.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#24 edit
+
+Change 1112 by gibbs@aslan on 2002/05/22 13:38:33
+
+	aic7xxx_pci.c:
+		Allow autoterm if we have SCB based config data.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#46 edit
+
+Change 1110 by gibbs@overdrive on 2002/05/22 11:41:08
+
+	aic7xxx_reg.h:
+	aic7xxx_seq.h:
+		Regenerate firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#10 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#11 edit
+
+Change 1109 by gibbs@aslan on 2002/05/22 11:40:28
+
+	aic7xxx.c:
+		Remove some unecessary ahc_flush_device_writes().
+	
+	aic7xxx.reg:
+		Remove redundant definition for SOFTCMDEN.
+	
+	aic7xxx_pci.c:
+		Only attempt auto-term if we have seeprom (or like)
+		data.
+	
+		For SPIOCAP based controllers, be sure that external
+		board control logic is enabled for termination control.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#69 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#30 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#45 edit
+
+Change 1108 by gibbs@aslan on 2002/05/21 16:51:16
+
+	aic79xx_pci.c:
+		SRAM_BASE -> SCB_BASE for reading SCB configuration
+		options.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#30 edit
+
+Change 1106 by gibbs@overdrive on 2002/05/21 15:03:07
+
+	Regenerate Linux aic79xx firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#15 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#16 edit
+
+Change 1105 by gibbs@overdrive on 2002/05/21 15:01:39
+
+	aic79xx_osm.c:
+		AHC -> AHD.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#29 edit
+
+Change 1103 by gibbs@overdrive on 2002/05/21 14:57:59
+
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+		Add queue full and busy status timer to the aic79xx driver.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#28 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#29 edit
+
+Change 1102 by gibbs@overdrive on 2002/05/21 14:48:16
+
+	aic7xxx_osm.c:
+		Fix a few more compile errors.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#103 edit
+
+Change 1101 by gibbs@overdrive on 2002/05/21 14:45:36
+
+	aic7xxx_osm.c:
+		Really get the right timer.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#102 edit
+
+Change 1100 by gibbs@overdrive on 2002/05/21 14:39:27
+
+	aic7xxx_osm.c:
+		Use the correct timer for busy and queue full handling.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#101 edit
+
+Change 1099 by gibbs@overdrive on 2002/05/21 14:36:05
+
+	aic7xxx_osm.h:
+	aic7xxx_osm.c:
+		Perform a 500ms delay for single command queue full status
+		and busy status since Linux does not delay in this case.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#100 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#82 edit
+
+Change 1098 by gibbs@aslan on 2002/05/21 13:37:36
+
+	aic79xx.c:
+	aic79xx.reg:
+	aic79xx.seq:
+		Switch over to a more generic "protocol violation"
+		handler.  Use this to now catch cases where a
+		disconnect or command complete message is not
+		valid.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#74 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#34 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#41 edit
+
+Change 1091 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/05/17 14:35:15
+
+	Put a blank line before the Serial EEPROM text
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_proc.c#7 edit
+
+Change 1090 by gibbs@overdrive on 2002/05/17 14:19:14
+
+	aic79xx_osm.h:
+		Bump to Beta 4.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#28 edit
+
+Change 1089 by gibbs@overdrive on 2002/05/17 14:18:47
+
+	aic79xx_seq.h:
+	aic79xx_reg.h:
+		Regenerate firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#14 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#15 edit
+
+Change 1088 by gibbs@aslan on 2002/05/17 14:16:58
+
+	aic79xx.c:
+	aic79xx.reg:
+	aic79xx.seq:
+	aic79xx_osm.c:
+		IDENTIFY_SEEN -> NOT_IDENTIFIED.
+	
+		Add NO_CDB_SENT flag to SEQ_FLAGS.  Use this
+		to protect against DATA phases prior to having
+		a completed cdb transfer.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#73 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#33 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#40 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#11 edit
+
+Change 1087 by gibbs@aslan on 2002/05/17 13:32:27
+
+	aic79xx.c:
+	aic79xx.h:
+	aic79xx.reg:
+	aic79xx_pci.c:
+		Add Compaq special write bias and slewrate.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#72 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#41 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#32 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#29 edit
+
+Change 1086 by gibbs@overdrive on 2002/05/17 12:30:27
+
+	aic79xx_proc.c:
+		Adapt to ahd interface changes for seeprom routines.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_proc.c#6 edit
+
+Change 1085 by gibbs@overdrive on 2002/05/17 12:28:21
+
+	aic79xx_reg.h:
+	aic79xx_seq.h:
+		Regenerate Linux firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#13 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#14 edit
+
+Change 1083 by gibbs@overdrive on 2002/05/17 12:25:01
+
+	aic7xxx_proc.c:
+		Add a prototype.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#19 edit
+
+Change 1082 by gibbs@overdrive on 2002/05/17 12:24:49
+
+	aic79xx_proc.c:
+		Add write seeprom support.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_proc.c#5 edit
+
+Change 1081 by gibbs@aslan on 2002/05/17 12:22:15
+
+	aic79xx.c:
+	aic79xx.h:
+	aic79xx.reg:
+	aic79xx_pci.c:
+		Add logic for writing to serial eeproms.
+	
+		Move all flexport logic into the core.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#71 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#40 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#31 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#28 edit
+
+Change 1080 by gibbs@aslan on 2002/05/17 11:43:50
+
+	aic79xx.c:
+	aic79xx.h:
+	aic79xx_pci.c:
+		Switch over to using a buffer to store seeprom contents.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#70 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#39 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#27 edit
+
+Change 1078 by gibbs@overdrive on 2002/05/17 11:31:05
+
+	aic79xx_proc.c:
+		Protect the aic79xx proc code with the ahd_list_lock.
+	
+	aic7xxx_proc.c:
+		Release the ahc_list_lock when errors are encountered.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_proc.c#4 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#18 edit
+
+Change 1077 by gibbs@overdrive on 2002/05/17 11:16:59
+
+	aic79xx_osm.c:
+		':' -> ';'
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#27 edit
+
+Change 1076 by gibbs@overdrive on 2002/05/17 11:14:48
+
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+		Kill a few stray ahcs.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#26 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#27 edit
+
+Change 1074 by gibbs@overdrive on 2002/05/17 11:08:38
+
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+	aic79xx_osm_pci.c:
+		Linux implementation of the ahd_list_lock.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#25 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#26 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#7 edit
+
+Change 1073 by gibbs@aslan on 2002/05/17 10:57:35
+
+	Implement and use the ahd_list_lock.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#69 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#26 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#10 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.h#6 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.c#6 edit
+
+Change 1071 by gibbs@overdrive on 2002/05/17 10:23:20
+
+	aic7xxx_reg.h:
+	aic7xxx_seq.h:
+		Regenerate firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#9 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#10 edit
+
+Change 1070 by gibbs@overdrive on 2002/05/17 10:22:28
+
+	aic7xxx.seq:
+		Defer clearing SELDO until we have set IDENTIFY_SEEN.
+		This closes another race in the abort code.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#43 edit
+
+Change 1069 by gibbs@overdrive on 2002/05/17 10:21:50
+
+	aic7xxx_osm.c:
+		Treat IDENTIFY_SEEN flag as an indication that we
+		are still on the bus but still waiting for the first
+		REQ.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#99 edit
+
+Change 1068 by gibbs@overdrive on 2002/05/17 09:42:25
+
+	aic7xxx_osm.c:
+	aic7xxx_osm_pci.c:
+		Guard the two avenues for detach with the ahc_list_lock.
+	
+		Disable card interrupts prior to attempting detach.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#98 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#32 edit
+
+Change 1067 by gibbs@aslan on 2002/05/17 09:36:18
+
+	aic7770.c:
+	aic7xxx_pci.c:
+		Guarantee that the ahc_list_lock is not required
+		across the calls to the different config calls by
+		only putting the softc into the list if the config
+		is successful.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#21 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#44 edit
+
+Change 1066 by gibbs@aslan on 2002/05/17 09:30:44
+
+	aic7770.c:
+	aic7xxx.c:
+	aic7xxx_pci.c:
+	aic7xxx_osm.c:
+		Make sure that the ahc_list_lock is always aquired
+		ahead of the ahc_lock to prevent lock order reversals.
+	
+		Protect insertions of the ahc_softc into the ahc_list
+		with the ahc_list_lock.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#20 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#68 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#43 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.c#5 edit
+
+Change 1064 by gibbs@overdrive on 2002/05/16 22:36:00
+
+	aic7xxx_osm.c:
+		Don't register our reboot notifier twice.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#97 edit
+
+Change 1062 by gibbs@aslan on 2002/05/16 17:36:58
+
+	aic79xx.c:
+		Set HOST_MSG in the command complete with no status
+		case so that when we go to message out, the sequencer
+		will notify the host.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#68 edit
+
+Change 1061 by gibbs@overdrive on 2002/05/16 14:55:36
+
+	aic7xxx.c:
+		Freeze the untagged queues from within
+		ahc_search_untaggd_queues() in addition to
+		ahc_search_qinfifo().  There are other callers
+		to ahc_search_untagged_queues().
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#67 edit
+
+Change 1059 by gibbs@overdrive on 2002/05/16 14:18:12
+
+	aic7xxx_osm.h:
+		Bump version number to 6.2.8.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#81 edit
+
+Change 1058 by gibbs@overdrive on 2002/05/16 14:17:45
+
+	aic7xxx_reg.h:
+	aic7xxx_seq.h:
+		Regenerate firmware for Linux.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#8 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#9 edit
+
+Change 1057 by gibbs@overdrive on 2002/05/16 14:16:41
+
+	aic7xxx_proc.c:
+		Perform a read after the write to the serial eeprom
+		to refresh our eeprom buffer.  This allows the user
+		to verify that the write was good.
+	
+		Only acquire and release the seeprom if we are not
+		a VLB card.
+	
+		Be less strick in allowing writes.  We want the user to
+		be able to overwrite an EEPROM that was previously corrupted.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#17 edit
+
+Change 1056 by gibbs@overdrive on 2002/05/16 14:13:32
+
+	aic7xxx_pci.c:
+		Set seep_config to NULL after freeing the seep buffer.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#42 edit
+
+Change 1055 by gibbs@aslan on 2002/05/16 13:59:01
+
+	aic7770.c:
+	aic7xxx.reg:
+		Add support for configuration extended translation
+		on the 274X.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#19 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#29 edit
+
+Change 1054 by gibbs@aslan on 2002/05/16 12:57:59
+
+	aic7xxx.h:
+	aic7xxx_pci.c:
+		Record if the BIOS config left over in SCB2 is used.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#45 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#41 edit
+
+Change 1053 by gibbs@aslan on 2002/05/16 12:57:24
+
+	aic79xx.h:
+		Reduce AHD_MAX_QUEUE to 255 until support for using
+		all SCBs is added.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#38 edit
+
+Change 1052 by gibbs@overdrive on 2002/05/16 11:23:12
+
+	aic79xx_reg.h:
+	aic79xx_seq.h:
+		Regenerate firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#12 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#13 edit
+
+Change 1051 by gibbs@aslan on 2002/05/16 11:06:00
+
+	aic79xx.c:
+		Correct some #if AHD_TARGET_MODE code.
+	
+	aic79xx.seq:
+		If we do not find a matching SCB when snooping
+		the bus, don't "double ack" the last byte.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#67 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#39 edit
+
+Change 1050 by gibbs@aslan on 2002/05/16 10:55:25
+
+	aic7xxx.c:
+	aic7xxx.h:
+	aic7xxx_pci.c:
+		Record if we are in large SCB mode and use this
+		to fully initialize all SCBs so that reads in
+		our debuging routines don't cause inadvertent
+		parity errors.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#66 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#44 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#40 edit
+
+Change 1049 by gibbs@aslan on 2002/05/16 10:41:35
+
+	aic7xxx.c:
+		Flush device writes after doing any CLRREQINITs.
+	
+		Protect ahc frees via the list lock.
+	
+	aic7xxx_osm.h:
+		FreeBSD implementation of the list lock.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#65 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.h#5 edit
+
+Change 1048 by gibbs@overdrive on 2002/05/16 10:29:21
+
+	aic7xxx_osm.c:
+		Set "paused" from within the "get the controller in
+		a consistent state" loop in ahc_queue_recovery_cmd().
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#96 edit
+
+Change 1046 by gibbs@overdrive on 2002/05/15 17:53:13
+
+	aic7xxx_reg.h:
+	aic7xxx_seq.h:
+		Regenerate firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#7 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#8 edit
+
+Change 1045 by gibbs@aslan on 2002/05/15 17:51:20
+
+	aic7xxx.seq:
+		Only clear SELDO after we have removed the
+		active SCB from the waiting list.  This allows
+		the host to use this as a confirmation that
+		the WAITING_SCB list is free of a just selected
+		SCB.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#42 edit
+
+Change 1044 by gibbs@overdrive on 2002/05/15 17:48:42
+
+	aic7xxx_osm.c:
+	aic7xxx_osm.h:
+		Add ahd_list_lock implementation for Linux.
+	
+		Protect against a pending selection in our recovery
+		queuing routine.
+	
+	aic7xxx_proc.c:
+		Use the buffer in the softc for seeprom access.  Add
+		preliminary write support for VLB cards.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#95 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#80 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#16 edit
+
+Change 1043 by gibbs@overdrive on 2002/05/15 17:07:06
+
+	aic7xxx.c:
+		Clear out SCB_SCSIID and SCB_LUN when setting up
+		the SCB free list.  We don't want a parity error
+		if we dump these out in ahc_dump_card_state().
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#64 edit
+
+Change 1042 by gibbs@aslan on 2002/05/15 15:39:00
+
+	aic7770.c:
+		Seeprom config is now a pointer.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#18 edit
+
+Change 1040 by gibbs@aslan on 2002/05/15 14:47:38
+
+	aic7770.c:
+	aic7xxx.c:
+	aic7xxx.h:
+	aic7xxx_pci.c:
+		Store seeprom information in a buffer hung
+		off the softc.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#17 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#63 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#43 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#39 edit
+
+Change 1039 by gibbs@overdrive on 2002/05/15 13:05:07
+
+	Merge latest aic79xx driver into linux-aic79xx-2.4.0.
+
+Affected files ...
+
+... //depot/linux-aic79xx-2.4.0/Makefile#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/ide/cmd640.c#3 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/Makefile#2 edit
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Config.in#5 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Makefile#3 edit
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx.h#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx.reg#3 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx.seq#3 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_core.c#3 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_host.h#3 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_inline.h#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_osm.c#3 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_osm.h#4 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#3 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_pci.c#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_proc.c#3 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_reg.h#4 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_seq.h#4 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx.h#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx.reg#4 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx.seq#4 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_93cx6.c#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_93cx6.h#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_core.c#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_host.h#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_osm.c#4 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_osm.h#3 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_pci.c#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_proc.c#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_reg.h#4 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_seq.h#4 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/Makefile#3 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm.c#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm.h#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm_gram.y#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm_macro_gram.y#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm_macro_scan.l#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm_scan.l#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/scsi_iu.h#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sd.c#3 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sr.c#3 integrate
+
+Change 1038 by gibbs@overdrive on 2002/05/15 12:50:49
+
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+		Next pass at timer support in the Linux OSM.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#24 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#25 edit
+
+Change 1037 by gibbs@overdrive on 2002/05/15 12:48:28
+
+	aic79xx.c:
+		Move two variables into #ifdef AHD_TARGET_ROLE.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#66 edit
+
+Change 1036 by gibbs@overdrive on 2002/05/14 17:16:57
+
+	Regenerate firmware.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#11 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#12 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#6 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#7 edit
+
+Change 1035 by gibbs@overdrive on 2002/05/14 17:15:44
+
+	aic79xx_osm.c:
+		Register our reboot notifier on the first allocation
+		of a platform softc rather than in our module parameter
+		parsing routine.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#23 edit
+
+Change 1034 by gibbs@overdrive on 2002/05/14 17:08:01
+
+	aic79xx_osm.h:
+		First cut at ahd timer facility for linux.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#24 edit
+
+Change 1033 by gibbs@aslan on 2002/05/14 15:54:32
+
+	aic79xx.c:
+	aic79xx.h:
+	aic79xx.seq:
+	aic79xx_osm.h:
+		Poll for SCSI bus reset going away from a timer
+		context rather than deferring the re-enabling
+		of the SCSIRSTI interrupt to the sequencer.  We
+		have to catch *every* bus reset due to the reset
+		behavior of the negotiation table.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#65 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#37 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#38 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.h#5 edit
+
+Change 1032 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/05/13 17:21:47
+
+	Regenerate firmware
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#10 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#11 edit
+
+Change 1031 by gibbs@overdrive on 2002/05/13 17:14:19
+
+	aic79xx_osm.h
+		Bump version to 0.3.0.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#23 edit
+
+Change 1030 by gibbs@aslan on 2002/05/13 17:11:08
+
+	aic79xx.c:
+	aic79xx.seq:
+		Have the sequencer re-enable incoming scsi reset
+		interrupts if, prior to starting an outgoing selection,
+		this interrupt is disabled.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#64 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#37 edit
+
+Change 1029 by gibbs@aslan on 2002/05/13 16:47:29
+
+	aic79xx.c:
+		Handle non-packetized phase unexpected busfree
+		events via the non-packetized handler regardless
+		of the packetized negotiation agreement in effect.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#63 edit
+
+Change 1028 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/05/11 22:55:03
+
+	Bump the version to 0.2.1.  We missed 0.2.0, and the driver is
+	about to be re-released to address yet another script bug.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#22 edit
+
+Change 1026 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/05/10 22:38:10
+
+	Regenerate firmware
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#9 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#10 edit
+
+Change 1024 by gibbs@aslan on 2002/05/10 20:19:25
+
+	aic79xx.c:
+		Add an error handler for receiving a command complete
+		message without having received status.  We will attempt
+		to abort the command.
+	
+		Enable the OVERRUN interrup and add a handler for it.
+	
+		Include lun information when compiling devinfo for the
+		unexpected bus free handler.
+	
+		Mask off the correct number of length bits when printing
+		S/G elements.
+	
+		Always update the neg table when setting bus width.
+	
+		Don't bother clearing the last three bytes of the annex
+		table on every update of the neg table.  These are cleared
+		explicitly on chip reset and will, in the B, contain training
+		info.
+	
+		Reset the chip on third party resets.  It is hoped that this
+		is the cause of some of the host basher issues related to
+		transferring into and out of emulation mode.
+	
+		Factor out more S/G printing code.
+	
+	aic79xx.reg:
+		Add a new sequencer interrupt code for a command complete
+		message with no status phase.
+	
+	aic79xx.seq:
+		Add checking for whether status has been delivered or not
+		in the command complete handler.
+	
+		Correct a test for a necessary bitbucket prior to having
+		the host reinitialize our data pointers.
+	
+	aic79xx_osm.h:
+		Change the AHD_DEBUG value for FreeBSD to 0x3FF.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#62 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#30 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#36 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.h#4 edit
+
+Change 1018 by gibbs@bitkeeper-linux-2.4 on 2002/05/08 17:21:24
+
+	aic7xxx_osm.c:
+		Replace SEARCH_REMOVE with SEARCH_COMPLETE in the search
+		of the untagged queue.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#94 edit
+
+Change 1017 by gibbs@overdrive on 2002/05/07 17:45:57
+
+	aic7xxx_osm.c:
+		Remove entries from the untagged queue prior to
+		doing a more general abort in ahd_linux_queue_recovery_cmd().
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#93 edit
+
+Change 1016 by gibbs@aslan on 2002/05/07 17:34:02
+
+	aic7xxx.c:
+	aic7xxx.h:
+		Break out the search for entries in the untagged
+		queue into its own routine.  Allow the user to
+		search based on io_ctxt too.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#62 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#42 edit
+
+Change 1015 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/05/07 14:54:52
+
+	Beta 1
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#21 edit
+
+Change 1014 by gibbs@aslan on 2002/05/07 14:53:39
+
+	aic79xx.h:
+		Limit max queue to 256 until nonpacketized tag
+		management is added to the driver.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#36 edit
+
+Change 1013 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/05/07 14:26:20
+
+	Add semicolon, initialize a variable before use.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#22 edit
+
+Change 1012 by gibbs@overdrive on 2002/05/07 14:25:46
+
+	aic79xx.h:
+		Change ahd_debug to be a uint32_t.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#35 edit
+
+Change 1011 by gibbs@overdrive on 2002/05/07 14:01:41
+
+	aic79xx.c:
+		Make ahd_debug a uint32_t.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#61 edit
+
+Change 1010 by gibbs@overdrive on 2002/05/07 13:59:31
+
+	aic79xx_osm.c:
+		Ignore short inquiry information for devices that
+		are already configured and seem to allow spi3/4
+		ppr options.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#21 edit
+
+Change 1009 by gibbs@aslan on 2002/05/07 13:07:06
+
+	aic79xx.c:
+		Expand on our unexpected busfree handling.
+		We now have a better chance of getting the
+		packetized vs. non-packetized status correct.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#60 edit
+
+Change 1008 by gibbs@aslan on 2002/05/07 11:22:51
+
+	aic79xx.h:
+		Add a debug option for QFull messages.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#34 edit
+
+Change 1007 by gibbs@overdrive on 2002/05/07 11:22:04
+
+	aic79xx_osm.c:
+		Add a loging option for displaying Queue Full info.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#20 edit
+
+Change 1005 by gibbs@aslan on 2002/05/06 17:20:00
+
+	aic79xx.c:
+		Complete port of the ignore wide residue and
+		data pointers reinitialization routines.
+	
+		Create ahd_dump_sglist() and use it to factor out
+		some code.
+	
+		Use SCB_GET_TAG to access hscb->tag.  This fixes
+		the first of many big endian issues in the driver.
+	
+		In the busfree handler, busfree time is valid even
+		for non-packetized phases.  We now assume that a
+		packetized phase is active if lastphase is P_BUSFREE.
+	
+		If a parity error occurred in the current phase,
+		ack the current byte so long as it is not currently
+		a data phase.
+	
+		Print out the number of SCBs aborted during
+		non-packetized busfree handling.
+	
+	aic79xx.h:
+		Add definition for SCB_GET_TAG.
+	
+		Add a new debug entry for AHD_SHOW_QUEUE.
+	
+		Add prototype for ahd_dump_sglist.
+	
+	aic79xx.seq:
+		In our restore data pointers handler, release
+		and reacquire our FIFO to flush out any state
+		info before a possible return to data phase.
+	
+		When coming back to the data phase handler after
+		having already handled at least one data phase,
+		only bother with the PDATA_REINIT sequencer
+		interrupt if we think more data needs to be sent.
+	
+	aic79xx_inline.h:
+		More SCB_GET_TAG() cleanup.
+	
+		Add SHOW queue code.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#59 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#33 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#35 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#23 edit
+
+Change 1004 by gibbs@aslan on 2002/05/06 17:07:11
+
+	Sync FreeBSD Ids.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#61 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#41 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#28 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#41 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#15 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.h#10 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#35 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#38 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#16 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.h#10 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#15 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_insformat.h#9 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_gram.y#3 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_scan.l#3 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#11 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#14 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#11 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/ahc_eisa.c#5 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/ahc_pci.c#5 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#9 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.c#4 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.h#4 edit
+
+Change 1002 by gibbs@overdrive on 2002/05/02 19:05:23
+
+	aic79xx_osm.c:
+	aic7xxx_osm.c:
+		Release the io_request lock in our detect routines
+		to avoid deadlock with other portions of the system
+		(possibly PCI) that may try to acquire a spin lock.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#19 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#92 edit
+
+Change 1001 by gibbs@overdrive on 2002/05/02 17:24:12
+
+	aic79xx_osm.c:
+		Put sense printing behind AHD_DEBUG.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#18 edit
+
+Change 1000 by gibbs@aslan on 2002/05/02 17:22:05
+
+	aic79xx.c:
+		Put even more messages behind AHD_DEBUG type stuff.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#58 edit
+
+Change 999 by gibbs@overdrive on 2002/05/02 16:59:43
+
+	aic79xx_osm.h:
+		Bump version to Alpha 8.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#20 edit
+
+Change 998 by gibbs@overdrive on 2002/05/02 16:59:16
+
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+		Add options for enabling debugging code.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#17 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#19 edit
+
+Change 997 by gibbs@overdrive on 2002/05/02 16:58:22
+
+	Config.in:
+		Add compile time options to control AHD_DEBUG.
+
+Affected files ...
+
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Config.in#4 edit
+
+Change 996 by gibbs@aslan on 2002/05/02 16:42:23
+
+	aic79xx.c:
+		Put sense and S/G mapping printfs under AHD_DEBUG.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#57 edit
+
+Change 995 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/05/02 15:37:38
+
+	Remove HD_DEBUG block that doesn't compile on Linux and doesn't
+	make much sense anyways.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#56 edit
+
+Change 994 by gibbs@overdrive on 2002/05/02 15:34:00
+
+	scsi_iu.h:
+		Pull in the latest from FreeBSD.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/scsi_iu.h#3 edit
+
+Change 993 by gibbs@overdrive on 2002/05/02 15:19:13
+
+	aic79xx_reg.h:
+	aic79xx_seq.h:
+	aic7xxx_reg.h:
+	aic7xxx_seq.h:
+		Regenerate firmware for Linux.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#8 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#9 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#5 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#6 edit
+
+Change 992 by gibbs@aslan on 2002/05/02 15:03:26
+
+	aic79xx.c:
+		Save and restore modes in ahd_clear_fifo.
+		Also reset our long jump address.
+	
+		At the beginning of every message loop,
+		reset LQIPHASE_OUTPKT via LQIRETRY if
+		this condition is set.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#55 edit
+
+Change 991 by scottl@scottl-hobbiton-mod_devel_aic79xx on 2002/05/02 12:55:04
+
+	Document the read streaming config switch
+
+Affected files ...
+
+... //depot/linux-aic79xx-2.4.0/Documentation/Configure.help#4 edit
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Config.in#3 edit
+
+Change 990 by gibbs@overdrive on 2002/05/01 22:03:06
+
+	aic79xx_osm.c:
+		First pass at read stream user tunables.  Still
+		needs an update to the config file.
+	
+		Bump limited tag count to 64.  Maxtor drives
+		still have issues with higher tag counts.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#16 edit
+
+Change 989 by gibbs@aslan on 2002/05/01 21:29:56
+
+	aic79xx.seq:
+		Restore an END_CRITICAL that was lost in the last
+		revision.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#34 edit
+
+Change 988 by gibbs@overdrive on 2002/05/01 21:23:18
+
+	aic79xx.seq:
+		Remove workarounds that only apply to chips <= A3.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#33 edit
+
+Change 987 by gibbs@aslan on 2002/05/01 21:19:06
+
+	aic79xx.c:
+		Split DFF reseting out of ahd_restart() and into
+		the routine ahd_clear_fifo().  This allows us to
+		safely restart the sequencer even if a FIFO has
+		been allocated to a new transaction.
+	
+		Add ahd_clear_fifo() calls as appropriate.
+	
+		Don't set PERRORDIS in SEQCTL0.
+	
+		Clean out sequencer interrupt codes that
+		are no longer in use.
+	
+		Add a handler for the ENTERING_NONPACK sequencer
+		interrupt.  This is used to handle the message
+		phases usually related to CRC errors in packetized
+		connections.
+	
+		Clean up saved mode handling.  The driver now
+		keeps the mode state as of when the interrupt
+		handler was entered in the softc as a separate
+		variable.  ahd_unpause() will now restore these
+		values whenever it is called.  This allows us to
+		remove several layers of saves and restores of
+		the mode register.
+	
+		Ensure we are in the SCSI mode when cleaning SCSI
+		interrupts.  Some of these clear bits are only
+		available in that mode.
+	
+		Port a few more non-pack sequencer interrupt code
+		handlers.
+	
+		Remove a few non-pack sequencer interrupt code
+		handlers that don't apply in a non-SCB paging
+		world.
+	
+		Complete framework for handling CRC errors.
+	
+		In our busfree handler, clear whichever fifo
+		was active at the time of the busfree.
+	
+		Only force a renegotiation for busfrees in a
+		non-packetized connection.
+	
+		In ahd_clear_critical_sections(), turn off all
+		of the interrupt enables that might prevent stepping.
+		Make sure that we unpause the sequencer in its
+		original mode during the stepping process.
+	
+		Rely on ATNO instead of ATNI.
+	
+		Handle "expected" busfrees after delivering an
+		INITIATOR_DET_ERROR message.
+	
+		Remove pausing code in the ahd_alloc_scbs() since
+		we no longer touch the hardware in this routine.
+	
+		Add additional AHD_DEBUG logging.
+	
+		Correct ahd_index_busy_tcl.  The target mask used
+		to set the SCBPTR was not correct.  This broke
+		non-packetized operations.
+	
+		Add code to print out the value of the packetized
+		failures field in status packets should it be set.
+	
+		Have ahd_dump_card_state() report the sequencer's
+		saved mode, not the current mode.
+	
+	aic79xx.h:
+		Add message handler flags for packetized CRC error
+		handling.
+	
+		Add fields for storing the sequencer's mode pointer
+		as found before setting any modes in host code.
+	
+		Add additional AHD_DEBUG values.
+	
+	aic79xx.reg:
+		Clean up SEQINTCODEs.
+	
+		Fix typo in BUSFREE_DFF0: O -> 0
+	
+	aic79xx.seq:
+		Remove a redundant test for SELDO.
+	
+		Workaround missing NONPACKREQ cases by looking
+		for ATNO and a message phase.
+	
+		Move the clearing of SELDO to outside of our
+		select_out handler's critical section.  This
+		ensures that we don't clear this status while
+		stepping through a critical section.
+	
+		Remove a jmp to await_busfree by moving the
+		await busfree handler.
+	
+		Clear the LONGJMP_ADDR prior to entering the
+		NONPACK handler.
+	
+	aic79xx_inline.h:
+		Revamp mode pointer routines to allow automatic
+		restoration of the sequencer's mode pointer when
+		the sequencer is unpaused.
+	
+		Add debug logging for all mode pointer accesses.
+	aic79xx_pci.c:
+		Correct the logging of PCI target errors.
+	
+	aic79xx_osm.c:
+		Add DDB hooks for looking at AHD registers.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#54 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#32 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#29 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#32 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#22 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#25 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#8 edit
+
+Change 986 by gibbs@aslan on 2002/05/01 20:51:55
+
+	aic7xxx.c:
+		Force renegotiation if we have an unexpected
+		busfree with a target just in case the busfree
+		is due to a negotiation mismatch.
+	
+		If the target goes on to a message that should
+		be handled by the sequencer during a host message
+		loop, terminate our message loop.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#60 edit
+
+Change 980 by gibbs@overdrive on 2002/04/25 12:54:54
+
+	aic79xx_osm.c:
+		If a device does not support information units as
+		per its inquiry data, don't attempt to set IUs or
+		IU related bits in our PPR requests.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#15 edit
+
+Change 979 by gibbs@aslan on 2002/04/25 11:32:11
+
+	aic79xx.c:
+		Force renegotiation on a non-packetized busfree.
+	
+		Commonize some devinfo setup in the non-packetized
+		busfree handler.
+	
+		Modify ahd_fetch_devinfo to pull IOWNID and TOWNID
+		from mode 3.  These registers are not valid in
+		modes 0 and 1.
+	
+		Add support for terminating an initiator message
+		loop early.  This is used to return to sequencer
+		based processing for those messages that the
+		sequencer usually handles.
+	
+		When parsing configuration parameters, manually
+		disable IU negotiation if the disconnect privledge
+		is disabled.
+	
+		Print out IOWNID, TOWNID and SCSISEQ1 in
+		ahd_dump_card_state.
+	
+	aic79xx_osm.c:
+		Disable IU_REQs if disconnects are disabled.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#53 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#7 edit
+
+Change 977 by gibbs@aslan on 2002/04/24 14:54:33
+
+	aicasm/aicasm.c:
+		Style nit.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#15 edit
+
+Change 976 by gibbs@aslan on 2002/04/24 12:43:24
+
+	aic79xx_inline.h:
+		Don't attempt to run the TQINFIFO if we are
+		out of ATIOs with which to service it.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#21 edit
+
+Change 975 by gibbs@aslan on 2002/04/24 12:42:39
+
+	ahc_eisa.c:
+	ahc_pci.c:
+		Remove DEVINTERFACE stuff that crept in from
+		my private trees.
+	
+	aic7xxx_inline.h:
+		Correct a big endian issue with large (> 12 byte)
+		cdb support.
+	
+	aic7xxx_osm.c:
+		Correct another big endian bug having to do with
+		sense data copying.
+	
+		And another big endian bug in the initialization
+		of SCBs that do not transfer data.
+	
+	aic7xxx_osm.h:
+		Enable byte swapping macros for FreeBSD.	
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#34 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/ahc_eisa.c#4 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/ahc_pci.c#3 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.c#3 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.h#3 edit
+
+Change 974 by gibbs@aslan on 2002/04/23 11:14:43
+
+	aic7xxx.c:
+		When clearing interrupts, perform a few
+		ahc_flush_device_writes() calls to ensure
+		status bits are cleared before any dependent
+		interrupt status bits.
+	
+		Add a comment about proper cleanup of the tqinfifo
+		under target mode.  Special care has to be taken
+		if we are a twin channel controller.
+	
+		Clean up the bus reset logic as it pertains to
+		target mode.  We still need a timer to wait for
+		the bus reset to fall so as to be completely immune
+		from "bus reset storms".
+	
+		Add a printf indicating that all ATIO resources
+		have been exhausted if this condition occurs and
+		we are running in bootverbose mode.
+	
+	aic7xxx.seq:
+		Properly set the synchronous transfer settings upon
+		resumption of a transaction with the disconnect privledge
+		disabled in target mode.  These connections were always
+		run in async mode irrespective of the negotiated transfer
+		rate.
+	
+	aic7xxx_inline.h:
+		Only attempt to run the TQINFIFO if we have ATIOs available
+		to service any entries that are found.
+	
+	aic7xxx_osm.c:
+		Put target mode diagnostics for transactions without the
+		disconnect privledge under bootverbose.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#59 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#40 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#33 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.c#2 edit
+
+Change 969 by gibbs@overdrive on 2002/04/22 16:46:42
+
+	aic7xxx_osm.h:
+		Bump Linux driver to 6.2.7 for chip reset delay.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#79 edit
+
+Change 967 by scottl@scottl-hobbiton-mod_devel1 on 2002/04/22 11:50:17
+
+	Note Alpha 7
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#18 edit
+
+Change 966 by gibbs@overdrive on 2002/04/22 11:46:47
+
+	aic79xx_reg.h:
+	aic79xx_seq.h:
+		Regenerate firmware for Linux.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#8 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#5 edit
+
+Change 965 by gibbs@aslan on 2002/04/22 11:45:24
+
+	aic79xx.c:
+		Simplify LQO busfree handling.  We now rely on
+		critical sections in the sequencer to make sure
+		that the sequencer is outside of the SELDO handler.
+		This allows us to clean up after the busfree with
+		one interrupt instead of two.
+	
+		Don't muck with the ENBUSFREE bit.  The set of the
+		BUSFREE interrupt is a pulse, so simply clearing
+		the BUSFREE status is enough to kill the interrupt.
+		This allows busfree protection for any packetized
+		connections that might be in progress during the
+		BUSFREE handler.
+	
+	aic79xx.h:
+		Fix duplicate entries in AHD_BUG definitions.
+	
+	aic79xx.reg:
+		Kill the LQOBUSFREE_TRAP sequencer interrupt.
+		It is no longer needed.
+	
+	aic79xx.seq:
+		Add critical sections to protect against jumping
+		to the SELDO handler at the same time the kernel
+		clears SELDO.
+	
+		If an LQOBUSFREE is detected in our SELDO handler,
+		jmp back to the idle loop so that we exit the
+		critical section and the kernel can handle the
+		error.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#52 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#31 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#28 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#31 edit
+
+Change 964 by gibbs@overdrive on 2002/04/22 00:00:09
+
+	aic79xx_reg.h:
+	aic79xx_seq.h:
+		Regenerate firmware for Linux.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#7 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#7 edit
+
+Change 963 by gibbs@aslan on 2002/04/21 23:58:57
+
+	aic79xx.seq:
+		Or in HDMAEN along with PRELOADEN just in
+		case HDMAENACK is not true at the time we
+		load a segment.  This avoids accidentally
+		shutting off host transfers.  This seems
+		to avoid the IBM drive issue and doesn't
+		require extra instructions or busy loops.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#30 edit
+
+Change 962 by gibbs@overdrive on 2002/04/21 23:24:21
+
+	aic79xx.c:
+		occured -> occurred.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#51 edit
+
+Change 961 by gibbs@overdrive on 2002/04/21 22:19:31
+
+	aic79xx_reg.h:
+	aic79xx_seq.h:
+		Regenerate to latest.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#6 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#6 edit
+
+Change 960 by gibbs@aslan on 2002/04/21 19:49:06
+
+	aic79xx_pci.c:
+		Update PCI bus modes to better reflect reality.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#24 edit
+
+Change 959 by gibbs@overdrive on 2002/04/21 18:44:49
+
+	aic79xx.seq:
+		Do not clear ENSELO if there is a pending SELDO
+		already.  We have not yet seen the SELDO, and
+		we rely on ENSELO set/clear sematics to distinguish
+		between packetized and non-packetized selections.
+	
+		or in IRET rather then use mvi in case some of
+		the bits in SEQINTCTL matter during interrupt
+		return.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#29 edit
+
+Change 958 by gibbs@overdrive on 2002/04/21 17:26:16
+
+	scsi_iu.h:
+		Correct off by 1 error.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/scsi_iu.h#2 edit
+
+Change 957 by scottl@scottl-hobbiton-mod_devel1 on 2002/04/21 00:23:33
+
+	Indicate Alpha 6
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#17 edit
+
+Change 956 by gibbs@overdrive on 2002/04/20 23:36:53
+
+	aic79xx_inline.h:
+		In ahd_lookup_scb(), guard against tag values
+		larger than AHD_SCB_MAX.  Our array of indexes
+		in only that large.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#20 edit
+
+Change 955 by gibbs@overdrive on 2002/04/20 23:28:30
+
+	aic79xx.c:
+		Fix logic bug in ahd_abort_scbs().
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#50 edit
+
+Change 954 by gibbs@overdrive on 2002/04/20 23:27:01
+
+	aic79xx.c:
+		Add missing '}'.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#49 edit
+
+Change 953 by gibbs@overdrive on 2002/04/20 23:25:00
+
+	aic79xx.c:
+		Limit abort processing of the busy targets table
+		to LUNS that are addressable when not packetized.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#48 edit
+
+Change 951 by scottl@scottl-hobbiton-mod_devel1 on 2002/04/20 21:16:27
+
+	Add definition for PCIM_SERRESPEN
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#16 edit
+
+Change 950 by gibbs@overdrive on 2002/04/20 21:06:07
+
+	aic79xx_osm.c:
+		Remove call to ahd_search_disc_list() which is no
+		longer required.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#14 edit
+
+Change 949 by gibbs@overdrive on 2002/04/20 21:04:55
+
+	aic79xx_reg.h:
+	aic79xx_seq.h:
+		Regenerate firmware for Linux releases.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#5 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#5 edit
+
+Change 948 by gibbs@aslan on 2002/04/20 21:03:26
+
+	aic79xx.c:
+		Remove disconnected list handling code as this
+		product does not use this algorithm.
+	
+		Add a routine to determine if we are currently
+		in a connection that has a packetized agreement.
+	
+		Add a routine to switch to the currently active
+		FIFO's mode.
+	
+		Modify unexpected busfree handling for outgoing
+		packets.  LQOBUSFREE is now a pollable status
+		rather than an interrupt.  When the unexpected
+		busfree interrupt occurs, we simply clear it
+		if LQOBUSFREE is set.  The sequencer will
+		eventually handle the SELDO and issue a sequencer
+		interrupt to the host.  The host then cleans up
+		the execution queue and restarts the sequencer.
+		This avoids the problem of determining just where
+		the sequencer is executing at the time of the
+		BUSFREE since the sequencer can drift into the
+		SELDO handler while the BUSFREE interrupt is working
+		to pause it.
+	
+		Finish the port of the busy target table routines.
+		This are used during error recovery.
+	
+		Start documenting our strategies for handling
+		CRC errors.  The code for this is only partially
+		completed.
+	
+		Tighten up the host message loop.  We now have
+		the sequencer perform the actual reads and writes
+		to drive our ACK, to reduce the possibility of the
+		sequencer missing a short lived phase.
+	
+		Print out the HADDR and HCNT for both FIFOs
+		in ahd_dump_card_state().
+	
+	aic79xx.h:
+		Add better documentation for the TCL format.
+	
+		Add a macro for building a TCL from target,
+		channel and lun, rather than SCSIID and lun.
+	
+		Add a bug entry for the issue on the A about
+		the packetized status bit being flakey.
+	
+		Add an SCB flag for recording transmission
+		errors.  This flag should save us if the
+		target does not properly return status
+		in response to our initiator detected
+		error message.
+	
+	aic79xx.reg:
+		Add a new sequencer interrupt for the busfree trap.
+	
+		Add bit definition for LQIPHASE_OUTPKT.
+	
+		Target message loop definitions.
+	
+	aic79xx.seq:
+		Use ENSELO auto-clearing as the key to determining
+		if the connection is packetized or not.
+	
+		Add support for handling unexpected busfree
+		events in outgoing command packets.
+	
+		If we have already allocated a FIFO when entering
+		the command phase, this must be a retry.  Free
+		the FIFO and reallocate it to make sure no
+		state from the previous transfer prevents the
+		retry from occurring properly.
+	
+		Host message loop changes.
+	
+		Add a possible workaround for hardware failing
+		to record the write to HDMAEN.  We simply loop
+		setting this bit until the hardware finally
+		acknowledges that it is set.  The seems to
+		only be required on SCSI writes to IBM Daytona
+		drives.  More investigation is needed.
+	
+	aic79xx_osm.c:
+		Update for changes in host message loop
+		handling.
+	
+		Remove call to ahd_search_disc_list() that
+		is nolonger required.
+	
+	aic79xx_pci.c:
+		Add in new bug definitions.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#47 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#30 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#27 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#28 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#23 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#6 edit
+
+Change 935 by gibbs@aslan on 2002/04/17 10:28:58
+
+	aic79xx.c:
+		Perform a 1000us delay after asserting CHIPRST
+		and prior to touching an card registers.  The
+		delay is not exact due to PCI write buffering
+		semantics, but it should still be sufficient to
+		avoid touching chip registers prior to the chip
+		becoming ready for such accesses.
+	
+		Modify ahd_chip_init() to leave the chip in a
+		paused state in AHD_MODE_SCSI.
+	
+		Modify ahd_loadseq() to leave the sequencer paused.
+		Code that follows such a call must call ahd_restart().
+	
+		Perform a chip reset on every outgoing bus reset
+		on rev A hardware.
+	
+	aic79xx.h:
+		Add AHD_SCSIRST_BUG.
+	
+	aic79xx_inline.h:
+		Don't reset the channel just prior to panicing due
+		to a mode assertion.  This could cause an infinite
+		recursion loop if the mode assertion is in
+		ahd_reset_channel or something it calls.
+	
+	aic79xx_pci.c:
+		Add in scsi bus reset requires chiprst bug to ahd->bugs.
+	
+	aic7xxx.c:
+		Perform a 1000us delay after asserting CHIPRST
+		and prior to touching an card registers.  The
+		delay is not exact due to PCI write buffering
+		semantics, but it should still be sufficient to
+		avoid touching chip registers prior to the chip
+		becoming ready for such accesses.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#46 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#29 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#19 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#22 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#58 edit
+
+Change 931 by gibbs@aslan on 2002/04/16 19:19:23
+
+	aic79xx.c:
+		Break out post CHIPRST initialization from ahc_init()
+		so that we can reset the chip for workarounds.
+	
+	aic79xx.h:
+		AHD_PCIX_RST_BUG -> AHD_PCIX_CHIPRST_BUG.
+	
+	aic79xx.reg:
+		Move CMDSIZE_TABLE to the end of our current scratch
+		ram definitions and initialize it in ahd_chip_init().
+	
+	aic79xx_pci.c:
+		Pull some PCI initialization code that needs to be
+		performed after every CHIPRST into aic79xx.c:ahd_chip_init().
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#45 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#28 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#26 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#21 edit
+
+Change 930 by gibbs@overdrive on 2002/04/15 19:22:04
+
+	aic79xx_osm.h:
+		Turn on all debugging code.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#15 edit
+
+Change 929 by scottl@scottl-hobbiton-linux on 2002/04/15 15:45:29
+
+	Bump the driver version to ALPHA 5
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#14 edit
+
+Change 912 by gibbs@aslan on 2002/04/15 13:30:23
+
+	aic79xx.c:
+		Style fix.
+	
+		Move chip bug bitmap setup into the "chip personality"
+		handlers.
+	
+		Include a bus description in ahd_controller_info().
+	
+	aic79xx.h:
+		Add a mask for bug workarounds that can be disabled
+		if we are not in PCI-X mode.
+	
+		Add bus_description to our softc.
+	
+	aic79xx_pci.c:
+		Initialize ahd->bus_description.
+	
+		Disable PCI-X specitific workarounds when operating
+		in PCI mode.
+	
+		Remove a few workarounds if we are an A4 chip.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#44 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#27 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#20 edit
+
+Change 905 by gibbs@overdrive on 2002/04/11 22:00:57
+
+	aic7xxx_osm.h:
+		Bump to version 6.2.6.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#78 edit
+
+Change 902 by scottl@scottl-hobbiton-mod_devel1 on 2002/04/10 23:30:00
+
+	aic79xx.c:
+		Dump our card state should we encounter an unhandled
+		SCSIINT.  Make the panic message for this case more
+		explicit too.
+	
+		Add a diagnostic for a new PPR Negotiation that should
+		end in a Busfree.  This is the case of a pre-existing
+		IU_REQ agreement at the time of a Negotiation.
+	
+		Dump the card state when we encounter an unexpected busfree.
+	
+		Always refresh the neg-table when calling ahd_set_syncrate()
+		to handle the case of the sequencer setting the ENATNO bit
+		for a MK_MESSAGE request.  We will always renegotiate in that
+		case if this is a packetized request.
+	
+		Correct the logic for setting MSG_FLAG_EXPECT_PPR_BUSFREE.
+		This should be set in the case of a pre-existing IU_REQ
+		agreement as well as if the IU_REQ agreement has changed.
+	
+		Kill a redundant call to ahd_update_neg_table.
+	
+		When dumping card state, also dump platform card state.
+	
+	aic79xx_osm.c:
+		user uint16_t rather than uint8_t for the array of user
+		settable tag limits.  We will eventually allow 512 as
+		the max.
+	
+		Properly propogate sense data in status packets back
+		to the user.
+	
+		Dump card state in the abort and target reset handlers.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#43 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#13 edit
+
+Change 899 by scottl@scottl-hobbiton-linux on 2002/04/09 16:25:34
+
+	Remove seeprom_erase
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#14 integrate
+
+Change 895 by gibbs@overdrive on 2002/04/09 15:17:06
+
+	aic79xx_host.h:
+	aic79xx_osm.c:
+	aic7xxx_host.h:
+	aic7xxx_osm.c:
+		Move max_sectors initialization back into osm.c so
+		that it can be conditionalized on Linux kernel verison.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_host.h#6 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#12 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_host.h#9 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#91 edit
+
+Change 894 by scottl@scottl-hobbiton-linux on 2002/04/09 15:16:00
+
+	Add support for reading and writing the SEEPROM through the
+	/proc interface.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#40 integrate
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#13 integrate
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.h#9 integrate
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#37 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#15 integrate
+
+Change 891 by gibbs@overdrive on 2002/04/09 13:35:39
+
+	aic79xx_seq.h:
+	aic79xx_reg.h:
+	aic7xxx_seq.h:
+	aic7xxx_reg.h:
+		Start generating firmware at the toplevel only.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#4 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#4 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#4 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#4 edit
+
+Change 886 by gibbs@overdrive on 2002/04/07 23:42:22
+
+	aic79xx.c:
+		Kill debugger calls that are unsupported by Linux.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#42 edit
+
+Change 884 by gibbs@overdrive on 2002/04/07 21:46:23
+
+	aicasm/Makefile:
+		Reverse integration.
+		Kill .NOTPARALLEL.  Use flex's -o.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/Makefile#12 integrate
+
+Change 883 by gibbs@aslan on 2002/04/07 21:40:53
+
+	aic79xx.c:
+		When handling the "expected" unexpected busfree
+		after a negotiation, freeze the scb and the device
+		queue so that ordering is preserved.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#41 edit
+
+Change 882 by gibbs@aslan on 2002/04/07 21:21:53
+
+	aic79xx.c:
+	aic79xx.h:
+	aic79xx.seq:
+		Add a workaround for the outstanding split bug.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#40 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#26 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#27 edit
+
+Change 881 by gibbs@overdrive on 2002/04/07 21:10:53
+
+	aic79xx.c:
+	aic7xxx.c:
+		Kill return argument.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#39 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#57 edit
+
+Change 880 by gibbs@overdrive on 2002/04/07 21:09:54
+
+	aic79xx.h:
+	aic7xxx.h:
+		Kill return argument.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#25 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#39 edit
+
+Change 879 by gibbs@overdrive on 2002/04/07 21:06:29
+
+	aic79xx.c:
+	aic79xx.h:
+	aic7xxx.c:
+	aic7xxx.h:
+		Add a routine to verify that a softc is still
+		on our list and configured.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#38 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#24 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#56 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#38 edit
+
+Change 878 by gibbs@overdrive on 2002/04/07 21:04:35
+
+	aic79xx_host.h:
+	aic7xxx_host.h:
+		Add a missing comma.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_host.h#5 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_host.h#8 edit
+
+Change 875 by gibbs@overdrive on 2002/04/07 18:16:42
+
+	aic79xx_host.h:
+	aic7xxx_host.h:
+	aic79xx_osm.c
+	aic7xxx_osm.c
+		Set "max_sectors" in our host template so that the Linux
+		SCSI layer doesn't foolishly limit our I/O size.
+	
+		Set a few additional static fields into the template
+		initialization macro.
+	
+	aic7xxx_osm_pci.c:
+	aic79xx_osm_pci.c:
+		Use ah[dc]_find_softc rather than do a brute force lookup
+		in multiple places.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_host.h#4 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#11 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#6 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_host.h#7 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#90 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#31 edit
+
+Change 873 by gibbs@aslan on 2002/04/05 12:29:11
+
+	aic79xx.c:
+		Handle a few more sequencer interrupts.
+	
+		Monitor sstat3 during SCSIINT handling.
+	
+		Remove a duplicate comment.
+	
+		Enable checking of negotiation table and output
+		sync FIFO parity errors.
+	
+		When traversing the execution queue, only complain
+		of list corruption after itterating over max SCB
+		entries.  Since elements can be queued outside of
+		the per-target lists, the num target limit coult
+		unintentionally fire.
+	
+		Correct a bug in the stitching of the TID lists in
+		the execution queue.  We could lose a whole TID
+		list in certain scenarios.
+	
+		When handling status errors, save and restore the
+		current mode as well as clear any critical sections
+		in the firmware.  We might otherwise corrupt sequencer
+		state.
+	
+		Add some more information to the ahd_dump_card_state()
+		output.
+	
+		Add a routine to dump out the state of all SCBs.  This
+		might be useful from the debugger.
+	
+	aic79xx.h:
+		Prototype ahd_dump_scbs().
+	
+	aic79xx.seq:
+		Stop using MK_MESSAGE as a flag for "dead" SCBs.
+		We should come up with another mechanism, but this
+		might confuse the cleanup of the execution queue
+		for SCBs that selected out with atn asserted.
+	
+		Use HDMAEN as a definitive test to see if a
+		saveptr interrupt is for a snapshot or not.
+	
+	aic79xx_pci.c:
+		Add a comma to the table of pci_status_strigs, so we
+		don't attempt to printf garbage.  Oops.
+	
+		Clear latched pci status at the end of our PCI error
+		handler so that the pci error interrupt is de-asserted.
+		More logic is needed here to handle PCI-X errors.
+	
+	aic7xxx.c:
+		If we have an overrun on an auto-request sense, report
+		autosense fail, not data-run-error.
+	
+		Use AHC_NUM_TARGETS rather than a hard coded 16.
+	
+		Fix a typo.
+	
+	aic7xxx.reg:
+		Add a comment to the DIRECTION bit so I can stop
+		looking it up its polarity in the data book all the time.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#37 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#23 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#25 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#26 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#19 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#55 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#27 edit
+
+Change 840 by gibbs@overdrive on 2002/03/26 23:33:12
+
+	p4 integrate -r -b redhat-aic7xxx-2.4.7_10_i386.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#26 integrate
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#39 integrate
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#36 integrate
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#14 integrate
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.h#9 integrate
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#14 integrate
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_insformat.h#8 integrate
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_gram.y#2 integrate
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_scan.l#2 integrate
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#10 integrate
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#13 integrate
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#10 integrate
+
+Change 839 by gibbs@overdrive on 2002/03/26 23:32:40
+
+	Integrate -r -b redhat-aic7xxx-2.4.7_10_i386
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#89 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#14 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#3 branch
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#3 branch
+
+Change 813 by gibbs@overdrive on 2002/03/13 20:18:34
+
+	aic79xx_osm.h:
+		Bump version number to 0.0.4 for Alpha 4 release.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#13 edit
+
+Change 800 by gibbs@overdrive on 2002/03/13 14:56:13
+
+	aic79xx.c:
+		Remove TRACEPOINT6 code which is no longer used.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#36 edit
+
+Change 795 by gibbs@overdrive on 2002/03/13 14:39:50
+
+	aic79xx_osm.h:
+		Add an implementation for scsi_4btoul().
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#12 edit
+
+Change 791 by gibbs@aslan on 2002/03/13 14:02:50
+
+	aic79xx.c:
+		Reset the bus if we encounter an overrun on a
+		status packet.
+	
+		Implement the AHD_CLRLQO_ATUTOCLR_BUG workaround.
+		We just need to manually clear the CLRLQO registers
+		when we use them.
+	
+		Roll LQISTAT1 handling into the
+		ahd_handle_transmission_errror(), handler.
+	
+		Don't qualify the BUSFREE status with ENBUSFREE.  The
+		chip may well have moved on to an handled another
+		transaction on the bus, so we simply cannot rely on
+		ENBUSFREE giving us an acuate sense of whether this
+		is a true BUSFREE interrupt.  Right now we defer
+		looking at BUSFREE interrupts until last in the hope
+		that we'll ignore spurious values of this bit by handling
+		the conditions we are sure of first.
+	
+		In handling busfree conditions allow the handler for that
+		condition to either unpause the sequencer or to force a
+		sequencer reset.
+	
+		Don't rely on the PACKETIZED status bit.  It corresponds
+		to the *last* connection on the bus, not the current one.
+		Instead rely on LQISTAT1 giving us acurate information
+		about transmission errors that correspond to packetized
+		transfers.
+	
+		Handle unexpected busfrees that indicate the target
+		saw a bad CRC in one of our outgoing LQs.
+	
+		Add optional debugging information for kernel handled
+		message phases.
+	
+		Fix a spelling error.
+	
+		Add loging for QAS messages that occur when they shouldn't.
+		We will reject the message which should force a busfree.
+	
+		Add more bug entries.
+	
+		When cleaning up entries from the waiting for selection
+		queue, handle MK_MESSAGE SCBs specially as they are not
+		now placed into the per-target-id queues.
+	
+		Add more logging for sense packets.
+	
+		Link completed SCBs using a different set of link
+		pointers.  This allows us to put the SCBs on the
+		complete queue without fear of corrupting the waiting
+		for selection queue if we have yet to see a pending
+		SELDO.
+	
+		Log the contents of the SCSIPHASE register in
+		ahd_dump_card_state().
+	
+	aic79xx.h:
+		Add more bug entries.
+	
+		Add a debugging flag for printing information during
+		kernel handled message phases.
+	
+	aic79xx.reg:
+		LQOBUSFREE1 -> LQOBUSFREE
+		LQOPHACHG1  -> LQOPHACHGINPKT
+	
+		CLRLQOBUSFREE1 -> CLRLQOBUSFREE
+		CLRLQOPHACH1   -> CLRLQOPHCHGINPKT
+	
+		ENLQOBUSFREE1 -> ENLQOBUSFREE
+		ENLQOPHACHG1 -> ENLQOPHACHGINPKT
+	
+		LQOPHACHG0 -> LQOPHACHGOUTPKT
+	
+		Add SCB_NEXT_COMPLETE link in the CDB pad
+		area.
+	
+	aic79xx.seq:
+		Queue incoming MK_MESSAGE SCBs separately so as
+		to ensure we see the MK_MESSAGE bit on the outgoing
+		selection that will send this SCB.
+	
+		Convert all complete queue operations to use the
+		SCB_NEXT_COMPLETE link.
+	
+		Start adding more critical section wrappers.  This
+		work still needs to be augmented and reviewed.
+	
+		When selecting out with a SCB that has MK_MESSAGE
+		set, don't bother clearing NEGPPROPTS.  We now
+		look for the MK_MESSAGE flag in our SELDO handler
+		and can thus determine that this is actually a
+		"nonpackreq" selection.
+	
+		Add in the workaround for AHD_AUTOFLUSH_BUG.
+	
+		Correctly set the transfer size for status packets
+		so we don't think we've had an overrun.
+	
+		Enhance, I hope, the workaround for the PCIX arbiter
+		hang.  We also now install the hang detection for
+		legacy.
+	
+	aic79xx_pci.c:
+		Take a first shot at handling PCI/PCI-X errors.  More
+		work is required here.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#35 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#22 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#24 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#25 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#18 edit
+
+Change 779 by gibbs@overdrive on 2002/03/11 17:55:24
+
+	aic79xx_osm.c:
+		Disable ABORT and BDR attempts until error recovery
+		is better fleshed out.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#10 edit
+
+Change 778 by gibbs@overdrive on 2002/03/11 17:55:02
+
+	aic79xx_osm.h:
+		Remove EISA/VL defines that don't apply to the
+		hardware supported by this driver.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#11 edit
+
+Change 767 by gibbs@aslan on 2002/03/06 15:10:06
+
+	aic79xx_pci.c:
+		Add a #define for the A4 revision number.
+	
+		Add a placeholder for the B0 revision number.
+	
+		Disable pending PCI REQ assertion on anything
+		younger than the B0.  It doesn't work if both
+		channels are active.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#17 edit
+
+Change 765 by gibbs@overdrive on 2002/03/04 21:59:30
+
+	aic79xx_osm.h:
+		Bump version number to 0.0.3.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#10 edit
+
+Change 764 by gibbs@overdrive on 2002/03/04 21:59:14
+
+	Handle integrate -r from redhat-aic79xx-2.4.7_10_i386
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_host.h#3 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#5 integrate
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_proc.c#3 integrate
+
+Change 761 by gibbs@overdrive on 2002/03/04 21:49:07
+
+	aic79xx.c:
+		Remove critical section clearing printfs.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#34 edit
+
+Change 759 by gibbs@moria on 2002/03/04 21:36:11
+
+	aic79xx.c:
+		In ahd_devlimited_syncrate(), treat the precomp enable
+		bit specially.  This is bit should be acted on regardless
+		of our goal for having the target precomp for us.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#33 edit
+
+Change 755 by gibbs@aslan on 2002/03/04 12:59:48
+
+	aic79xx_pci.c:
+		Only attach to A3 or newer H2A2 parts.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#16 edit
+
+Change 754 by gibbs@aslan on 2002/03/04 10:43:45
+
+	aic79xx.c:
+		Convert ahd_assert_atn to an inline.
+	
+		Add a comment indicating that blindly clearing out the
+		DMA channels in ahd_restart() is probably a bad thing.
+		Perhaps the best place to do this is in ahd_abort_scbs()
+		which should be able to match the SCB owning the FIFO
+		with the SCB pattern to kill off, but that is not completely
+		clear yet.
+	
+		Add the beginnings of an "illegal non-packetized phase"
+		handler.  This interrupt will be invoked should a target,
+		with whom we've negotiated packetized, take us to a non-pkt
+		and non-message phase.  The only situation we currently
+		handle is the case of a target taking us to the command
+		phase on the first REQ of what should be a packetized
+		connection.  Our response to that condition is:
+			o Downgrade our current negotiation to async/narrow.
+			o Embed a TUR into the SCB to replace whatever,
+			  possibly media altering, command was originally
+			  in the SCB.
+			o Clear any tag information in the SCB and set
+			  MK_MESSAGE.
+			o Set MSG_OUT to HOST_MSG, SAVED_SCSIID to the
+			  scb's SCSIID, and SAVED_LUN to 0 (no identify
+			  message, so target believes lun is 0).
+			o Clear the packetized flag in the SCB and set
+			  SCB_ABORT and SCB_CMDPHASE_ABORT.
+			o assert ATN.
+			o Prepare the transaction to complete with
+			  CAM_REQUEUE_REQ.
+			o When the Abort completes, we only abort the
+			  SCB that encountered the error.  This behavior
+			  and the actual error code we return should be
+			  reviewed.
+	
+		Convert some manual traversals of the phase table to calls
+		to ahd_lookup_phase_entry().
+	
+		Port the MKMSG_FAILED sequencer interrupt handler.
+	
+		If busfreetime is non-zero, but we were performing nonpackreq
+		recovery, use the ahd_handle-nonpkt_busfree() handler.
+	
+		Handle the case of a new PPR negotiation to a target that
+		we have already negotiated packetized to.  We should get
+		a busfree in this case.  The remainder of the handling of
+		this situation is in the sequencer.
+	
+		Correct a bug in the critical section stepping code.  We
+		were in the wrong register window when trying to clear
+		SIMODE0.
+	
+		If we are currently packetized with a target, the only
+		valid messages we can send at the beginning of the connection
+		are PPR or TUR.  Therefore, supress the identify messages.
+	
+		Create a msg_flags field in ahd_softc.  This replaces
+		msg_expect_ppr_busfree since we need to also record
+		whether the state of IU_REQ changed.
+	
+		Fix a grammer bug.
+	
+		Clear all message flags in the SCB during a request sense
+		that only intends to renegotiate with the device.
+	
+		Kill a debugging printf.
+	
+		Display the contents of SIMODE1, OPTIONMODE and MAXCMDCNT
+		during ahd_dump_card_state().
+	
+	aic79xx.h:
+		Make AHD_SENSE_BUFSIZE a sequencer visible value.
+	
+		Redefine our Hardware SCB format so we can embed a
+		sense address in the case of cdbs <= 12 bytes or using
+		a pointer.
+	
+		Add the SCB_CMDPHASE_ABORT flag.
+	
+		Add ahd_msg_flags.
+	
+	aic79xx.reg:
+		Document the DIRECTION bit in DFCNTRL.
+	
+		Redefine our Hardware SCB format so we can embed a
+		sense address in the case of cdbs <= 12 bytes or using
+		a pointer.
+	
+		Make AHD_SENSE_BUFSIZE a sequencer visible value.
+	aic79xx.seq:
+		When we are about to select a device and the first SCB
+		has MK_MESSAGE set, make sure to enable ENAUTOATNO.
+	
+		Treat LQOPHACHG1 as an unexpected_nonpkt_phase.
+	
+		Make the PCI-X workaround for the hung arbiter even
+		more selective in the legacy case.  We only need to
+		check for the hang condition if we are disconnecting
+		in the middle of a transfer.
+	
+		Enhance a comment about BITBUCKET handling in the
+		non-pack case.
+	
+		Correct a lable jump that should have been changed in
+		the last commit to this file.  The previous lable has
+		been removed.
+	
+		Add support for handling a status packet without host
+		intervention if the sense address is embedded in the
+		SCB.
+	
+	aic79xx_inline.h:
+		Embed the sense address in the SCB if there is room. 
+	
+	aic79xx_pci.c:
+		Be more careful about endianess when printing out
+		serial eeprom contents.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#32 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#21 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#23 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#24 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#18 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#15 edit
+
+Change 697 by gibbs@overdrive on 2002/02/26 17:49:44
+
+	aic79xx.c:
+	aic79xx.h:
+	aic79xx.reg:
+	aic79xx.seq:
+	aic79xx_pci.c:
+		Integrate changes from redhat-aic7xxx-2.4.7_10_i386
+		back into the core files.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#31 integrate
+... //depot/aic7xxx/aic7xxx/aic79xx.h#20 integrate
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#22 integrate
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#23 integrate
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#14 integrate
+
+Change 673 by gibbs@overdrive on 2002/02/11 16:36:16
+
+	aic79xx_osm.h:
+		Bump driver version to 0.0.2.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#9 edit
+
+Change 671 by gibbs@overdrive on 2002/02/11 16:28:09
+
+	aic7xxx_pci.c:
+		Pretend that there are no cables if we have
+		an illegal cable configuration.  This may fix
+		problems on certain HP Kayak systems.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#35 edit
+
+Change 668 by gibbs@overdrive on 2002/02/11 15:13:10
+
+	aic79xx.reg:
+	aic79xx.seq:
+		Convert to text+ko
+	
+	aic79xx_pci.c:
+		Avoid endian issues when dumping the seeprom.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#21 integrate
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#22 integrate
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#13 edit
+
+Change 667 by gibbs@aslan on 2002/02/11 15:09:27
+
+	aic79xx.c:
+		Add additional bug entries for Rev A errata.
+	
+		Don't attempt to perform current sensing on a
+		board unless we know that it is supported.  Doing
+		current sensing when it is not support messes up
+		our external termination.
+	
+		Leave the force U160 stuff in place, but allow
+		U320 transfers now.
+	
+		Don't attempt QAS or read streaming on A2 hardware.
+	
+	aic79xx.h:
+		Add more bug entries.
+	
+	aic79xx.seq:
+		Add comment about why we have to check SEDO when
+		ENSELO is clear but prior to starting a new selection.
+	
+		Add critical sections around some of the places they
+		are needed.
+	
+		Add a first cut workaround for one of the PCI-X bugs.
+		This particular bug is fixed in A3.
+	
+		Conditionalize the last bit of the CURRSCB workaround.
+	
+		Set the SCB_DMA flag when we initiate an SCB dma.  This
+		is the beginning of work to handle cancled DMAs from
+		the qinfifo.
+	
+	aic79xx_pci.c:
+		Only do current sensing if the card supports it.
+	
+		Truely initialize termctl if auto-term sensing fails.
+	
+		Set the low primary termination prior to setting any
+		external termination.  This mirrors what CHIM does.
+	
+		Add a mode assert to ahd_write_flexport.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#30 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#19 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#21 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#12 edit
+
+Change 663 by gibbs@overdrive on 2002/02/11 13:13:52
+
+	aic7xxx_osm.h:
+		Bump Linux aic7xxx driver version number to 6.2.5.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#77 edit
+
+Change 661 by gibbs@overdrive on 2002/02/11 13:11:36
+
+	aicasm/Makfile:
+		Bring .NOTPARALLEL change into the top level.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/Makefile#11 integrate
+
+Change 657 by scottl@scottl-linux on 2002/02/06 19:17:16
+
+	Serialize Makefiles.  Use CONFIG_AIC79XX_BUILD_FIRMWARE flag.
+
+Affected files ...
+
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Makefile#2 edit
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/Makefile#2 edit
+
+Change 650 by gibbs@overdrive on 2002/01/28 17:35:10
+
+	aic79xx_osm.c:
+		Limit tag depth to 16 under Linux to avoid QUEUE_FULL
+		issues with Maxtor drives.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#9 edit
+
+Change 648 by gibbs@overdrive on 2002/01/28 17:29:46
+
+	aic79xx.c:
+		Correct typo.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#29 edit
+
+Change 647 by gibbs@overdrive on 2002/01/28 17:22:18
+
+	aic79xx.c:
+		Move more diagnostic printfs under AHD_DEBUG.
+	
+		Force 160 as the maximum sync speed until 320
+		issues are ironed out.
+	
+	aic79xx_pci.c:
+		Kill some diagnostic printfs.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#28 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#11 edit
+
+Change 646 by gibbs@overdrive on 2002/01/28 17:18:52
+
+	aic79xx_osm.h:
+		Bump Linux version number to for 0.0.1 release.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#8 edit
+
+Change 644 by gibbs@overdrive on 2002/01/28 16:43:03
+
+	aic79xx_osm.c:
+		Remove reference to ahc->seltime_b.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#8 edit
+
+Change 643 by gibbs@aslan on 2002/01/28 15:18:56
+
+	aic79xx.c:
+	aic79xx.h:
+	aic79xx.reg:
+	aic79xx.seq:
+	aic79xx_inline.h:
+	aic79xx_pci.c:
+		First pass at NONPACKREQ and CRC error handling.
+	
+		Turn on digital filtering and some additional IOCELL
+		workarounds.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#27 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#18 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#20 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#20 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#17 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#10 edit
+
+Change 640 by gibbs@aslan on 2002/01/27 14:15:43
+
+	aic79xx.c:
+	aic79xx.h:
+	aic79xx.reg:
+		Correct the selection timeout period on Rev A
+		parts where it is twice as long as the set value.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#26 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#17 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#19 edit
+
+Change 639 by gibbs@aslan on 2002/01/26 19:39:29
+
+	aic79xx.c:
+		Remove debugging printfs and place others inside
+		AHD_DEBUG statements.
+	aic79xx.h:
+	aic79xx_pci.c:
+		Complete support for termination current sensing.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#25 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#16 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#9 edit
+
+Change 637 by gibbs@overdrive on 2002/01/25 14:07:51
+
+	Firmware is generated in the leaf branch nodes.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#3 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#3 delete
+
+Change 626 by gibbs@overdrive on 2002/01/25 12:55:44
+
+	Remove extra blank line.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#76 edit
+
+Change 623 by gibbs@overdrive on 2002/01/25 12:48:59
+
+	Add text+ko and finish cleanup of no_probe.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_host.h#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#7 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#7 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#4 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_proc.c#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#2 edit
+
+Change 621 by gibbs@overdrive on 2002/01/25 12:39:17
+
+	aic79xx_osm.h:
+	aic7xxx_osm.h:
+		linux/malloc.h has been deprecated in 2.4.15.  Use
+		linux/slab.h instead which has been available since 2.4.0.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#6 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#75 edit
+
+Change 615 by gibbs@overdrive on 2002/01/24 17:27:58
+
+	aic79xx_osm.c:
+		Lose references to EISA and VLB inherited from
+		aic7xxx driver.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#6 edit
+
+Change 608 by gibbs@overdrive on 2002/01/24 13:32:31
+
+	To keep IDs coherent, we'll generate these in each branch we
+	ship to customers.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#2 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#2 delete
+
+Change 603 by gibbs@overdrive on 2002/01/24 13:00:46
+
+	Add assembled aic79xx firmware to revision control.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_reg.h#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_seq.h#1 add
+
+Change 601 by gibbs@overdrive on 2002/01/24 12:57:18
+
+	Add assembled firmware to revision control.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_reg.h#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_seq.h#1 add
+
+Change 587 by gibbs@overdrive on 2002/01/23 14:36:02
+
+	aic7xxx_osm.c:
+		Integrate PROBE_VL config changes back into Linux
+		driver mainline.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#88 integrate
+
+Change 580 by gibbs@overdrive on 2002/01/22 22:13:15
+
+	Integrate from linux-aic7xxx-2.4.0 -> linux-aic79xx-2.4.0
+
+Affected files ...
+
+... //depot/linux-aic79xx-2.4.0/drivers/ide/cmd640.c#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Config.in#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7770_osm.c#2 integrate
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_osm.c#2 integrate
+
+Change 578 by gibbs@overdrive on 2002/01/22 21:48:24
+
+	aic7xxx_osm.c:
+		Protect against config not defining CONFIG_AIC7XXX_PROBE_EISA_VL
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#87 edit
+
+Change 576 by gibbs@overdrive on 2002/01/22 21:42:02
+
+	aic7770_osm.c:
+		Don't refer to aic7xxx_no_probe.  The check for
+		whether to perform EISA/VL probes was made prior
+		to the call to the EISA/VL probe.
+	
+	aic7xxx_osm.c:
+		Add a configuration option for EISA/VL probing.
+		It will default to off to avoid clobbering PCI
+		devices that frequest those I/O ranges.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7770_osm.c#11 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#86 edit
+
+Change 575 by gibbs@overdrive on 2002/01/22 21:34:25
+
+	aic7xxx_osm.c:
+		Default to not scanning for EISA/VL adapters.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#85 edit
+
+Change 569 by gibbs@aslan on 2002/01/22 13:56:22
+
+	aic79xx.c:
+		Clean up warnings related to currently disabled code.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#24 edit
+
+Change 568 by gibbs@overdrive on 2002/01/22 13:49:27
+
+	aic79xx_osm.h:
+		Include scsi_iu.h.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#5 edit
+
+Change 567 by gibbs@aslan on 2002/01/22 13:46:00
+
+	aic79xx.c:
+		Remove call to Debugger() which is not supported
+		under Linux.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#23 edit
+
+Change 566 by gibbs@overdrive on 2002/01/22 13:43:07
+
+	Initial aic79xx port to 2.4.0.
+
+Affected files ...
+
+... //depot/linux-aic79xx-2.4.0/COPYING#1 branch
+... //depot/linux-aic79xx-2.4.0/CREDITS#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/00-INDEX#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/BUG-HUNTING#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/Changes#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/CodingStyle#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/Configure.help#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/DMA-mapping.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/DocBook/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/DocBook/kernel-api.tmpl#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/DocBook/kernel-hacking.tmpl#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/DocBook/kernel-locking.tmpl#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/DocBook/mcabook.tmpl#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/DocBook/mousedrivers.tmpl#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/DocBook/parport-multi.fig#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/DocBook/parport-share.fig#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/DocBook/parport-structure.fig#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/DocBook/parportbook.tmpl#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/DocBook/sis900.tmpl#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/DocBook/via-audio.tmpl#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/DocBook/videobook.tmpl#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/DocBook/wanbook.tmpl#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/DocBook/z8530book.tmpl#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/IO-mapping.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/IRQ-affinity.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/LVM-HOWTO#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/README.DAC960#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/README.moxa#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/SubmittingDrivers#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/SubmittingPatches#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/VGA-softcursor.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/Netwinder#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/README#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/SA1100/Assabet#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/SA1100/Brutus#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/SA1100/CERF#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/SA1100/GraphicsClient#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/SA1100/Itsy#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/SA1100/LART#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/SA1100/PLEB#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/SA1100/Pangolin#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/SA1100/Tifon#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/SA1100/Victor#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/SA1100/empeg#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/SA1100/nanoEngine#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/SA1100/serial_UART#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/Setup#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/empeg/README#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/empeg/ir.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/empeg/mkdevs#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/nwfpe/NOTES#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/nwfpe/README#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/nwfpe/README.FPE#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/arm/nwfpe/TODO#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/binfmt_misc.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cachetlb.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cciss.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cdrom/00-INDEX#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cdrom/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cdrom/aztcd#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cdrom/cdrom-standard.tex#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cdrom/cdu31a#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cdrom/cm206#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cdrom/gscd#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cdrom/ide-cd#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cdrom/isp16#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cdrom/mcd#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cdrom/mcdx#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cdrom/optcd#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cdrom/sbpcd#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cdrom/sjcd#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cdrom/sonycd535#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/computone.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/cpqarray.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/devices.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/digiboard.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/digiepca.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/dnotify.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/exception.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/fb/00-INDEX#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/fb/aty128fb.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/fb/clgenfb.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/fb/framebuffer.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/fb/internals.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/fb/matroxfb.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/fb/modedb.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/fb/sa1100fb.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/fb/tgafb.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/fb/vesafb.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/00-INDEX#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/Locking#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/adfs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/affs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/bfs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/coda.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/cramfs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/devfs/ChangeLog#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/devfs/README#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/devfs/ToDo#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/devfs/boot-options#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/devfs/rc.devfs#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/ext2.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/fat_cvf.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/hpfs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/isofs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/ncpfs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/ntfs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/proc.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/romfs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/smbfs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/sysv-fs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/udf.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/ufs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/umsdos.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/vfat.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/filesystems/vfs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/floppy.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/ftape.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/hayes-esp.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/highuid.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/i2c/dev-interface#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/i2c/functionality#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/i2c/i2c-protocol#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/i2c/proc-interface#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/i2c/smbus-protocol#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/i2c/summary#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/i2c/ten-bit-addresses#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/i2c/writing-clients#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/i386/IO-APIC.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/i386/boot.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/i386/zero-page.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/ia64/README#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/ia64/efirtc.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/ide.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/initrd.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/ioctl-number.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isapnp.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/00-INDEX#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/CREDITS#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/HiSax.cert#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/INTERFACE#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/INTERFACE.fax#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README.FAQ#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README.HiSax#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README.act2000#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README.audio#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README.avmb1#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README.concap#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README.diversion#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README.eicon#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README.fax#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README.hfc-pci#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README.hysdn#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README.icn#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README.pcbit#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README.sc#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README.syncppp#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/README.x25#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/isdn/syncPPP.FAQ#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/java.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/joystick-api.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/joystick-parport.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/joystick.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/kbuild/00-INDEX#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/kbuild/bug-list.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/kbuild/commands.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/kbuild/config-language.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/kbuild/makefiles.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/kernel-doc-nano-HOWTO.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/kernel-docs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/kernel-parameters.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/kmod.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/locks.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/logo.gif#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/logo.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/m68k/00-INDEX#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/m68k/README.buddha#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/m68k/kernel-options.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/magic-number.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/mandatory.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/mca.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/md.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/memory.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/mkdev.cciss#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/mkdev.ida#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/modules.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/moxa-smartio#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/mtrr.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/nbd.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/00-INDEX#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/3c505.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/6pack.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/8139too.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/Configurable#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/DLINK.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/PLIP.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/README.sb1000#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/alias.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/arcnet-hardware.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/arcnet.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/atm.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/ax25.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/baycom.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/bridge.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/comx.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/cops.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/cs89x0.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/de4x5.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/decnet.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/depca.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/dgrs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/dmfe.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/eql.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/ethertap.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/ewrk3.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/filter.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/fore200e.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/framerelay.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/ip-sysctl.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/ip_dynaddr.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/ipddp.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/iphase.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/irda.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/lapb-module.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/ltpc.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/multicast.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/ncsa-telnet#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/net-modules.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/netdevices.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/olympic.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/policy-routing.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/pt.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/ray_cs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/routing.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/shaper.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/sis900.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/sk98lin.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/skfp.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/smc9.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/smctr.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/soundmodem.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/tcp.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/tlan.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/tms380tr.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/tulip.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/tuntap.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/vortex.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/wan-router.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/wanpipe.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/wavelan.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/x25-iface.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/x25.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/networking/z8530drv.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/nfsroot.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/nmi_watchdog.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/oops-tracing.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/paride.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/parisc/00-INDEX#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/parisc/IODC.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/parisc/debugging#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/parisc/mm#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/parisc/registers#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/parport-lowlevel.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/parport.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/pci.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/pcwd-watchdog.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/pm.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/powerpc/00-INDEX#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/powerpc/SBC8260_memory_mapping.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/powerpc/ppc_htab.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/powerpc/smp.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/powerpc/sound.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/powerpc/zImage_layout.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/ramdisk.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/riscom8.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/rtc.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/s390/DASD#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/s390/cds.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/scsi-generic.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/scsi.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/serial-console.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sgi-visws.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/smart-config.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/smp.tex#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/smp.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/AD1816#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/ALS#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/AWE32#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/AudioExcelDSP16#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/CMI8330#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/CMI8338#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/CS4232#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/ChangeLog.awe#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/ChangeLog.multisound#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/ESS#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/ESS1868#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/INSTALL.awe#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/Introduction#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/MAD16#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/Maestro#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/MultiSound#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/NEWS#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/NM256#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/OPL3#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/OPL3-SA#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/OPL3-SA2#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/Opti#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/PAS16#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/PCM1-pro#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/PSS#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/PSS-updates#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/README.OSS#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/README.awe#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/README.modules#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/README.ymfsb#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/SoundPro#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/Soundblaster#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/Tropez+#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/VIA-chipset#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/VIBRA16#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/Wavefront#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/es1370#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/es1371#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/mwave#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/solo1#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/sonicvibes#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/ultrasound#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/via82cxxx.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sound/vwsnd#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sparc/sbus_drivers.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/specialix.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/spinlocks.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/stallion.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/svga.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sx.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sysctl/README#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sysctl/fs.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sysctl/kernel.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sysctl/sunrpc.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sysctl/vm.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/sysrq.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/telephony/ixj.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/unicode.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/CREDITS#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/URB.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/acm.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/bluetooth.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/dc2xx.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/error-codes.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/hotplug.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/ibmcam.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/input.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/ohci.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/ov511.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/proc_usb_info.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/rio.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/scanner-hp-sane.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/scanner.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/uhci.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/usb-help.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/usb/usb-serial.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/API.html#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/CQcam.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/README.buz#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/README.cpia#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/bttv/CARDLIST#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/bttv/CONTRIBUTORS#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/bttv/ICs#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/bttv/Insmod-options#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/bttv/MAKEDEV#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/bttv/Modules.conf#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/bttv/PROBLEMS#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/bttv/README#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/bttv/README.WINVIEW#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/bttv/Sound-FAQ#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/bttv/Specs#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/bttv/THANKS#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/radiotrack.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/video4linux/zr36120.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/vm/balance#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/vm/locking#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/vm/numa#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/watchdog.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/xterm-linux.xpm#1 branch
+... //depot/linux-aic79xx-2.4.0/Documentation/zorro.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/MAINTAINERS#1 branch
+... //depot/linux-aic79xx-2.4.0/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/README#1 branch
+... //depot/linux-aic79xx-2.4.0/REPORTING-BUGS#1 branch
+... //depot/linux-aic79xx-2.4.0/Rules.make#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/boot/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/boot/bootloader.lds#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/boot/bootp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/boot/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/boot/main.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/boot/tools/mkbb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/boot/tools/objstrip.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/alpha_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/check_asm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/console.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/core_apecs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/core_cia.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/core_irongate.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/core_lca.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/core_mcpcia.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/core_polaris.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/core_t2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/core_titan.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/core_tsunami.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/core_wildfire.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/entry.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/es1888.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/irq_alpha.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/irq_i8259.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/irq_impl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/irq_pyxis.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/irq_smp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/irq_srm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/machvec_impl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/ns87312.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/osf_sys.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/pci_impl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/pci_iommu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/process.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/proto.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/ptrace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/semaphore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/signal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/smc37c669.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/smc37c93x.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/smp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_alcor.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_cabriolet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_dp264.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_eb64p.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_eiger.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_jensen.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_miata.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_mikasa.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_nautilus.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_noritake.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_rawhide.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_ruffian.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_rx164.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_sable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_sio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_sx164.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_takara.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_titan.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/sys_wildfire.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/kernel/traps.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/callback_srm.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/checksum.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/clear_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/copy_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/csum_ipv6_magic.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/csum_partial_copy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/divide.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/ev6-clear_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/ev6-copy_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/ev6-csum_ipv6_magic.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/ev6-divide.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/ev6-memchr.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/ev6-memcpy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/ev6-memset.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/ev6-strncpy_from_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/ev6-stxcpy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/ev6-stxncpy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/ev67-strcat.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/ev67-strchr.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/ev67-strlen.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/ev67-strlen_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/ev67-strncat.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/ev67-strrchr.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/fpreg.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/io.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/memchr.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/memcpy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/memmove.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/memset.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/srm_printk.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/srm_puts.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/stackcheck.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/stackkill.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/stacktrace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/strcasecmp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/strcat.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/strchr.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/strcpy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/strlen.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/strlen_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/strncat.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/strncpy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/strncpy_from_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/strrchr.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/stxcpy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/lib/stxncpy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/math-emu/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/math-emu/math.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/math-emu/qrnnd.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/math-emu/sfp-util.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/mm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/mm/extable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/mm/fault.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/mm/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/alpha/vmlinux.lds.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/bootp/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/bootp/bootp.lds#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/bootp/init.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/compressed/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/compressed/Makefile.debug#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/compressed/head-ftvpci.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/compressed/head-l7200.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/compressed/head-netwinder.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/compressed/head-sa1100.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/compressed/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/compressed/hw-bse.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/compressed/ll_char_wr.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/compressed/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/compressed/setup-sa1100.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/compressed/vmlinux.lds.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/boot/install.sh#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/a5k#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/assabet#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/brutus#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/cerf#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/clps7500#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/ebsa110#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/empeg#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/footbridge#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/graphicsclient#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/integrator#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/lart#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/lusl7200#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/neponset#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/pangolin#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/rpc#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/shark#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/sherman#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/def-configs/victor#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/arch.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/armksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/arthur.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/bios32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/calls.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/debug-armo.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/debug-armv.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/dec21285.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/dma-arc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/dma-footbridge.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/dma-isa.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/dma-rpc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/ecard.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/entry-armo.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/entry-armv.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/entry-common.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/fiq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/ftv-pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/head-armo.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/head-armv.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/init_task.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/isa.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/leds-ebsa110.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/leds-ftvpci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/oldlatches.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/plx90x0.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/process.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/ptrace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/semaphore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/signal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/sys_arm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/time-acorn.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/traps.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/kernel/via82c505.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/backtrace.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/changebit.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/clearbit.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/copy_page.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/csumipv6.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/csumpartial.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/csumpartialcopy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/csumpartialcopyuser.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/delay.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/ecard.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/extractconstants.pl#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/findbit.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/floppydma.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/getconsdata.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/io-acorn.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/io-pcio.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/io-readsb.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/io-readsl.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/io-readsw-armv3.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/io-readsw-armv4.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/io-shark.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/io-writesb.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/io-writesl.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/io-writesw-armv3.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/io-writesw-armv4.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/io.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/memchr.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/memcpy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/memset.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/memzero.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/setbit.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/strchr.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/strncpy_from_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/strnlen_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/strrchr.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/testchangebit.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/testclearbit.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/testsetbit.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/uaccess-armo.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/lib/uaccess.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-footbridge/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-footbridge/arch.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-footbridge/cats-hw.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-footbridge/cats-pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-footbridge/ebsa285-leds.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-footbridge/ebsa285-pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-footbridge/netwinder-hw.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-footbridge/netwinder-leds.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-footbridge/netwinder-pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-footbridge/personal-pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-sa1100/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-sa1100/arch.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-sa1100/hw.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-sa1100/leds.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-shark/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-shark/arch.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-shark/dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-shark/mm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mach-shark/pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/consistent.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/extable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/fault-armo.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/fault-armv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/fault-common.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/ioremap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/mm-armo.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/mm-armv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/mm-clps7500.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/mm-ebsa110.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/mm-footbridge.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/mm-l7200.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/mm-nexuspci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/mm-rpc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/mm-sa1100.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/mm-tbox.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/proc-arm2,3.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/proc-arm6,7.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/proc-arm720.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/proc-arm920.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/proc-sa110.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/proc-syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/mm/small_page.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/ARM-gcc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/ChangeLog#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/config.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/double_cpdo.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/entry.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/entry26.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/extended_cpdo.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/fpa11.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/fpa11.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/fpa11.inl#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/fpa11_cpdo.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/fpa11_cpdt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/fpa11_cprt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/fpmodule.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/fpmodule.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/fpmodule.inl#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/fpopcode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/fpopcode.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/fpsr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/milieu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/single_cpdo.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/softfloat-macros#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/softfloat-specialize#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/softfloat.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/nwfpe/softfloat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/tools/gen-mach-types#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/tools/mach-types#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/vmlinux-armo.lds.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/arm/vmlinux-armv.lds.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/boot/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/boot/bootsect.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/boot/compressed/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/boot/compressed/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/boot/compressed/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/boot/install.sh#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/boot/setup.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/boot/tools/build.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/boot/video.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/apic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/apm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/bluesmoke.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/cpuid.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/dmi_scan.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/entry.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/i386_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/i387.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/i8259.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/init_task.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/io_apic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/ioport.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/ldt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/mca.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/microcode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/mpparse.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/msr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/mtrr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/pci-dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/pci-i386.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/pci-i386.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/pci-irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/pci-pc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/pci-visws.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/process.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/ptrace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/semaphore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/signal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/smp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/smpboot.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/sys_i386.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/trampoline.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/traps.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/visws_apic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/kernel/vm86.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/lib/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/lib/checksum.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/lib/dec_and_lock.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/lib/delay.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/lib/getuser.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/lib/iodebug.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/lib/memcpy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/lib/mmx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/lib/old-checksum.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/lib/putuser.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/lib/usercopy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/README#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/control_w.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/div_Xsig.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/div_small.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/errors.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/exception.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/fpu_arith.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/fpu_asm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/fpu_aux.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/fpu_emu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/fpu_entry.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/fpu_etc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/fpu_proto.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/fpu_system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/fpu_tags.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/fpu_trig.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/get_address.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/load_store.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/mul_Xsig.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/poly.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/poly_2xm1.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/poly_atan.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/poly_l2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/poly_sin.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/poly_tan.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/polynom_Xsig.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/reg_add_sub.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/reg_compare.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/reg_constant.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/reg_constant.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/reg_convert.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/reg_divide.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/reg_ld_str.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/reg_mul.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/reg_norm.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/reg_round.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/reg_u_add.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/reg_u_div.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/reg_u_mul.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/reg_u_sub.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/round_Xsig.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/shr_Xsig.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/status_w.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/version.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/wm_shrx.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/math-emu/wm_sqrt.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/mm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/mm/extable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/mm/fault.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/mm/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/mm/ioremap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/i386/vmlinux.lds#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/boot/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/boot/bootloader.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/boot/bootloader.lds#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/dig/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/dig/machvec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/dig/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/hp/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/hp/hpsim_console.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/hp/hpsim_irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/hp/hpsim_machvec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/hp/hpsim_setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/hp/hpsim_ssc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/ia32/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/ia32/binfmt_elf32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/ia32/ia32_entry.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/ia32/ia32_ioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/ia32/ia32_signal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/ia32/ia32_support.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/ia32/ia32_traps.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/ia32/sys_ia32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/acpi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/brl_emu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/efi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/efi_stub.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/entry.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/entry.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/fw-emu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/gate.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/ia64_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/init_task.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/iosapic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/irq_ia64.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/irq_sapic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/ivt.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/machvec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/mca.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/mca_asm.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/minstate.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/pal.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/palinfo.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/perfmon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/process.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/ptrace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/sal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/semaphore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/signal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/smp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/smpboot.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/sys_ia64.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/traps.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/unaligned.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/unwind.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/unwind_decoder.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/kernel/unwind_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/checksum.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/clear_page.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/clear_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/copy_page.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/copy_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/csum_partial_copy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/do_csum.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/flush.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/idiv32.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/idiv64.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/io.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/memcpy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/memset.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/strlen.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/strlen_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/strncpy_from_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/strnlen_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/lib/swiotlb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/mm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/mm/extable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/mm/fault.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/mm/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/mm/tlb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/fprom/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/fprom/README#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/fprom/fpmem.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/fprom/fpmem.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/fprom/fprom.lds#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/fprom/fpromasm.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/fprom/fw-emu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/fprom/main.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/fprom/runsim#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/alenlist.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/cdl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/devsupport.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/eeprom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/hcl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/hcl_util.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/hubdev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/hubspc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/invent.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/io.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/ip37.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/klconflib.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/klgraph.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/klgraph_hack.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/l1.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/l1_command.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/labelcl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/mem_refcnt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/ml_SN_init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/ml_SN_intr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/ml_iograph.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/module.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/pci_bus_cvlink.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/pci_dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/pcibr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/pciio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/sgi_if.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/sgi_io_init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/sgi_io_sim.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/stubs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/xbow.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/xswitch.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/io/xtalk.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/sn1/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/sn1/discontig.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/sn1/iomv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/sn1/irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/sn1/llsc4.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/sn1/llsc4.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/sn1/machvec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/sn1/mm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/sn1/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/sn1/smp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/sn1/sn1_asm.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/sn1/synergy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/sn/tools/make_textsym#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/tools/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/tools/print_offsets.awk#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/tools/print_offsets.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ia64/vmlinux.lds.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/amiga/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/amiga/amiga_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/amiga/amiints.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/amiga/amisound.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/amiga/chipram.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/amiga/cia.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/amiga/config.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/amiga/pcmcia.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/apollo/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/apollo/config.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/apollo/dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/apollo/dn_debug.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/apollo/dn_ints.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/atari/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/atari/ataints.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/atari/atakeyb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/atari/atari_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/atari/atasound.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/atari/atasound.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/atari/config.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/atari/debug.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/atari/hades-pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/atari/joystick.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/atari/stdma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/atari/stram.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/atari/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/bvme6000/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/bvme6000/bvmeints.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/bvme6000/config.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/bvme6000/rtc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/README#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/bindec.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/binstr.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/bugfix.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/decbin.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/do_func.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/fpsp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/gen_except.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/get_op.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/kernel_ex.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/res_func.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/round.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/sacos.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/sasin.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/satan.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/satanh.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/scale.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/scosh.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/setox.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/sgetem.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/sint.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/skeleton.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/slog2.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/slogn.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/smovecr.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/srem_mod.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/ssin.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/ssinh.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/stan.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/stanh.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/sto_res.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/stwotox.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/tbldo.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/util.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/x_bsun.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/x_fline.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/x_operr.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/x_ovfl.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/x_snan.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/x_store.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/x_unfl.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/x_unimp.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/fpsp040/x_unsupp.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/hp300/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/hp300/README.hp300#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/hp300/config.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/hp300/hil.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/hp300/hp300map.map#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/hp300/ints.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/hp300/ints.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/hp300/ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/hp300/reboot.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/hp300/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/hp300/time.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/CHANGES#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/MISC#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/README#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/TEST.DOC#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/fplsp.doc#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/fplsp.sa#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/fpsp.doc#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/fpsp.sa#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/fskeleton.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/ftest.sa#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/ilsp.doc#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/ilsp.sa#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/iskeleton.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/isp.doc#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/isp.sa#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/itest.sa#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/os.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/pfpsp.sa#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/src/README-SRC#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/src/fplsp.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/src/fpsp.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/src/ftest.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/src/ilsp.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/src/isp.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/src/itest.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/ifpsp060/src/pfpsp.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/bios32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/entry.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/ints.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/m68k_defs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/m68k_defs.head#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/m68k_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/process.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/ptrace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/semaphore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/signal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/sun3-head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/sys_m68k.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/kernel/traps.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/lib/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/lib/ashldi3.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/lib/ashrdi3.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/lib/checksum.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/lib/lshrdi3.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/lib/memcmp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/lib/memcpy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/lib/memset.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/lib/muldi3.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/lib/semaphore.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mac/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mac/baboon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mac/bootparse.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mac/config.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mac/debug.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mac/iop.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mac/mac_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mac/mac_penguin.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mac/macboing.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mac/macints.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mac/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mac/oss.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mac/psc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mac/via.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/math-emu/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/math-emu/fp_arith.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/math-emu/fp_arith.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/math-emu/fp_cond.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/math-emu/fp_decode.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/math-emu/fp_emu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/math-emu/fp_entry.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/math-emu/fp_log.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/math-emu/fp_move.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/math-emu/fp_movem.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/math-emu/fp_scan.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/math-emu/fp_trig.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/math-emu/fp_trig.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/math-emu/fp_util.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/math-emu/multi_arith.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mm/extable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mm/fault.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mm/hwtest.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mm/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mm/kmap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mm/memory.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mm/motorola.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mm/sun3mmu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mvme147/147ints.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mvme147/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mvme147/config.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mvme16x/16xints.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mvme16x/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mvme16x/config.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mvme16x/mvme16x_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/mvme16x/rtc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/q40/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/q40/README#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/q40/config.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/q40/q40ints.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3/config.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3/dvma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3/idprom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3/intersil.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3/leds.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3/mmu_emu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3/prom/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3/prom/console.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3/prom/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3/prom/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3/prom/printf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3/sbus.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3/sun3_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3/sun3ints.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3x/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3x/config.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3x/dvma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3x/sbus.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3x/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/sun3x/time.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/tools/amiga/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/tools/amiga/dmesg.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/vmlinux-sun3.lds#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/m68k/vmlinux.lds#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/.gdbinit#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/algor/README#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/arc/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/arc/cmdline.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/arc/console.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/arc/env.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/arc/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/arc/identify.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/arc/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/arc/memory.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/arc/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/arc/printf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/arc/salone.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/arc/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/arc/tree.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/baget/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/baget/baget.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/baget/bagetIRQ.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/baget/balo.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/baget/balo_supp.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/baget/irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/baget/ld.script.balo#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/baget/print.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/baget/prom/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/baget/prom/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/baget/reset.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/baget/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/baget/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/baget/vacserial.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/baget/wbflush.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/boot/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/boot/addinitrd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/boot/ecoff.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/boot/elf2ecoff.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/boot/mkboot.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/cobalt/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/cobalt/cobaltscc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/cobalt/diagdefs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/cobalt/hw-access.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/cobalt/int-handler.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/cobalt/pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/cobalt/reset.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/cobalt/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/cobalt/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/cobalt/via.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/cobalt/z8530.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/ddb5074/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/ddb5074/int-handler.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/ddb5074/irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/ddb5074/nile4.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/ddb5074/pci-dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/ddb5074/pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/ddb5074/prom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/ddb5074/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/ddb5074/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/boot/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/boot/decstation.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/boot/ld.ecoff#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/int-handler.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/prom/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/prom/cmdline.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/prom/dectypes.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/prom/identify.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/prom/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/prom/locore.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/prom/memory.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/prom/prom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/promcon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/reset.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/rtc-dec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/serial.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/dec/wbflush.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/defconfig-cobalt#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/defconfig-decstation#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/defconfig-ip22#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/defconfig-orion#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/defconfig-rm200#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/jazz/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/jazz/floppy-jazz.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/jazz/int-handler.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/jazz/io.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/jazz/jazzdma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/jazz/kbd-jazz.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/jazz/reset.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/jazz/rtc-jazz.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/jazz/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/branch.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/entry.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/fpe.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/gdb-low.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/gdb-stub.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/init_task.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/ioport.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/ipc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/irix5sys.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/irixelf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/irixinv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/irixioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/irixsig.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/mips_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/process.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/ptrace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/r2300_fpu.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/r2300_misc.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/r2300_switch.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/r4k_fpu.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/r4k_misc.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/r4k_switch.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/r6000_fpu.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/reset.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/scall_o32.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/semaphore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/signal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/softfp.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/syscall.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/syscalls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/sysirix.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/sysmips.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/traps.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/unaligned.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/kernel/vm86.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/ld.script.big#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/ld.script.little#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/csum_partial.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/csum_partial_copy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/dump_tlb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/floppy-no.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/floppy-std.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/ide-no.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/ide-std.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/kbd-no.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/kbd-std.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/memcpy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/memset.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/r3k_dump_tlb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/rtc-no.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/rtc-std.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/strlen_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/strncpy_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/strnlen_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/tinycon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/lib/watch.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/mm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/mm/andes.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/mm/extable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/mm/fault.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/mm/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/mm/loadmmu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/mm/r2300.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/mm/r4xx0.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/mm/umap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/orion/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/orion/int-handler.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/orion/irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/orion/ld.script.orion#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/orion/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/orion/no_initrd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/orion/piggyback.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/orion/promcon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/orion/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sgi/kernel/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sgi/kernel/indyIRQ.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sgi/kernel/indy_hpc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sgi/kernel/indy_int.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sgi/kernel/indy_mc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sgi/kernel/indy_rtc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sgi/kernel/indy_sc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sgi/kernel/indy_timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sgi/kernel/promcon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sgi/kernel/reset.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sgi/kernel/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sgi/kernel/system.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sgi/kernel/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sni/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sni/dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sni/int-handler.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sni/io.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sni/pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sni/pcimt_scache.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sni/reset.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/sni/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/tools/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips/tools/offset.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/arc/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/arc/cmdline.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/arc/console.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/arc/env.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/arc/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/arc/identify.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/arc/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/arc/memory.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/arc/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/arc/printf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/arc/salone.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/arc/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/arc/tree.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/boot/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/defconfig-ip22#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/defconfig-ip27#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/binfmt_elf32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/branch.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/entry.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/init_task.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/ioctl32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/linux32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/mips64_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/process.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/ptrace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/r4k_cache.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/r4k_fpu.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/r4k_genex.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/r4k_switch.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/r4k_tlb.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/r4k_tlb_debug.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/r4k_tlb_glue.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/scall_64.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/scall_o32.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/semaphore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/signal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/signal32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/smp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/softfp.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/syscall.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/traps.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/kernel/unaligned.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/ld.script.elf32.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/ld.script.elf64#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/csum_partial.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/csum_partial_copy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/dump_tlb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/floppy-no.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/floppy-std.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/ide-no.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/ide-std.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/kbd-no.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/kbd-std.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/memcpy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/memset.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/rtc-no.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/rtc-std.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/strlen_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/strncpy_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/strnlen_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/lib/watch.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/mm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/mm/andes.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/mm/extable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/mm/fault.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/mm/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/mm/loadmmu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/mm/r4xx0.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/mm/umap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip22/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip22/ip22-berr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip22/ip22-hpc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip22/ip22-int.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip22/ip22-irq.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip22/ip22-mc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip22/ip22-reset.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip22/ip22-rtc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip22/ip22-sc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip22/ip22-setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip22/ip22-timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip22/system.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip22/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/TODO#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/ip27-berr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/ip27-console.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/ip27-init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/ip27-irq-glue.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/ip27-irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/ip27-klconfig.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/ip27-klnuma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/ip27-memory.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/ip27-nmi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/ip27-pci-dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/ip27-pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/ip27-reset.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/ip27-rtc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/ip27-setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/sgi-ip27/ip27-timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/tools/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/mips64/tools/offset.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/hpux/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/hpux/entry_hpux.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/hpux/fs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/hpux/gate.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/hpux/ioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/hpux/sys_hpux.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/hpux/wrappers.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/cache.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/ccio-dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/ccio-rm-dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/drivers.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/entry.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/hardware.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/hpmc.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/init_task.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/inventory.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/iosapic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/iosapic_private.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/keyboard.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/lasimap.map#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/lba_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/led.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/pa7300lc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/parisc_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/pci-dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/pdc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/pdc_cons.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/process.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/ptrace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/real1.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/real2.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/sba_iommu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/semaphore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/signal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/sys_parisc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/syscall.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/kernel/traps.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/lib/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/lib/bitops.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/lib/checksum.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/lib/lusercopy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/mm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/mm/extable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/mm/fault.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/mm/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/mm/kmap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/mm/pa11.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/mm/pa20.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/tools/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/tools/offset.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/parisc/vmlinux.lds#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/8260_io/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/8260_io/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/8260_io/commproc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/8260_io/enet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/8260_io/fcc_enet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/8260_io/uart.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/8xx_io/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/8xx_io/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/8xx_io/commproc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/8xx_io/commproc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/8xx_io/enet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/8xx_io/fec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/8xx_io/uart.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/amiga/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/amiga/amiga_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/amiga/amiints.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/amiga/amisound.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/amiga/bootinfo.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/amiga/chipram.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/amiga/cia.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/amiga/config.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/amiga/ints.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/amiga/pcmcia.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/amiga/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/boot/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/boot/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/boot/iso_font.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/boot/kbd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/boot/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/boot/mkprep.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/boot/ns16550.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/boot/ns16550.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/boot/of1275.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/boot/of1275.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/boot/offset#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/boot/size#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/boot/vreset.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/chrpboot/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/chrpboot/addnote.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/chrpboot/crt0.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/chrpboot/main.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/chrpboot/misc.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/chrpboot/mknote.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/chrpboot/no_initrd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/chrpboot/piggyback.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/chrpboot/start.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/chrpmain.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/coffcrt0.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/coffmain.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/crt0.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/dummy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/hack-coff.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/ld.script#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/main.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/misc.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/mknote.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/no_initrd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/nonstdio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/piggyback.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/rs6000.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/start.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/string.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/zlib.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/coffboot/zlib.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/configs/apus_defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/configs/bseip_defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/configs/common_defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/configs/est8260_defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/configs/gemini_defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/configs/mbx_defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/configs/oak_defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/configs/rpxcllf_defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/configs/rpxlite_defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/configs/walnut_defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/align.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/apus_setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/bitops.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/checks.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/chrp_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/chrp_setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/chrp_time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/entry.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/feature.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/find_name.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/galaxy_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/gemini_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/gemini_prom.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/gemini_setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/hashtable.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/head_4xx.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/head_8xx.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/i8259.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/i8259.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/idle.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/indirect_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/local_irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/m8260_setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/m8xx_setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/misc.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/mk_defs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/mol.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/oak_setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/oak_setup.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/open_pic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/open_pic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/pci-dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/pmac_backlight.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/pmac_nvram.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/pmac_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/pmac_pic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/pmac_pic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/pmac_setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/pmac_time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/ppc-stub.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/ppc4xx_pic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/ppc4xx_pic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/ppc8260_pic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/ppc8260_pic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/ppc8xx_pic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/ppc8xx_pic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/ppc_asm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/ppc_asm.tmpl#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/ppc_defs.head#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/ppc_htab.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/ppc_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/prep_nvram.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/prep_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/prep_setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/prep_time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/process.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/prom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/ptrace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/qspan_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/residual.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/semaphore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/signal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/sleep.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/smp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/softemu8xx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/syscalls.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/traps.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/walnut_setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/walnut_setup.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/xics.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/kernel/xics.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/lib/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/lib/checksum.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/lib/locks.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/lib/strcase.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/lib/string.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/double.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fabs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fadd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fadds.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fcmpo.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fcmpu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fctiw.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fctiwz.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fdiv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fdivs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fmadd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fmadds.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fmr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fmsub.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fmsubs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fmul.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fmuls.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fnabs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fneg.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fnmadd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fnmadds.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fnmsub.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fnmsubs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fres.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/frsp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/frsqrte.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fsel.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fsqrt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fsqrts.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fsub.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/fsubs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/lfd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/lfs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/math.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/mcrfs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/mffs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/mtfsb0.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/mtfsb1.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/mtfsf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/mtfsfi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/op-1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/op-2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/op-4.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/op-common.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/sfp-machine.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/single.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/soft-fp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/stfd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/stfiwx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/stfs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/types.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/math-emu/udivmodti4.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mbxboot/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mbxboot/embed_config.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mbxboot/gzimage.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mbxboot/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mbxboot/head_8260.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mbxboot/iic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mbxboot/m8260_tty.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mbxboot/m8xx_tty.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mbxboot/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mbxboot/offset#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mbxboot/pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mbxboot/qspan_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mbxboot/rdimage.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mbxboot/size#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mbxboot/vmlinux.lds#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mm/4xx_tlb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mm/4xx_tlb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mm/extable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mm/fault.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mm/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mm/mem_pieces.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/mm/mem_pieces.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/treeboot/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/treeboot/crt0.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/treeboot/elf.pl#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/treeboot/irSect.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/treeboot/irSect.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/treeboot/ld.script#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/treeboot/main.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/treeboot/misc.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/treeboot/mkevimg#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/treeboot/mkirimg#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/vmlinux.lds#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/xmon/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/xmon/adb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/xmon/ansidecl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/xmon/nonstdio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/xmon/ppc-dis.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/xmon/ppc-opc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/xmon/ppc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/xmon/privinst.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/xmon/setjmp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/xmon/start.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/xmon/start_8xx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/xmon/subr_prf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/ppc/xmon/xmon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/boot/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/boot/ipldump.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/boot/ipleckd.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/boot/iplfba.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/bitmap.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/cpcmd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/cpcmd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/ebcdic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/entry.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/floatlib.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/gdb-stub.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/ieee.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/init_task.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/irqextras390.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/lowcore.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/mathemu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/process.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/ptrace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/reipl.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/s390_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/s390dyn.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/s390fpu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/s390io.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/s390mach.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/semaphore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/signal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/smp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/sys_s390.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/kernel/traps.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/lib/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/lib/checksum.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/lib/delay.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/lib/memset.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/lib/strcmp.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/lib/strncpy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/mm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/mm/extable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/mm/fault.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/mm/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/mm/ioremap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/tools/dasdfmt/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/tools/dasdfmt/dasdfmt.8#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/tools/dasdfmt/dasdfmt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/tools/silo/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/tools/silo/cfg.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/tools/silo/cfg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/tools/silo/silo.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/tools/silo/silo.conf#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/s390/vmlinux.lds#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/boot/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/boot/compressed/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/boot/compressed/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/boot/compressed/install.sh#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/boot/compressed/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/cf-enabler.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/entry.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/fpu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/init_task.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/io.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/io_generic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/io_hd64461.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/io_se.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/io_unknown.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/irq_imask.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/irq_ipr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/led_se.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/mach_hp600.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/mach_se.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/mach_unknown.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/pci-sh.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/process.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/ptrace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/rtc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/semaphore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/setup_cqreek.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/setup_hd64461.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/setup_od.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/setup_se.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/sh_bios.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/sh_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/signal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/sys_sh.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/kernel/traps.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/lib/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/lib/checksum.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/lib/delay.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/lib/memchr.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/lib/memcpy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/lib/memmove.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/lib/memset.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/lib/old-checksum.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/lib/strcasecmp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/mm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/mm/cache.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/mm/extable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/mm/fault.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/mm/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/mm/ioremap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sh/vmlinux.lds.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/boot/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/boot/btfixupprep.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/boot/piggyback.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/auxio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/check_asm.sh#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/cpu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/devices.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/ebus.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/entry.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/errtbls.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/etrap.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/idprom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/init_task.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/ioport.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/muldiv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/pcic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/process.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/ptrace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/rtrap.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/sclow.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/semaphore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/signal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/smp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/sparc-stub.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/sparc_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/sun4c_irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/sun4d_irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/sun4d_smp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/sun4m_irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/sun4m_smp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/sun4setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/sunos_asm.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/sunos_ioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/sys_solaris.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/sys_sparc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/sys_sunos.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/systbls.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/tadpole.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/tick14.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/trampoline.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/traps.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/unaligned.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/windows.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/wof.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/kernel/wuf.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/COPYING.LIB#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/ashldi3.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/ashrdi3.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/atomic.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/bitops.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/blockops.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/checksum.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/copy_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/debuglocks.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/divdi3.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/locks.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/lshrdi3.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/memcmp.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/memcpy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/memscan.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/memset.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/mul.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/muldi3.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/rem.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/rwsem.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/sdiv.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/strlen.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/strlen_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/strncmp.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/strncpy_from_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/udiv.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/udivdi3.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/umul.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/lib/urem.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/math-emu/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/math-emu/ashldi3.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/math-emu/math.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/math-emu/sfp-util.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/btfixup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/extable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/fault.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/generic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/hypersparc.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/io-unit.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/iommu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/loadmmu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/nosrmmu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/nosun4c.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/srmmu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/sun4c.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/swift.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/tsunami.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/mm/viking.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/prom/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/prom/bootstr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/prom/console.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/prom/devmap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/prom/devops.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/prom/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/prom/memory.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/prom/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/prom/mp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/prom/palloc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/prom/printf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/prom/ranges.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/prom/segment.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/prom/sun4prom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/prom/tree.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc/vmlinux.lds#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/boot/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/boot/piggyback.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/defconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/auxio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/binfmt_aout32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/binfmt_elf32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/central.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/check_asm.sh#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/cpu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/devices.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/dtlb_backend.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/dtlb_base.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/dtlb_prot.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/ebus.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/entry.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/etrap.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/head.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/idprom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/init_task.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/ioctl32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/iommu_common.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/iommu_common.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/itlb_base.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/pci_common.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/pci_impl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/pci_iommu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/pci_psycho.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/pci_sabre.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/power.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/process.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/ptrace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/rtrap.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/sbus.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/semaphore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/signal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/signal32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/smp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/sparc64_ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/starfire.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/sunos_ioctl32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/sys32.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/sys_sparc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/sys_sparc32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/sys_sunos32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/systbls.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/trampoline.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/traps.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/ttable.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/unaligned.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/kernel/winfixup.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/PeeCeeI.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/U3copy_from_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/U3copy_in_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/U3copy_to_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/U3memcpy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/VIS.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/VISbzero.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/VIScopy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/VIScsum.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/VIScsumcopy.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/VIScsumcopyusr.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/VISmemset.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/VISsave.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/atomic.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/bitops.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/blockops.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/checksum.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/debuglocks.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/dec_and_lock.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/memcmp.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/memscan.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/rwlock.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/strlen.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/strlen_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/strncmp.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/lib/strncpy_from_user.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/math-emu/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/math-emu/math.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/math-emu/sfp-util.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/mm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/mm/extable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/mm/fault.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/mm/generic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/mm/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/mm/modutil.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/mm/ultra.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/prom/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/prom/bootstr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/prom/console.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/prom/devops.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/prom/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/prom/map.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/prom/memory.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/prom/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/prom/p1275.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/prom/printf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/prom/tree.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/solaris/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/solaris/conv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/solaris/entry64.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/solaris/fs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/solaris/ioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/solaris/ipc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/solaris/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/solaris/signal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/solaris/signal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/solaris/socket.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/solaris/socksys.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/solaris/socksys.h#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/solaris/systbl.S#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/solaris/timod.c#1 branch
+... //depot/linux-aic79xx-2.4.0/arch/sparc64/vmlinux.lds#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/README#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/block/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/block/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/block/fd1772.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/block/fd1772dma.S#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/block/mfm.S#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/block/mfmhd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/char/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/char/defkeymap-acorn.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/char/i2c.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/char/keyb_arc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/char/keyb_ps2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/char/mouse_rpc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/char/pcf8583.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/char/pcf8583.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/char/serial-atomwide.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/char/serial-card.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/char/serial-dualsp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/net/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/net/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/net/ether1.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/net/ether1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/net/ether3.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/net/ether3.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/net/etherh.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/acornscsi-io.S#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/acornscsi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/acornscsi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/arxescsi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/arxescsi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/cumana_1.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/cumana_1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/cumana_2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/cumana_2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/ecoscsi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/ecoscsi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/eesox.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/eesox.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/fas216.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/fas216.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/msgqueue.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/msgqueue.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/oak.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/oak.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/powertec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/powertec.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/queue.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acorn/scsi/queue.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/cmbatt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/common/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/common/cmalloc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/common/cmclib.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/common/cmcopy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/common/cmdebug.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/common/cmdelete.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/common/cmeval.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/common/cmglobal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/common/cminit.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/common/cmobject.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/common/cmutils.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/common/cmxface.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/cpu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/dispatcher/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/dispatcher/dsfield.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/dispatcher/dsmethod.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/dispatcher/dsmthdat.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/dispatcher/dsobject.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/dispatcher/dsopcode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/dispatcher/dsutils.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/dispatcher/dswexec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/dispatcher/dswload.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/dispatcher/dswscope.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/dispatcher/dswstate.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/driver.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/driver.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/ec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/ec.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/events/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/events/evevent.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/events/evmisc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/events/evregion.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/events/evrgnini.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/events/evsci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/events/evxface.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/events/evxfevnt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/events/evxfregn.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/hardware/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/hardware/hwacpi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/hardware/hwcpu32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/hardware/hwgpe.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/hardware/hwregs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/hardware/hwxface.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/accommon.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acconfig.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acdebug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acdispat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acenv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acevents.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acexcep.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acgcc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acglobal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/achware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acinterp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/aclinux.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/aclocal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acmacros.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acnamesp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acobject.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acoutput.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acparser.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acpi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acpiosxf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acpixf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/acresrc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/actables.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/actbl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/actbl1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/actbl2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/actbl71.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/actypes.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/include/amlcode.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amconfig.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amcreate.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amdyadic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amfield.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amfldio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/ammisc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/ammonad.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amnames.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amprep.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amregion.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amresnte.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amresolv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amresop.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amstore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amstoren.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amstorob.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amsystem.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amutils.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/interpreter/amxface.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/namespace/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/namespace/nsaccess.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/namespace/nsalloc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/namespace/nseval.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/namespace/nsinit.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/namespace/nsload.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/namespace/nsnames.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/namespace/nsobject.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/namespace/nssearch.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/namespace/nsutils.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/namespace/nswalk.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/namespace/nsxfname.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/namespace/nsxfobj.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/os.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/parser/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/parser/psargs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/parser/psopcode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/parser/psparse.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/parser/psscope.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/parser/pstree.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/parser/psutils.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/parser/pswalk.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/parser/psxface.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/power.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/resources/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/resources/rsaddr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/resources/rscalc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/resources/rscreate.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/resources/rsdump.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/resources/rsio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/resources/rsirq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/resources/rslist.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/resources/rsmemory.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/resources/rsmisc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/resources/rsutils.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/resources/rsxface.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/sys.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/table.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/tables/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/tables/tbconvrt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/tables/tbget.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/tables/tbinstal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/tables/tbutils.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/tables/tbxface.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/acpi/tables/tbxfroot.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/ambassador.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/ambassador.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/atmdev_init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/atmsar11.data#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/atmsar11.regions#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/atmsar11.start#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/atmtcp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/eni.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/eni.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/firestream.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/firestream.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/fore200e.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/fore200e.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/fore200e_firmware_copyright#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/fore200e_mkfirm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/horizon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/horizon.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/idt77105.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/idt77105.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/iphase.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/iphase.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/midway.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/nicstar.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/nicstar.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/nicstarmac.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/nicstarmac.copyright#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/nicstarmac.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/pca200e.data#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/pca200e_ecd.data#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/sba200e_ecd.data#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/suni.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/suni.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/tonga.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/uPD98401.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/uPD98402.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/uPD98402.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/zatm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/zatm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/atm/zeprom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/DAC960.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/DAC960.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/acsi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/acsi_slm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/amiflop.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/ataflop.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/blkpg.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/cciss.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/cciss.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/cciss_cmd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/cpqarray.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/cpqarray.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/elevator.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/floppy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/genhd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/ida_cmd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/ida_ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/ll_rw_blk.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/loop.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/nbd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/aten.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/bpck.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/comm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/dstr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/epat.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/epia.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/fit2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/fit3.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/friq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/frpw.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/jumbo#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/kbic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/ktti.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/mkd#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/on20.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/on26.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/paride.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/paride.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/pcd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/pd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/pf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/pg.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/pseudo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/pt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/paride/setup.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/ps2esdi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/rd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/smart1,2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/swim3.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/swim_iop.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/xd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/xd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/block/z2ram.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/aztcd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/aztcd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/cdrom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/cdu31a.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/cdu31a.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/cm206.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/cm206.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/gscd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/gscd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/isp16.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/isp16.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/mcd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/mcd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/mcdx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/mcdx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/optcd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/optcd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/sbpcd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/sbpcd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/sbpcd2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/sbpcd3.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/sbpcd4.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/sjcd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/sjcd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/sonycd535.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/cdrom/sonycd535.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ChangeLog#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/README.computone#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/README.cycladesZ#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/README.cyclomY#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/README.epca#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/README.scc#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/acquirewdt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/adbmouse.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/agp/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/agp/agp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/agp/agpgart_be.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/agp/agpgart_fe.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/amigamouse.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/amikeyb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/amiserial.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/applicom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/applicom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/atarimouse.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/atixlmouse.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/busmouse.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/busmouse.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/cd1865.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/conmakehash.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/console.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/console_macros.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/consolemap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/cp437.uni#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/cyclades.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/defkeymap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/defkeymap.map#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/digi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/digi1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/digiFep1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/digiPCI.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/digi_bios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/digi_fep.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/dn_keyb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/README.drm#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/agpsupport.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/auth.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/bufs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/context.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/ctxbitmap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/drawable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/drm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/drmP.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/ffb_context.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/ffb_drv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/ffb_drv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/fops.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/gamma_dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/gamma_drv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/gamma_drv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/i810_bufs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/i810_context.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/i810_dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/i810_drm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/i810_drv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/i810_drv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/ioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/lists.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/lock.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/memory.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/mga_bufs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/mga_context.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/mga_dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/mga_drm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/mga_drv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/mga_drv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/mga_state.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/r128_bufs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/r128_cce.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/r128_context.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/r128_drm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/r128_drv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/r128_drv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/r128_state.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/tdfx_context.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/tdfx_drv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/tdfx_drv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/drm/vm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ds1620.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/dsp56k.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/dtlk.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/dz.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/dz.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/efirtc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/epca.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/epca.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/epcaconfig.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/esp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/fep.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/README.PCI#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/RELEASE-NOTES#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/compressor/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/compressor/lzrw3.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/compressor/lzrw3.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/compressor/zftape-compress.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/compressor/zftape-compress.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/fc-10.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/fc-10.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/fdc-io.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/fdc-io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/fdc-isr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/fdc-isr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-bsm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-bsm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-buffer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-buffer.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-calibr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-calibr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-ctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-ctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-ecc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-ecc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-format.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-format.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-init.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-io.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-proc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-read.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-read.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-rw.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-rw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-tracing.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-tracing.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-write.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape-write.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/lowlevel/ftape_syms.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape-buffers.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape-buffers.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape-ctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape-ctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape-eof.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape-eof.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape-init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape-init.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape-read.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape-read.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape-rw.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape-rw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape-vtbl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape-vtbl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape-write.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape-write.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ftape/zftape/zftape_syms.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/generic_serial.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/h8.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/h8.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/hp600_keyb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/i810-tco.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/i810-tco.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/i810_rng.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/fip_firm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/i2cmd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/i2cmd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/i2ellis.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/i2ellis.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/i2hw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/i2lib.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/i2lib.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/i2os.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/i2pack.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/ip2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/ip2ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/ip2mkdev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/ip2stat.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/ip2trace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/ip2trace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2/ip2types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ip2main.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/isicom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/istallion.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/a3d.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/adi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/amijoy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/analog.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/cobra.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/db9.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/gamecon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/gameport.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/gf2k.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/grip.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/iforce.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/interact.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/lightning.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/magellan.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/ns558.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/pcigame.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/serio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/serport.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/sidewinder.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/spaceball.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/spaceorb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/tmdc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/turbografx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/joystick/warrior.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/keyboard.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/logibusmouse.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/lp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/mem.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/mixcomwd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/moxa.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/msbusmouse.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/mxser.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/n_hdlc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/n_r3964.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/n_tty.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/nvram.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/nwbutton.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/nwbutton.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/nwflash.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/pc110pad.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/pc110pad.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/pc_keyb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/pcmcia/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/pcmcia/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/pcmcia/serial_cb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/pcmcia/serial_cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/pcwd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/pcxx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/pcxx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/ppdev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/pty.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/q40_keyb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/qpmouse.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/random.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/raw.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/board.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/bootpkt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/brates.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/cdproto.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/chan.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/cirrus.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/cmd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/cmdblk.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/cmdpkt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/control.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/daemon.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/data.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/debug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/defaults.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/eisa.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/enable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/error.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/errors.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/formpkt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/func.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/host.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/hosthw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/link.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/linux_compat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/list.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/lrt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/ltt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/lttwake.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/map.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/mca.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/mesg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/parmmap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/phb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/pkt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/poll.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/port.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/proto.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/protsts.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/qbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/rio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/rio_linux.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/rio_linux.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/rioboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/rioboot.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/riocmd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/rioctrl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/riodrvr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/rioinfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/rioinit.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/riointr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/rioioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/riolocks.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/rioparam.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/riopcicopy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/rioroute.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/riospace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/riotable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/riotime.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/riotty.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/riotypes.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/riowinif.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/riscos.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/rom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/route.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/rtahw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/rup.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/rupstat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/sam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/selftest.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/space.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/sysmap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/timeouts.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/top.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/typdef.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rio/unixrup.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/riscom8.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/riscom8.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/riscom8_reg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rocket.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rocket_int.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rsf16fmi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/rtc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/sbc60xxwdt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/scan_keyb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/scan_keyb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/scc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/selection.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/serial.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/serial167.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/serial_21285.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/serial_amba.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/sh-sci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/sh-sci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/softdog.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/specialix.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/specialix_io8.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/stallion.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/sx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/sx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/sxboards.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/sxwindow.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/synclink.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/sysrq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/toshiba.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/tpqic02.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/tty_io.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/tty_ioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/vc_screen.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/vino.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/vme_scc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/vt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/wd501p.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/wdt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/wdt285.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/wdt977.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/char/wdt_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/dio/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/dio/dio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/fc4/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/fc4/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/fc4/fc-al.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/fc4/fc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/fc4/fc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/fc4/fc_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/fc4/fcp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/fc4/fcp_impl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/fc4/soc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/fc4/soc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/fc4/socal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/fc4/socal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2c/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2c/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2c/i2c-algo-bit.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2c/i2c-algo-pcf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2c/i2c-core.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2c/i2c-dev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2c/i2c-elektor.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2c/i2c-elv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2c/i2c-pcf8584.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2c/i2c-philips-par.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2c/i2c-velleman.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2o/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2o/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2o/README#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2o/README.ioctl#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2o/i2o_block.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2o/i2o_config.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2o/i2o_core.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2o/i2o_lan.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2o/i2o_lan.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2o/i2o_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2o/i2o_proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2o/i2o_scsi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/i2o/i2o_scsi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/aec62xx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ali14xx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/alim15x3.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/amd7409.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/buddha.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/cmd640.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/cmd64x.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/cs5530.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/cy82c693.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/dtc2278.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/falconide.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/gayle.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/hd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/hpt34x.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/hpt366.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ht6560b.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/icside.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ide-cd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ide-cd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ide-cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ide-disk.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ide-dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ide-features.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ide-floppy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ide-geometry.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ide-pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ide-pmac.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ide-pnp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ide-probe.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ide-proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ide-tape.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ide.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ide_modes.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/macide.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/ns87415.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/opti621.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/osb4.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/pdc202xx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/pdc4030.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/pdc4030.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/piix.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/q40ide.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/qd6580.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/rapide.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/rz1000.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/sis5513.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/sl82c105.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/slc90e66.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/trm290.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/umc8672.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ide/via82cxxx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/aic5800.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/aic5800.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/csr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/csr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/guid.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/guid.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/highlevel.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/highlevel.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/hosts.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/hosts.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/ieee1394.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/ieee1394_core.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/ieee1394_core.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/ieee1394_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/ieee1394_transactions.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/ieee1394_transactions.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/ieee1394_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/ohci1394.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/ohci1394.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/pcilynx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/pcilynx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/raw1394.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/raw1394.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/video1394.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/ieee1394/video1394.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/input/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/input/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/input/evdev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/input/input.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/input/joydev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/input/keybdev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/input/mousedev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/act2000/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/act2000/act2000.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/act2000/act2000_isa.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/act2000/act2000_isa.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/act2000/capi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/act2000/capi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/act2000/module.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/avm_cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/avmcard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/b1.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/b1dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/b1isa.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/b1pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/b1pcmcia.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/c4.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/capi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/capicmd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/capidev.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/capidrv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/capidrv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/capifs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/capifs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/capilli.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/capiutil.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/capiutil.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/kcapi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/t1isa.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/avmb1/t1pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/divert/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/divert/divert_init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/divert/divert_procfs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/divert/isdn_divert.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/divert/isdn_divert.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/Divas_mod.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/adapter.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/bri.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/common.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/constant.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/divalog.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/divas.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/dsp_defs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/dspdids.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/eicon.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/eicon_dsp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/eicon_idi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/eicon_idi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/eicon_io.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/eicon_isa.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/eicon_isa.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/eicon_mod.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/eicon_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/eicon_pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/fcheck.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/fourbri.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/fpga.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/idi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/idi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/kprintf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/lincfg.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/linchr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/linio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/linsys.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/log.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/md5sums.asc#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/pc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/pc_maint.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/pr_pc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/pri.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/sys.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/uxio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/eicon/xlog.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/amd7930.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/arcofi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/arcofi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/asuscom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/avm_a1.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/avm_a1p.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/avm_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/bkm_a4t.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/bkm_a8.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/bkm_ax.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/callc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/cert.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/config.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/diva.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/elsa.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/elsa_ser.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/fsm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/gazel.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/hfc_2bds0.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/hfc_2bds0.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/hfc_2bs0.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/hfc_2bs0.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/hfc_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/hfc_pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/hfc_sx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/hfc_sx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/hfcscard.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/hisax.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/hscx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/hscx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/hscx_irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/icc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/icc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/ipac.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/isac.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/isac.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/isar.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/isar.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/isdnl1.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/isdnl1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/isdnl2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/isdnl2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/isdnl3.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/isdnl3.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/isurf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/ix1_micro.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/jade.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/jade.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/jade_irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/l3_1tr6.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/l3_1tr6.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/l3dss1.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/l3dss1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/l3ni1.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/l3ni1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/lmgr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/md5sums.asc#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/mic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/netjet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/netjet.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/niccy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/nj_s.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/nj_u.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/q931.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/rawhdlc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/rawhdlc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/s0box.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/saphir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/sedlbauer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/sportster.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/tei.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/teleint.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/teles0.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/teles3.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/telespci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/w6692.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hisax/w6692.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hysdn/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hysdn/boardergo.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hysdn/boardergo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hysdn/hycapi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hysdn/hysdn_boot.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hysdn/hysdn_defs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hysdn/hysdn_init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hysdn/hysdn_net.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hysdn/hysdn_pof.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hysdn/hysdn_procconf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hysdn/hysdn_procfs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hysdn/hysdn_proclog.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hysdn/hysdn_sched.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/hysdn/ince1pc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/icn/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/icn/icn.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/icn/icn.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_audio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_audio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_bsdcomp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_cards.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_cards.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_common.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_common.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_concap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_concap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_net.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_net.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_ppp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_ppp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_tty.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_tty.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_ttyfax.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_ttyfax.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_v110.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_v110.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_x25iface.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdn_x25iface.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdnloop/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdnloop/isdnloop.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/isdnloop/isdnloop.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/pcbit/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/pcbit/callbacks.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/pcbit/callbacks.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/pcbit/capi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/pcbit/capi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/pcbit/drv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/pcbit/edss1.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/pcbit/edss1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/pcbit/layer2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/pcbit/layer2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/pcbit/module.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/pcbit/pcbit.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/card.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/command.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/debug.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/debug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/event.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/hardware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/includes.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/interrupt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/ioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/message.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/message.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/packet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/scioc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/shmem.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/isdn/sc/timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/adb-iop.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/adb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/adbhid.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/mac_hid.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/mac_keyb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/macio-adb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/mackeymap.map#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/macserial.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/macserial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/mediabay.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/nvram.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/rtc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/via-cuda.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/via-macii.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/via-maciisi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/via-pmu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/macintosh/via-pmu68k.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/md/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/md/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/md/linear.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/md/lvm-snap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/md/lvm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/md/md.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/md/raid0.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/md/raid1.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/md/raid5.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/md/xor.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/radio/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/radio/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/radio/radio-aimslab.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/radio/radio-aztech.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/radio/radio-cadet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/radio/radio-gemtek.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/radio/radio-maestro.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/radio/radio-miropcm20.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/radio/radio-rtrack2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/radio/radio-sf16fmi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/radio/radio-terratec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/radio/radio-trust.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/radio/radio-typhoon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/radio/radio-zoltrix.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/audiochip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/bt848.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/bttv-cards.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/bttv-driver.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/bttv-if.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/bttv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/bttvp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/buz.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/buz.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/bw-qcam.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/bw-qcam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/c-qcam.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/cpia.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/cpia.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/cpia_pp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/cpia_usb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/cs8420.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/i2c-old.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/i2c-parport.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/ibmmpeg2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/id.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/msp3400.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/planb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/planb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/pms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/saa5249.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/saa7110.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/saa7111.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/saa7121.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/saa7146.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/saa7146reg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/saa7185.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/saa7196.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/stradis.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/tda7432.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/tda9875.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/tuner-3036.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/tuner.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/tuner.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/tvaudio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/tvaudio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/tvmixer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/videodev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/vino.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/zr36057.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/zr36060.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/zr36120.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/zr36120.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/zr36120_i2c.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/zr36120_mem.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/media/video/zr36120_mem.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/misc/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/misc/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/cfi_cmdset_0001.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/cfi_cmdset_0002.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/cfi_probe.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/doc1000.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/doc2000.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/doc2001.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/docecc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/docprobe.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/ftl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/jedec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/map_ram.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/map_rom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/mapped.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/mixmem.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/mtdblock.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/mtdchar.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/mtdcore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/mtdpart.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/mtdram.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/nftl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/nftlmount.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/nora.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/octagon-5066.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/physmap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/pmc551.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/pnc2000.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/rpxlite.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/slram.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/mtd/vmax301.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/3c501.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/3c503.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/3c503.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/3c505.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/3c505.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/3c507.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/3c509.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/3c515.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/3c523.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/3c523.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/3c527.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/3c527.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/3c59x.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/7990.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/7990.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/8139too.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/82596.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/8390.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/8390.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/LICENSE.SRC#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/Space.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/a2065.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/a2065.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ac3200.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/acenic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/acenic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/acenic_firmware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/aironet4500.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/aironet4500_card.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/aironet4500_core.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/aironet4500_proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/aironet4500_rid.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/am79c961a.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/am79c961a.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/apne.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/appletalk/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/appletalk/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/appletalk/cops.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/appletalk/cops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/appletalk/cops_ffdrv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/appletalk/cops_ltdrv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/appletalk/ipddp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/appletalk/ipddp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/appletalk/ltpc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/appletalk/ltpc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/arcnet/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/arcnet/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/arcnet/arc-rawmode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/arcnet/arc-rimi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/arcnet/arcnet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/arcnet/com20020-isa.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/arcnet/com20020-pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/arcnet/com20020.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/arcnet/com90io.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/arcnet/com90xx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/arcnet/rfc1051.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/arcnet/rfc1201.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ariadne.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ariadne.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ariadne2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/arlan-proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/arlan.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/arlan.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/at1700.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/atari_bionet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/atari_pamsnet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/atarilance.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/atp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/atp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/auto_irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/bagetlance.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/bmac.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/bmac.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/bonding.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/bsd_comp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/cs89x0.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/cs89x0.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/daynaport.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/de4x5.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/de4x5.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/de600.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/de620.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/de620.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/declance.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/defxx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/defxx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/depca.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/depca.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/dgrs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/dgrs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/dgrs_asstruct.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/dgrs_bcomm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/dgrs_es4h.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/dgrs_ether.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/dgrs_firmware.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/dgrs_i82596.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/dgrs_plx9060.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/dmfe.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/dummy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/e2100.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/eepro.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/eepro100.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/eexpress.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/eexpress.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/epic100.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/eql.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/es3210.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/eth16i.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ethertap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ewrk3.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ewrk3.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/fc/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/fc/iph5526.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/fc/iph5526_ip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/fc/iph5526_novram.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/fc/iph5526_scsi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/fc/tach.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/fc/tach_structs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/fmv18x.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/gmac.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/gmac.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamachi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/6pack.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/baycom_epp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/baycom_par.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/baycom_ser_fdx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/baycom_ser_hdx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/bpqether.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/dmascc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/hdlcdrv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/mkiss.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/mkiss.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/scc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/soundmodem/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/soundmodem/gentbl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/soundmodem/sm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/soundmodem/sm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/soundmodem/sm_afsk1200.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/soundmodem/sm_afsk2400_7.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/soundmodem/sm_afsk2400_8.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/soundmodem/sm_afsk2666.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/soundmodem/sm_fsk9600.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/soundmodem/sm_hapn4800.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/soundmodem/sm_psk4800.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/soundmodem/sm_sbc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/soundmodem/sm_wss.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/soundmodem/smdma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/yam.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/yam1200.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/yam9600.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hamradio/z8530.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hp-plus.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hp100.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hp100.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hplance.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hplance.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hydra.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/hydra.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/i82586.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ibmlana.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ibmlana.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ioc3-eth.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/irda/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/irda/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/irda/actisys.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/irda/esi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/irda/girbil.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/irda/irport.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/irda/irtty.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/irda/litelink.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/irda/nsc-ircc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/irda/old_belkin.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/irda/smc-ircc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/irda/tekram.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/irda/toshoboe.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/irda/w83977af_ir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/isa-skeleton.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/jazzsonic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/lance.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/lasi_82596.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/lne390.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/loopback.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/mac89x0.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/mace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/mace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/macmace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/macsonic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/mvme147.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/myri_code.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/myri_sbus.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/myri_sbus.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/natsemi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ncr885_debug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ncr885e.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ncr885e.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ne.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ne2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ne2k-pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ne3210.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/net_init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ni5010.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ni5010.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ni52.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ni52.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ni65.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ni65.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/oaknet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/3c574_cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/3c589_cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/aironet4500_cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/com20020_cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/fmvj18x_cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/i82593.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/ibmtr_cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/netwave_cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/nmclan_cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/ositech.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/pcnet_cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/ray_cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/ray_cs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/rayctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/smc91c92_cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/wavelan.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/wavelan_cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/wavelan_cs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/xirc2ps_cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcmcia/xircom_tulip_cb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pcnet32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/plip.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ppp_async.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ppp_deflate.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ppp_generic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ppp_synctty.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pppoe.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/pppox.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ptifddi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ptifddi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/ptifddi_asm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/rcif.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/rclanmtl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/rclanmtl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/rcpci45.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/rrunner.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/rrunner.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/rtl8129.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sb1000.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/seeq8005.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/seeq8005.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/setup.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sgiseeq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sgiseeq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/shaper.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sis900.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sis900.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/lm80.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skaddr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skcsum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skdebug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skdrv1st.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skdrv2nd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skerror.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skgedrv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skgehw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skgehwt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skgei2c.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skgeinit.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skgepnm2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skgepnmi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skgesirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/ski2c.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skqueue.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skrlmt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/sktimer.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/sktypes.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/skvpd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/h/xmac_ii.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/skaddr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/skcsum.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/skge.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/skgehwt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/skgeinit.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/skgepnmi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/skgesirq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/ski2c.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/sklm80.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/skqueue.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/skrlmt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/sktimer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/skvpd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk98lin/skxmac2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk_g16.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk_g16.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk_mca.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sk_mca.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/can.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/cfm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/drvfbi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/ecm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/ess.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/fplustm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/cmtdef.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/fddi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/fddimib.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/fplustm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/hwmtm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/lnkstat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/mbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/osdef1st.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/sba.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/sba_def.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/skfbi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/skfbiinc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/smc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/smt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/smt_p.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/smtstate.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/supern_2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/targethw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/targetos.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/h/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/hwmtm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/hwt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/lnkstat.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/pcmplc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/pmf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/queue.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/rmt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/skfddi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/smt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/smtdef.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/smtinit.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/smtparse.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/smttimer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/skfp/srf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/slhc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/slip.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/slip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/smc-mca.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/smc-mca.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/smc-ultra.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/smc-ultra32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/smc9194.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/smc9194.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sonic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sonic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/starfire.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/stnic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/strip.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sun3lance.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sunbmac.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sunbmac.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sundance.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sunhme.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sunhme.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sunlance.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sunqe.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/sunqe.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tlan.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tlan.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/abyss.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/abyss.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/ibmtr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/ibmtr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/lanstreamer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/lanstreamer.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/madgemc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/madgemc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/olympic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/olympic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/smctr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/smctr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/smctr_firmware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/tms380tr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/tms380tr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/tms380tr_microcode.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tokenring/tmspci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tulip/21142.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tulip/ChangeLog#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tulip/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tulip/eeprom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tulip/interrupt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tulip/media.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tulip/pnic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tulip/timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tulip/tulip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tulip/tulip_core.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/tun.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/via-rhine.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/comx-hw-comx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/comx-hw-locomx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/comx-hw-mixcom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/comx-proto-fr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/comx-proto-lapb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/comx-proto-ppp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/comx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/comx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/comxhw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/cosa.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/cosa.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/cycx_drv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/cycx_main.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/cycx_x25.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/dlci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/hostess_sv11.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/hscx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/lapbether.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/lmc/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/lmc/lmc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/lmc/lmc_debug.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/lmc/lmc_debug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/lmc/lmc_ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/lmc/lmc_main.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/lmc/lmc_media.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/lmc/lmc_media.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/lmc/lmc_prot.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/lmc/lmc_proto.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/lmc/lmc_proto.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/lmc/lmc_proto_raw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/lmc/lmc_var.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/lmc/lmc_ver.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/mixcom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/sbni.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/sbni.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/sdla.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/sdla_chdlc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/sdla_fr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/sdla_ppp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/sdla_x25.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/sdladrv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/sdlamain.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/sealevel.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/syncppp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/syncppp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/x25_asy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/x25_asy.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/z85230.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wan/z85230.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wavelan.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wavelan.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wavelan.p.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/wd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/winbond-840.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/yellowfin.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/zlib.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/zlib.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/net/znet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/nubus/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/nubus/nubus.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/nubus/nubus_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/nubus/proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/BUGS-parport#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/ChangeLog#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/TODO-parport#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/daisy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/ieee1284.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/ieee1284_ops.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/multiface.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/parport_amiga.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/parport_arc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/parport_atari.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/parport_gsc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/parport_mfc3.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/parport_pc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/parport_sunbpp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/probe.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/procfs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/parport/share.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pci/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pci/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pci/compat.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pci/gen-devlist.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pci/names.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pci/pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pci/pci.ids#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pci/proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pci/quirks.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pci/setup-bus.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pci/setup-irq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pci/setup-res.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pci/syscall.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/bulkmem.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/cardbus.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/cb_enabler.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/cirrus.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/cistpl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/cs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/cs_internal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/ds.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/i82365.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/i82365.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/o2micro.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/old-yenta.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/pci_socket.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/pci_socket.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/ricoh.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/rsrc_mgr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/rsrc_mgr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/smc34c90.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/tcic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/tcic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/ti113x.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/topic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/vg468.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/yenta.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pcmcia/yenta.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pnp/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pnp/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pnp/isapnp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pnp/isapnp_proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/pnp/quirks.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/block/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/block/dasd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/block/dasd_ccwstuff.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/block/dasd_ccwstuff.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/block/dasd_eckd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/block/dasd_erp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/block/dasd_erp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/block/dasd_mdsk.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/block/dasd_proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/block/dasd_profile.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/block/dasd_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/block/mdisk.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/block/mdisk.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/char/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/char/con3215.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/char/hwc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/char/hwc_con.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/char/hwc_rw.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/char/hwc_rw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/char/hwc_tty.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/misc/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/misc/chandev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/net/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/net/ctc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/net/iucv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/s390/net/iucv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/audio/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/audio/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/audio/amd7930.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/audio/amd7930.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/audio/audio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/audio/cs4215.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/audio/cs4231.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/audio/cs4231.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/audio/dbri.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/audio/dbri.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/audio/dmy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/audio/dummy.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/aurora.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/aurora.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/bpp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/cd180.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/display7seg.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/envctrl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/flash.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/jsflash.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/openprom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/pcikbd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/pcikbd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/rtc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/sab82532.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/su.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/sunkbd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/sunkbd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/sunkbdmap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/sunkeymap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/sunkeymap.map#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/sunmouse.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/sunmouse.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/sunserial.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/sunserial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/uctrl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/vfc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/vfc_dev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/vfc_i2c.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/vfc_i2c.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/zs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/char/zs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/dvma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sbus/sbus.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/3w-xxxx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/3w-xxxx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/53c7,8xx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/53c7,8xx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/53c7,8xx.scr#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/53c7xx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/53c7xx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/53c7xx.scr#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/53c8xx_d.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/53c8xx_u.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/AM53C974.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/AM53C974.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/BusLogic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/BusLogic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ChangeLog#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ChangeLog.ips#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ChangeLog.ncr53c8xx#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ChangeLog.serverraid#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ChangeLog.sym53c8xx#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/FlashPoint.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/LICENSE.FlashPoint#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/NCR5380.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/NCR5380.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/NCR53C9x.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/NCR53C9x.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/NCR53c406a.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/NCR53c406a.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.AM53C974#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.BusLogic#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.FlashPoint#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.Mylex#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.aha152x#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.dtc3x80#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.g_NCR5380#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.ibmmca#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.in2000#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.ncr53c7xx#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.ncr53c8xx#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.osst#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.ppa#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.qlogicfas#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.qlogicisp#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.st#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/README.tmscsim#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/a2091.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/a2091.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/a3000.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/a3000.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/advansys.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/advansys.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aha152x.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aha152x.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aha1542.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aha1542.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aha1740.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aha1740.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7770.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7770_osm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx.reg#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx.seq#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_core.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_host.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_inline.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_osm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_osm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic79xx_proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx.reg#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx.seq#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_93cx6.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_93cx6.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_core.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_host.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_inline.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_osm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_osm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_pci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aic7xxx_proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm_gram.y#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm_macro_gram.y#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm_macro_scan.l#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm_scan.l#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/cam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/queue.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/scsi_iu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx/scsi_message.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx_old.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx_old/README.aic7xxx#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx_old/aic7xxx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx_old/aic7xxx.reg#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx_old/aic7xxx.seq#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx_old/aic7xxx_proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx_old/aic7xxx_reg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx_old/aic7xxx_seq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx_old/scsi_message.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/aic7xxx_old/sequencer.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/amiga7xx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/amiga7xx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/atari_NCR5380.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/atari_dma_emul.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/atari_scsi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/atari_scsi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/atp870u.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/atp870u.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/blz1230.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/blz1230.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/blz2060.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/blz2060.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/bvme6000.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/bvme6000.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/constants.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/constants.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/cpqfc.Readme#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/cpqfcTS.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/cpqfcTSchip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/cpqfcTScontrol.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/cpqfcTSi2c.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/cpqfcTSinit.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/cpqfcTSioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/cpqfcTSstructs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/cpqfcTStrigger.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/cpqfcTSworker.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/cpqioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/cyberstorm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/cyberstorm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/cyberstormII.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/cyberstormII.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/dc390.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/dec_esp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/dec_esp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/dmx3191d.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/dmx3191d.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/dtc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/dtc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/eata.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/eata.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/eata_dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/eata_dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/eata_dma_proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/eata_dma_proc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/eata_generic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/eata_pio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/eata_pio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/eata_pio_proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/esp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/esp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/fastlane.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/fastlane.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/fcal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/fcal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/fd_mcs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/fd_mcs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/fdomain.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/fdomain.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/g_NCR5380.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/g_NCR5380.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/gdth.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/gdth.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/gdth_ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/gdth_proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/gdth_proc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/gvp11.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/gvp11.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/hosts.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/hosts.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/i60uscsi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/i60uscsi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/i91uscsi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/i91uscsi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ibmmca.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ibmmca.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ide-scsi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ide-scsi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/imm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/imm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/in2000.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/in2000.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ini9100u.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ini9100u.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/inia100.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/inia100.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ips.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ips.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/jazz_esp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/jazz_esp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/mac53c94.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/mac53c94.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/mac_NCR5380.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/mac_esp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/mac_esp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/mac_scsi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/mac_scsi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/mca_53c9x.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/mca_53c9x.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/megaraid.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/megaraid.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/mesh.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/mesh.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/mvme147.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/mvme147.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/mvme16x.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/mvme16x.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ncr53c8xx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ncr53c8xx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/oktagon_esp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/oktagon_esp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/oktagon_io.S#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/osst.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/osst.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/osst_detect.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/osst_options.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/pas16.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/pas16.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/pci2000.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/pci2000.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/pci2220i.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/pci2220i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/pcmcia/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/pcmcia/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/pcmcia/aha152x_stub.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/pcmcia/fdomain_stub.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/pcmcia/qlogic_stub.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/pluto.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/pluto.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ppa.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ppa.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/psi240i.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/psi240i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/psi_chip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/psi_dale.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/psi_roy.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ql12160_fw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ql1280_fw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/qla1280.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/qla1280.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/qlogicfas.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/qlogicfas.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/qlogicfc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/qlogicfc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/qlogicfc_asm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/qlogicisp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/qlogicisp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/qlogicisp_asm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/qlogicpti.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/qlogicpti.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/qlogicpti_asm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/script_asm.pl#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsi_debug.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsi_debug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsi_dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsi_error.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsi_ioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsi_lib.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsi_merge.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsi_module.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsi_obsolete.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsi_obsolete.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsi_proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsi_queue.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsi_scan.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsi_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsicam.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/scsiiom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/seagate.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/seagate.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sg.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sgiwd93.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sgiwd93.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sim710.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sim710.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sim710.scr#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sim710_d.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sim710_u.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sr_ioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sr_vendor.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/st.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/st.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/st_options.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sun3_NCR5380.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sun3_scsi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sun3_scsi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sun3x_esp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sun3x_esp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sym53c416.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sym53c416.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sym53c8xx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sym53c8xx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sym53c8xx_comm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/sym53c8xx_defs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/t128.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/t128.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/tmscsim.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/tmscsim.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/u14-34f.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/u14-34f.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ultrastor.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/ultrastor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/wd33c93.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/wd33c93.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/wd7000.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/scsi/wd7000.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/char/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/char/ds1286.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/char/gconsole.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/char/graphics.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/char/graphics.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/char/graphics_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/char/linux_logo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/char/newport.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/char/rrm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/char/sgicons.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/char/sgiserial.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/char/sgiserial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/char/shmiq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/char/streamable.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/char/usema.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sgi/char/usema.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/.indent.pro#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/.version#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/724hwmcode.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/CHANGELOG#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/COPYING#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/Hwmcode.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/README.FIRST#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/ac97.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/ac97.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/ac97_codec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/aci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/ad1816.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/ad1848.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/ad1848.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/ad1848_mixer.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/adlib_card.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/aedsp16.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/audio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/audio_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/awe_hw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/awe_wave.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/awe_wave.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/bin2hex.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/cmpci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/coproc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/cs4232.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/cs4232.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/cs4281.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/cs4281_hwdefs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/cs461x.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/cs461x_image.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/cs46xx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/dev_table.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/dev_table.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/dm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/dmabuf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/dmasound/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/dmasound/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/dmasound/awacs_defs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/dmasound/dmasound.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/dmasound/dmasound_atari.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/dmasound/dmasound_awacs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/dmasound/dmasound_core.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/dmasound/dmasound_paula.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/dmasound/dmasound_q40.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/8010.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/audio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/audio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/cardmi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/cardmi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/cardmo.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/cardmo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/cardwi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/cardwi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/cardwo.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/cardwo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/ecard.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/ecard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/efxmgr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/emu_wrapper.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/emuadxmg.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/hwaccess.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/hwaccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/icardmid.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/icardwav.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/irqmgr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/irqmgr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/main.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/midi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/midi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/mixer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/recmgr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/recmgr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/timer.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/voicemgr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/emu10k1/voicemgr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/es1370.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/es1371.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/esssolo1.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/gus.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/gus_card.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/gus_hw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/gus_linearvol.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/gus_midi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/gus_vol.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/gus_wave.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/hex2hex.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/i810_audio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/ics2101.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/iwmem.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/mad16.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/maestro.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/maestro.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/maestro_tables.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/maui.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/midi_ctrl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/midi_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/midi_synth.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/midi_synth.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/midibuf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/miroaci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/mpu401.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/mpu401.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/msnd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/msnd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/msnd_classic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/msnd_classic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/msnd_pinnacle.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/msnd_pinnacle.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/nm256.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/nm256_audio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/nm256_coeff.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/opl3.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/opl3.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/opl3_hw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/opl3sa.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/opl3sa2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/os.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/pas2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/pas2_card.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/pas2_midi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/pas2_mixer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/pas2_pcm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/pss.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sb_audio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sb_card.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sb_common.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sb_ess.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sb_ess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sb_midi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sb_mixer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sb_mixer.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sequencer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sequencer_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sgalaxy.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/skeleton.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sonicvibes.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sound_calls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sound_config.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sound_core.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sound_firmware.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sound_firmware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sound_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sound_timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/soundcard.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/soundvers.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sscape.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/sys_timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/trident.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/trident.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/trix.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/tuning.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/uart401.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/uart6850.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/ulaw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/v_midi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/v_midi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/via82cxxx_audio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/vidc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/vidc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/vidc_fill.S#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/vwsnd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/waveartist.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/waveartist.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/wavfront.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/wf_midi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/ymf_sb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/ymfpci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/ymfpci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/ymfpci_image.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/yss225.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/sound/yss225.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/tc/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/tc/tc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/tc/tcsyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/tc/zs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/tc/zs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/telephony/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/telephony/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/telephony/ixj.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/telephony/ixj.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/telephony/phonedev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/acm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/audio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/audio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/bluetooth.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/dabfirmware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/dabusb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/dabusb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/dc2xx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/devices.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/devio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/drivers.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/dsbr100.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/hid-debug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/hid.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/hid.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/hub.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/hub.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/ibmcam.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/ibmcam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/mdc800.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/microtek.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/microtek.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/net1080.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/ov511.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/ov511.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/pegasus.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/pegasus.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/plusb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/printer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/rio500.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/rio500_usb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/scanner.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/scanner.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/Makefile-keyspan_pda_fw#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/belkin_sa.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/belkin_sa.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/digi_acceleport.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/empeg.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/ezusb_convert.pl#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/ftdi_sio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/ftdi_sio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/keyspan.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/keyspan.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/keyspan_pda.S#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/keyspan_pda.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/keyspan_pda_fw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/keyspan_usa18x_fw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/keyspan_usa19_fw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/keyspan_usa19w_fw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/keyspan_usa26msg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/keyspan_usa28_fw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/keyspan_usa28msg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/keyspan_usa28x_fw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/keyspan_usa49msg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/keyspan_usa49w_fw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/mct_u232.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/mct_u232.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/omninet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/usb-serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/usbserial.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/visor.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/visor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/whiteheat.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/whiteheat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/serial/whiteheat_fw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/debug.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/debug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/dpcm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/dpcm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/freecom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/freecom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/initializers.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/initializers.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/protocol.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/protocol.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/scsiglue.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/scsiglue.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/sddr09.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/sddr09.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/shuttle_usbat.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/shuttle_usbat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/transport.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/transport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/usb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/storage/usb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/uhci-debug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/uhci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/uhci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/usb-debug.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/usb-ohci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/usb-ohci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/usb-uhci-debug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/usb-uhci.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/usb-uhci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/usb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/usbkbd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/usbmouse.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/uss720.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/usb/wacom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/S3triofb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/acornfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/acornfb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/amifb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/atafb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/aty.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/aty128.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/aty128fb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/atyfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/bwtwofb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/cgfourteenfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/cgsixfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/cgthreefb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/chipsfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/clgenfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/clgenfb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/controlfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/controlfb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/creatorfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/cvisionppc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/cyber2000fb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/cyber2000fb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/cyberfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/cyberfb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/dn_accel.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/dn_cfb4.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/dn_cfb8.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/dnfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/dummycon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcmap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-afb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-cfb16.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-cfb2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-cfb24.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-cfb32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-cfb4.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-cfb8.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-hga.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-ilbm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-iplan2p2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-iplan2p4.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-iplan2p8.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-mac.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-mfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-sti.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-vga-planes.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon-vga.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbcon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbgen.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbmem.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fbmon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fm2fb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/font_6x11.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/font_8x16.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/font_8x8.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/font_acorn_8x8.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/font_pearl_8x8.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/font_sun12x22.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/font_sun8x16.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/fonts.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/g364fb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/hgafb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/hitfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/hpfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/iga.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/igafb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/imsttfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/leofb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/macfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/macmodes.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/i2c-matroxfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/matroxfb_DAC1064.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/matroxfb_DAC1064.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/matroxfb_Ti3026.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/matroxfb_Ti3026.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/matroxfb_accel.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/matroxfb_accel.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/matroxfb_base.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/matroxfb_base.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/matroxfb_crtc2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/matroxfb_crtc2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/matroxfb_g450.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/matroxfb_g450.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/matroxfb_maven.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/matroxfb_maven.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/matroxfb_misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/matrox/matroxfb_misc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/mdacon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/modedb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/newport_con.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/offb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/p9100.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/p9100fb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/platinumfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/platinumfb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/pm2fb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/pm2fb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/prom.uni#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/promcon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/q40fb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/retz3fb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/retz3fb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/riva/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/riva/fbdev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/riva/nv4ref.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/riva/nvreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/riva/riva_hw.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/riva/riva_hw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/riva/riva_tbl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sa1100fb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sbusfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sgivwfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sgivwfb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sis/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sis/initdef.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sis/sis.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sis/sis_300.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sis/sis_300.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sis/sis_301.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sis/sis_301.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sis/sis_main.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/skeletonfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sti-bmode.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sti.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sticon-bmode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sticon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sticore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/stifb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/sun3fb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/tcxfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/tdfxfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/tgafb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/tgafb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/valkyriefb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/valkyriefb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/vesafb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/vfb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/vga.h#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/vga16fb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/vgacon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/video/virgefb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/zorro/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/zorro/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/zorro/gen-devlist.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/zorro/names.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/zorro/proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/zorro/zorro.c#1 branch
+... //depot/linux-aic79xx-2.4.0/drivers/zorro/zorro.ids#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ChangeLog#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/adfs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/adfs/adfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/adfs/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/adfs/dir_f.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/adfs/dir_f.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/adfs/dir_fplus.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/adfs/dir_fplus.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/adfs/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/adfs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/adfs/map.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/adfs/super.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/affs/Changes#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/affs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/affs/amigaffs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/affs/bitmap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/affs/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/affs/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/affs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/affs/namei.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/affs/super.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/affs/symlink.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/attr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs/autofs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs/dirhash.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs/root.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs/symlink.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs/waitq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs4/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs4/autofs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs4/expire.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs4/init.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs4/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs4/root.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs4/symlink.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/autofs4/waitq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/bad_inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/bfs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/bfs/bfs_defs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/bfs/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/bfs/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/bfs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/binfmt_aout.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/binfmt_elf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/binfmt_em86.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/binfmt_misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/binfmt_script.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/block_dev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/buffer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/coda/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/coda/cache.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/coda/cnode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/coda/coda_linux.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/coda/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/coda/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/coda/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/coda/pioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/coda/psdev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/coda/symlink.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/coda/sysctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/coda/upcall.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/README#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/cramfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/adler32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/infblock.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/infblock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/infcodes.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/infcodes.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/inffast.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/inffast.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/inffixed.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/inflate.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/inftrees.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/inftrees.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/infutil.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/infutil.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/uncompr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/zconf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/zlib.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inflate/zutil.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/cramfs/uncompress.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/dcache.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/devfs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/devfs/base.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/devfs/util.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/devices.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/devpts/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/devpts/devpts_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/devpts/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/devpts/root.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/dnotify.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/dquot.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/efs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/efs/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/efs/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/efs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/efs/namei.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/efs/super.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/efs/symlink.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/exec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ext2/CHANGES#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ext2/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ext2/acl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ext2/balloc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ext2/bitmap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ext2/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ext2/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ext2/fsync.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ext2/ialloc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ext2/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ext2/ioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ext2/namei.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ext2/super.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ext2/symlink.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/fat/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/fat/buffer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/fat/cache.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/fat/cvf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/fat/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/fat/fatfs_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/fat/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/fat/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/fat/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/fat/msbuffer.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/fat/tables.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/fat/tables.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/fcntl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/fifo.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/file_table.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/filesystems.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/COPYING#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/ChangeLog#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/FAQ.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/HFS.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/INSTALL.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/TODO#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/balloc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/bdelete.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/bfind.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/bins_del.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/binsert.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/bitmap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/bitops.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/bnode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/brec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/btree.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/catalog.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/dir_cap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/dir_dbl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/dir_nat.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/extent.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/file_cap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/file_hdr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/hfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/hfs_btree.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/mdb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/part_tbl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/string.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/super.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/sysdep.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/trans.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hfs/version.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hpfs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hpfs/alloc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hpfs/anode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hpfs/buffer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hpfs/dentry.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hpfs/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hpfs/dnode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hpfs/ea.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hpfs/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hpfs/hpfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hpfs/hpfs_fn.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hpfs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hpfs/map.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hpfs/name.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hpfs/namei.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/hpfs/super.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/iobuf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/isofs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/isofs/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/isofs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/isofs/joliet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/isofs/namei.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/isofs/rock.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/isofs/rock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/isofs/util.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/jffs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/jffs/inode-v23.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/jffs/intrep.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/jffs/intrep.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/jffs/jffs_fm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/jffs/jffs_fm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/lockd/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/lockd/clntlock.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/lockd/clntproc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/lockd/host.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/lockd/lockd_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/lockd/mon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/lockd/svc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/lockd/svc4proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/lockd/svclock.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/lockd/svcproc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/lockd/svcshare.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/lockd/svcsubs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/lockd/xdr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/lockd/xdr4.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/locks.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/minix/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/minix/bitmap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/minix/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/minix/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/minix/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/minix/itree_common.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/minix/itree_v1.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/minix/itree_v2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/minix/namei.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/msdos/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/msdos/msdosfs_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/msdos/namei.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/namei.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ncpfs/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ncpfs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ncpfs/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ncpfs/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ncpfs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ncpfs/ioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ncpfs/mmap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ncpfs/ncplib_kernel.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ncpfs/ncplib_kernel.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ncpfs/ncpsign_kernel.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ncpfs/ncpsign_kernel.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ncpfs/sock.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ncpfs/symlink.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfs/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfs/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfs/flushd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfs/mount_clnt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfs/nfs2xdr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfs/nfs3proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfs/nfs3xdr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfs/nfsroot.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfs/proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfs/read.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfs/symlink.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfs/unlink.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfs/write.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfsd/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfsd/auth.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfsd/export.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfsd/lockd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfsd/nfs3proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfsd/nfs3xdr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfsd/nfscache.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfsd/nfsctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfsd/nfsfh.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfsd/nfsproc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfsd/nfssvc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfsd/nfsxdr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfsd/stats.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nfsd/vfs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_base.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_big5.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp437.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp737.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp775.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp850.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp852.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp855.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp857.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp860.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp861.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp862.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp863.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp864.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp865.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp866.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp869.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp874.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp932.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp936.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp949.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_cp950.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_euc-jp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_euc-kr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_gb2312.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_iso8859-1.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_iso8859-14.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_iso8859-15.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_iso8859-2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_iso8859-3.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_iso8859-4.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_iso8859-5.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_iso8859-6.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_iso8859-7.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_iso8859-8.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_iso8859-9.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_koi8-r.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_sjis.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/nls/nls_utf8.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/noquot.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/attr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/attr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/dir.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/fs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/inode.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/macros.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/ntfsendian.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/ntfstypes.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/struct.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/super.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/super.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/support.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/support.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/sysctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/sysctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/util.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ntfs/util.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/open.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/openpromfs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/openpromfs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/acorn.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/acorn.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/amiga.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/amiga.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/atari.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/atari.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/check.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/check.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/ibm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/ibm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/mac.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/mac.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/msdos.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/msdos.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/osf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/osf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/sgi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/sgi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/sun.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/sun.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/ultrix.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/partitions/ultrix.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/pipe.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/proc/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/proc/array.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/proc/base.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/proc/generic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/proc/inode-alloc.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/proc/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/proc/kcore.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/proc/kmsg.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/proc/proc_devtree.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/proc/proc_misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/proc/proc_tty.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/proc/procfs_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/proc/root.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/qnx4/BUGS#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/qnx4/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/qnx4/README#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/qnx4/TODO#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/qnx4/bitmap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/qnx4/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/qnx4/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/qnx4/fsync.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/qnx4/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/qnx4/namei.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/qnx4/truncate.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ramfs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ramfs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/read_write.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/readdir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/romfs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/romfs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/select.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/smbfs/ChangeLog#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/smbfs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/smbfs/cache.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/smbfs/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/smbfs/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/smbfs/getopt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/smbfs/getopt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/smbfs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/smbfs/ioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/smbfs/proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/smbfs/smb_debug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/smbfs/sock.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/stat.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/super.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/sysv/CHANGES#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/sysv/INTRO#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/sysv/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/sysv/balloc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/sysv/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/sysv/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/sysv/fsync.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/sysv/ialloc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/sysv/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/sysv/namei.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/sysv/truncate.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/balloc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/crc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/directory.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/fsync.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/ialloc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/lowlevel.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/namei.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/partition.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/super.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/symlink.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/truncate.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/udf_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/udf_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/udfdecl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/udfend.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/udftime.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/udf/unicode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ufs/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ufs/balloc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ufs/cylinder.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ufs/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ufs/file.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ufs/ialloc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ufs/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ufs/namei.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ufs/super.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ufs/swab.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ufs/symlink.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ufs/truncate.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ufs/util.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/ufs/util.h#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/umsdos/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/umsdos/README-WIP.txt#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/umsdos/dir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/umsdos/emd.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/umsdos/inode.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/umsdos/ioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/umsdos/mangle.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/umsdos/namei.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/umsdos/notes#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/umsdos/rdir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/umsdos/specs#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/vfat/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/vfat/namei.c#1 branch
+... //depot/linux-aic79xx-2.4.0/fs/vfat/vfatfs_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/a.out.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/asm_offsets.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/atomic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/bitops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/bugs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/byteorder.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/checksum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/compiler.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/console.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/core_apecs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/core_cia.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/core_irongate.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/core_lca.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/core_mcpcia.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/core_polaris.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/core_t2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/core_titan.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/core_tsunami.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/core_wildfire.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/current.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/delay.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/div64.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/elf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/errno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/fcntl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/floppy.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/fpu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/gentrap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/hardirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/hdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/hw_irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/hwrpb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/init.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/ioctls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/ipcbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/jensen.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/linux_logo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/machvec.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/mc146818rtc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/md.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/mman.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/mmu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/mmu_context.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/module.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/msgbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/namei.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/page.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/pal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/parport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/pgalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/poll.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/posix_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/reg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/resource.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/scatterlist.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/segment.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/semaphore.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/sembuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/sfp-machine.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/shmbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/shmparam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/sigcontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/siginfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/signal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/smp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/smplock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/socket.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/sockios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/softirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/spinlock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/stat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/statfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/string.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/sysinfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/termbits.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/termios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/uaccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/ucontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/unaligned.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/unistd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/user.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/vga.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-alpha/xor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/a.out.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-arc/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-arc/hardware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-arc/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-arc/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-arc/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-arc/irqs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-arc/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-arc/memory.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-arc/oldlatches.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-arc/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-arc/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-arc/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-arc/time.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-arc/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-arc/uncompress.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/acornfb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/hardware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/irqs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/memory.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/shmparam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/time.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/uncompress.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-cl7500/vmalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa110/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa110/hardware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa110/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa110/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa110/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa110/irqs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa110/memory.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa110/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa110/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa110/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa110/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa110/time.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa110/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa110/uncompress.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa110/vmalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa285/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa285/hardware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa285/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa285/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa285/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa285/irqs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa285/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa285/memory.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa285/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa285/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa285/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa285/time.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa285/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa285/uncompress.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-ebsa285/vmalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-l7200/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-l7200/hardware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-l7200/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-l7200/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-l7200/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-l7200/irqs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-l7200/memory.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-l7200/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-l7200/serial_l7200.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-l7200/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-l7200/time.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-l7200/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-l7200/uncompress.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-l7200/vmalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-nexuspci/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-nexuspci/hardware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-nexuspci/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-nexuspci/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-nexuspci/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-nexuspci/irqs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-nexuspci/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-nexuspci/memory.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-nexuspci/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-nexuspci/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-nexuspci/time.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-nexuspci/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-nexuspci/uncompress.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-nexuspci/vmalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-rpc/acornfb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-rpc/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-rpc/hardware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-rpc/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-rpc/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-rpc/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-rpc/irqs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-rpc/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-rpc/memory.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-rpc/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-rpc/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-rpc/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-rpc/time.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-rpc/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-rpc/uncompress.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-rpc/vmalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/SA-1100.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/SA-1101.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/SA-1111.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/assabet.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/bitfield.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/bitsy.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/cerf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/hardware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/irqs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/memory.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/mmzone.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/serial_reg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/thinclient.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/time.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/uncompress.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-sa1100/vmalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-shark/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-shark/hardware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-shark/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-shark/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-shark/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-shark/irqs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-shark/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-shark/memory.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-shark/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-shark/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-shark/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-shark/time.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-shark/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-shark/uncompress.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-shark/vmalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-tbox/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-tbox/hardware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-tbox/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-tbox/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-tbox/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-tbox/irqs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-tbox/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-tbox/memory.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-tbox/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-tbox/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-tbox/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-tbox/time.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-tbox/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-tbox/uncompress.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/arch-tbox/vmalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/assembler.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/atomic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/bitops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/bugs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/byteorder.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/checksum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/cpu-multi26.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/cpu-multi32.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/cpu-single.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/current.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/delay.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/div64.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/ecard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/elf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/errno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/fcntl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/fiq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/floppy.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/hardirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/hardware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/hardware/dec21285.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/hardware/ioc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/hardware/iomd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/hardware/memc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/hardware/pci_v3.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/hardware/serial_amba.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/hdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/ioctls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/ipc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/ipcbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/leds.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/limits.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/linux_logo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/mach/arch.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/mach/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/mach/map.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/mach/pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/mc146818rtc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/memory.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/mman.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/mmu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/mmu_context.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/mmzone.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/module.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/msgbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/namei.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/nwflash.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/page.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/parport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/pgalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/poll.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/posix_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armo/assembler.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armo/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armo/elf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armo/locks.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armo/page.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armo/pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armo/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armo/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armo/shmparam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armo/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armo/uaccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armo/uncompress.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armv/assembler.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armv/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armv/domain.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armv/elf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armv/locks.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armv/page.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armv/pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armv/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armv/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armv/shmparam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armv/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armv/uaccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-armv/uncompress.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/proc-fns.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/procinfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/resource.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/scatterlist.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/segment.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/semaphore-helper.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/semaphore.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/sembuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/setup.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/shmbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/shmparam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/sigcontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/siginfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/signal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/smp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/smplock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/socket.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/sockios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/softirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/spinlock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/stat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/statfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/string.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/termbits.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/termios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/therm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/uaccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/ucontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/unaligned.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/unistd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/user.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/vga.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/vt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-arm/xor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-generic/bitops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-generic/pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-generic/smplock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-generic/unaligned.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-generic/xor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/a.out.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/apic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/apicdef.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/atomic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/bitops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/boot.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/bugs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/byteorder.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/checksum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/cobalt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/cpufeature.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/current.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/debugreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/delay.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/desc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/div64.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/e820.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/elf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/errno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/fcntl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/fixmap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/floppy.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/hardirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/hdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/highmem.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/hw_irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/i387.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/init.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/io_apic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/ioctls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/ipc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/ipcbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/kmap_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/ldt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/linux_logo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/lithium.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/locks.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/math_emu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/mc146818rtc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/mca_dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/mman.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/mmu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/mmu_context.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/mmx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/module.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/mpspec.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/msgbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/msr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/mtrr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/namei.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/page.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/parport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/pgalloc-2level.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/pgalloc-3level.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/pgalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/pgtable-2level.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/pgtable-3level.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/poll.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/posix_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/resource.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/rwlock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/scatterlist.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/segment.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/semaphore.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/sembuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/setup.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/shmbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/shmparam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/sigcontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/siginfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/signal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/smp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/smplock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/socket.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/sockios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/softirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/spinlock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/stat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/statfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/string-486.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/string.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/termbits.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/termios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/uaccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/ucontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/unaligned.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/unistd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/user.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/vga.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/vm86.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-i386/xor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/a.out.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/acpi-ext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/acpikcfg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/asmmacro.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/atomic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/bitops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/break.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/bugs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/byteorder.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/checksum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/current.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/delay.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/div64.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/efi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/elf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/errno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/fcntl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/fpswa.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/fpu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/hardirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/hdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/hw_irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/ia32.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/ioctls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/iosapic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/ipc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/ipcbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/linux_logo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/machvec.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/machvec_dig.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/machvec_hpsim.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/machvec_init.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/machvec_sn1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/mca.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/mca_asm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/mman.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/mmu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/mmu_context.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/module.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/msgbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/namei.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/offsets.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/page.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/pal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/parport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/pgalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/poll.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/posix_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/ptrace_offsets.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/resource.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/rse.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/scatterlist.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/segment.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/semaphore.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sembuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/shmbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/shmparam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sigcontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/siginfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/signal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/smp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/smplock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/addrs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/agent.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/alenlist.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/arc/hinv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/arc/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/arch.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/cdl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/clksupport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/cmn_err.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/dmamap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/driver.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/eeprom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/gda.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/hack.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/hcl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/hcl_util.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/hubspc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/hwcntrs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/intr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/intr_public.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/invent.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/iobus.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/ioc3.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/ioerror.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/ioerror_handling.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/iograph.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/klconfig.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/kldir.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/ksys/elsc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/ksys/i2c.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/ksys/l1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/labelcl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/mem_refcnt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/mmzone.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/mmzone_default.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/mmzone_sn1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/module.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/nic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/nodemask.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/nodepda.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/pci/bridge.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/pci/pci_bus_cvlink.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/pci/pci_defs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/pci/pcibr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/pci/pcibr_private.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/pci/pciio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/pci/pciio_private.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/pio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/prio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/router.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sgi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/slotnum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/addrs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/arch.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/bedrock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/hubdev.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/hubio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/hubio_next.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/hublb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/hublb_next.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/hubmd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/hubmd_next.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/hubni.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/hubni_next.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/hubpi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/hubpi_next.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/hubxb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/hubxb_next.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/ip27config.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/kldir.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/leds.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/promlog.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/router.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/slotnum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/sn1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/uart16550.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn1/war.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn_cpuid.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn_fru.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/sn_private.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/synergy.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/systeminfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/vector.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/war.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/xtalk/xbow.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/xtalk/xbow_info.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/xtalk/xswitch.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/xtalk/xtalk.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/xtalk/xtalk_private.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/xtalk/xtalkaddrs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sn/xtalk/xwidget.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/socket.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/sockios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/softirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/spinlock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/stat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/statfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/string.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/termbits.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/termios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/uaccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/unaligned.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/unistd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/unwind.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/user.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/vga.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ia64/xor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/a.out.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/adb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/adb_iop.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/adb_mouse.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/amigahw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/amigaints.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/amigayle.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/amipcmcia.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/apollodma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/apollohw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/atafd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/atafdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/atari_SCCserial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/atari_SLM.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/atari_acsi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/atari_joystick.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/atari_stdma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/atari_stram.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/atarihw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/atariints.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/atarikb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/atomic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/bitops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/blinken.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/bootinfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/bugs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/bvme6000hw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/byteorder.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/cachectl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/checksum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/contregs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/current.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/delay.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/div64.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/dsp56k.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/dvma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/elf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/entry.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/errno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/fbio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/fcntl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/floppy.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/fpu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/hardirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/hdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/hwtest.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/idprom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/init.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/intersil.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/ioctls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/ipc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/ipcbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/kbio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/linux_logo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/mac_asc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/mac_baboon.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/mac_iop.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/mac_mouse.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/mac_oss.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/mac_psc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/mac_via.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/machdep.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/machines.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/machw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/macintosh.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/macints.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/math-emu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/md.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/mman.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/mmu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/mmu_context.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/module.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/motorola_pgalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/motorola_pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/movs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/msgbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/mvme147hw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/mvme16xhw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/namei.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/openprom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/oplib.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/page.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/page_offset.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/parport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/pgalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/poll.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/posix_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/q40_keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/q40_master.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/q40ints.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/resource.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/sbus.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/scatterlist.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/segment.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/semaphore-helper.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/semaphore.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/sembuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/setup.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/shm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/shmbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/shmparam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/sigcontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/siginfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/signal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/smplock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/socket.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/sockios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/softirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/spinlock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/stat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/statfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/string.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/sun3-head.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/sun3_pgalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/sun3_pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/sun3ints.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/sun3mmu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/sun3x.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/swim_iop.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/termbits.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/termios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/traps.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/uaccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/ucontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/unaligned.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/unistd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/user.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/virtconvert.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/vuid_event.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-m68k/xor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/a.out.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/addrspace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/arc/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/asm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/asmmacro.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/atomic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/baget/baget.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/baget/vac.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/baget/vic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/bcache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/bitops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/bootinfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/branch.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/bugs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/byteorder.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/cachectl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/cacheops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/checksum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/cpu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/current.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/ddb5074.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/dec/interrupts.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/dec/ioasic_addrs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/dec/ioasic_ints.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/dec/kn01.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/dec/kn02.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/dec/kn02xa.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/dec/kn03.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/dec/machtype.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/dec/tc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/dec/tcinfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/dec/tcmodule.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/delay.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/div64.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/ds1286.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/elf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/errno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/fcntl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/floppy.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/fp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/fpregdef.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/gdb-stub.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/gfx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/hardirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/hdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/hw_irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/init.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/inst.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/inventory.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/ioctls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/ipc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/ipcbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/isadep.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/jazz.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/jazzdma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/linux_logo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/mc146818rtc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/mipsprom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/mipsregs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/mman.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/mmu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/mmu_context.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/module.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/msgbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/namei.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/ng1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/ng1hw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/nile4.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/orion.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/paccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/page.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/parport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/pgalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/poll.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/posix_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/prctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/r4kcache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/reboot.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/reg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/regdef.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/resource.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/rrm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/scatterlist.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/segment.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/semaphore-helper.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/semaphore.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/sembuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/sfp-machine.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/sgi/sgi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/sgi/sgihpc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/sgi/sgimc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/sgi/sgint23.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/sgialib.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/sgiarcs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/sgidefs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/shmbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/shmiq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/shmparam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/sigcontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/siginfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/signal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/smp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/smplock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/sni.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/socket.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/sockios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/softirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/spinlock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/stackframe.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/stat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/statfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/string.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/sysmips.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/termbits.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/termios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/uaccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/ucontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/umap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/unaligned.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/unistd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/user.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/usioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/vga.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/watch.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/wbflush.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips/xor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/a.out.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/addrspace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/arc/hinv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/arc/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/asm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/asmmacro.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/atomic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/bcache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/bitops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/bootinfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/branch.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/bugs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/byteorder.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/cachectl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/checksum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/cpu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/current.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/delay.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/div64.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/ds1286.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/elf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/errno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/fcntl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/floppy.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/fpregdef.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/gfx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/hardirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/hdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/hw_irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/init.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/inst.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/ioctls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/ipc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/ipcbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/linux_logo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/m48t35.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/mc146818rtc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/mipsregs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/mman.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/mmu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/mmu_context.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/mmzone.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/module.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/msgbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/namei.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/ng1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/paccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/page.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/parport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/pci/bridge.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/pgalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/poll.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/posix_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/r10kcache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/r10kcacheops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/r4kcache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/r4kcacheops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/reg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/regdef.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/resource.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/riscos-syscall.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/scatterlist.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/segment.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/semaphore-helper.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/semaphore.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sembuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sfp-machine.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sgi/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sgi/sgi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sgi/sgihpc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sgi/sgimc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sgi/sgint23.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sgialib.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sgiarcs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sgidefs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/shmbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/shmiq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/shmparam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sigcontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/siginfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/signal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/smp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/smplock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/addrs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/agent.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/arch.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/gda.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/intr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/intr_public.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/ioc3.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/klconfig.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/kldir.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/klkernvars.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/launch.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/mapped_kernel.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/nmi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/sn0/addrs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/sn0/arch.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/sn0/hub.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/sn0/hubio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/sn0/hubmd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/sn0/hubni.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/sn0/hubpi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/sn0/ip27.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/sn0/sn0_fru.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/sn_private.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sn/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/socket.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sockios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/softirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/spinlock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/stackframe.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/stat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/statfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/string.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/sysmips.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/termbits.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/termios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/uaccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/ucontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/unaligned.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/unistd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/user.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/usioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/watch.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/xor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/xtalk/xtalk.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-mips64/xtalk/xwidget.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/a.out.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/asmregs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/assembly.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/atomic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/bitops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/bootdata.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/bugs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/byteorder.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/checksum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/current.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/delay.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/div64.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/elf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/errno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/fcntl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/fixmap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/gsc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/hardirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/hardware.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/hdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/hil.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/hw_irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/ioctls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/iosapic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/ipcbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/led.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/linux_logo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/machdep.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/mc146818rtc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/md.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/mman.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/mmu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/mmu_context.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/msgbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/namei.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/page.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/parport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/parport_gsc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/pdc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/pdcpat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/pgalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/poll.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/posix_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/psw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/real.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/resource.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/runway.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/scatterlist.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/segment.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/semaphore-helper.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/semaphore.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/sembuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/setup.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/shmbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/shmparam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/sigcontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/siginfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/signal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/smp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/smplock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/socket.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/sockios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/softirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/som.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/spinlock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/stat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/statfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/string.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/termbits.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/termios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/traps.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/uaccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/ucontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/unaligned.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/unistd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-parisc/user.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/8xx_immap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/a.out.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/amigahw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/amigaints.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/amigappc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/amigayle.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/amipcmcia.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/atomic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/backlight.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/bitops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/board.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/bootinfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/bootx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/bseip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/bugs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/byteorder.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/checksum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/cpm_8260.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/current.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/dbdma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/delay.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/div64.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/elf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/errno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/est8260.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/fads.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/fcntl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/feature.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/floppy.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/gemini.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/gemini_serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/gg2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/hardirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/hdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/heathrow.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/highmem.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/hw_irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/hydra.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/immap_8260.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/init.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/ioctls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/ipc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/ipcbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/keylargo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/kgdb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/kmap_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/linux_logo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/m48t35.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/machdep.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/mbx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/mc146818rtc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/md.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/mediabay.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/mk48t59.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/mman.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/mmu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/mmu_context.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/module.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/mpc8260.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/mpc8xx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/msgbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/namei.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/nvram.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/oak.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/ohare.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/page.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/pci-bridge.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/pgalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/pnp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/poll.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/posix_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/prep_nvram.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/prom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/raven.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/residual.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/resource.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/rpxclassic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/rpxlite.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/scatterlist.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/segment.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/semaphore-helper.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/semaphore.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/sembuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/setup.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/shmbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/shmparam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/sigcontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/siginfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/signal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/smp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/smplock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/socket.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/sockios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/softirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/spinlock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/stat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/statfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/string.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/termbits.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/termios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/time.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/tqm860.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/tqm8xxL.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/traps.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/uaccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/ucontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/unaligned.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/uninorth.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/unistd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/user.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/vc_ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/vga.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/walnut.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-ppc/xor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/a.out.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/atomic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/bitops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/bugs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/byteorder.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/chandev.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/checksum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/current.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/delay.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/div64.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/ebcdic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/elf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/errno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/fcntl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/gdb-stub.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/hardirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/hdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/init.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/ioctls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/ipc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/ipcbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/irqextras390.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/lowcore.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/major.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/mathemu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/misc390.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/mman.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/mmu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/mmu_context.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/module.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/msgbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/namei.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/page.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/pgalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/poll.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/posix_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/queue.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/resource.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/s390-gdbregs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/s390-regs-common.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/s390dyn.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/s390io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/s390mach.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/segment.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/semaphore-helper.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/semaphore.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/sembuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/setup.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/shmbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/shmparam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/sigcontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/siginfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/signal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/sigp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/smp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/smplock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/socket.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/sockios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/softirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/spinlock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/stat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/statfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/string.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/termbits.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/termios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/uaccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/ucontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/unaligned.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/unistd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/user.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-s390/xor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/a.out.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/addrspace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/atomic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/bitops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/bugs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/byteorder.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/checksum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/current.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/delay.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/div64.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/elf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/errno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/fcntl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/hardirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/hd64461.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/hdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/hitachi_se.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/hw_irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/init.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/io_generic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/io_hd64461.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/io_od.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/io_se.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/io_unknown.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/ioctls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/ipc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/ipcbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/linux_logo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/machvec.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/machvec_init.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/mman.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/mmu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/mmu_context.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/module.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/msgbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/namei.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/page.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/pgalloc-2level.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/pgalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/pgtable-2level.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/poll.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/posix_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/resource.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/rtc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/scatterlist.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/semaphore-helper.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/semaphore.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/sembuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/sh_bios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/shmbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/shmparam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/sigcontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/siginfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/signal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/smc37c93x.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/smp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/smplock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/socket.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/sockios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/softirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/spinlock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/stat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/statfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/string.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/termbits.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/termios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/uaccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/ucontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/unaligned.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/unistd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/user.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sh/xor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/a.out.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/asi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/asmmacro.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/atomic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/audioio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/auxio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/bitops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/bpp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/bsderrno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/btfixup.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/bugs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/byteorder.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/checksum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/clock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/contregs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/cprefix.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/current.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/cypress.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/delay.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/div64.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/ebus.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/ecc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/eeprom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/elf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/errno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/fbio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/fcntl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/floppy.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/hardirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/hdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/head.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/highmem.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/idprom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/init.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/io-unit.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/ioctls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/iommu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/ipc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/ipcbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/jsflash.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/kbio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/kdebug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/kgdb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/kmap_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/linux_logo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/machines.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/mbus.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/mc146818rtc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/memreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/mman.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/mmu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/mmu_context.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/module.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/mostek.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/mpmbox.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/msgbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/msi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/mxcc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/namei.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/obio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/openprom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/openpromio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/oplib.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/page.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/pbm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/pcic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/pconf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/perfctr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/pgalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/pgtsrmmu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/pgtsun4.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/pgtsun4c.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/poll.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/posix_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/psr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/reg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/resource.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/ross.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/rtc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/sbi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/sbus.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/scatterlist.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/segment.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/semaphore.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/sembuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/sfp-machine.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/shmbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/shmparam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/sigcontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/siginfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/signal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/smp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/smplock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/smpprim.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/socket.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/sockios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/softirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/solerrno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/spinlock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/stat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/statfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/string.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/sun4paddr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/sun4prom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/sunbpp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/svr4.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/swift.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/sysen.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/termbits.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/termios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/timer.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/traps.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/tsunami.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/turbosparc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/uaccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/ultra.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/unaligned.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/unistd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/user.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/vac-ops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/vaddrs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/vfc_ioctls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/viking.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/vuid_event.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/winmacro.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc/xor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/a.out.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/apb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/asi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/atomic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/audioio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/auxio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/bitops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/bpp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/bsderrno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/bugs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/byteorder.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/checksum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/current.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/delay.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/display7seg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/div64.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/dma.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/ebus.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/elf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/envctrl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/errno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/fbio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/fcntl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/fhc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/floppy.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/fpumacro.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/hardirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/hdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/head.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/idprom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/init.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/io.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/ioctls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/iommu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/ipc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/ipcbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/kbio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/kdebug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/linux_logo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/lsu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/mc146818rtc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/mman.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/mmu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/mmu_context.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/module.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/mostek.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/msgbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/namei.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/ns87303.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/openprom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/openpromio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/oplib.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/page.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/parport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/pbm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/pconf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/perfctr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/pgalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/pgtable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/poll.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/posix_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/processor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/psrcompat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/pstate.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/reg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/resource.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/rtc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/sab82532.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/sbus.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/scatterlist.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/segment.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/semaphore-helper.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/semaphore.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/sembuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/sfp-machine.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/shmbuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/shmparam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/sigcontext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/siginfo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/signal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/smp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/smplock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/socket.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/sockios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/softirq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/solerrno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/spinlock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/spitfire.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/starfire.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/stat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/statfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/string.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/sunbpp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/svr4.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/system.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/termbits.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/termios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/timer.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/ttable.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/uaccess.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/uctx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/unaligned.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/unistd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/upa.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/user.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/utrap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/vaddrs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/vga.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/visasm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/vuid_event.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/asm-sparc64/xor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/802_11.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/a.out.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ac97_codec.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/acct.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/acpi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/adb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/adb_mouse.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/adfs_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/adfs_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/adfs_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/affs_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/affs_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/affs_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/affs_hardblocks.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/agp_backend.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/agpgart.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/amifd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/amifdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/amigaffs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/apm_bios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/arcdevice.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atalk.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atari_rootsec.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atm_eni.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atm_idt77105.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atm_nicstar.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atm_suni.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atm_tcp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atm_zatm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atmapi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atmarp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atmclip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atmdev.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atmioc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atmlec.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atmmpc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atmsap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/atmsvc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/auto_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/auto_fs4.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/awe_voice.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ax25.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/b1lli.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/b1pcmcia.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/baycom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/bfs_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/bfs_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/bfs_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/binfmts.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/bitops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/blk.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/blkdev.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/blkpg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/bootmem.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/bpqether.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/brlock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/byteorder/big_endian.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/byteorder/generic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/byteorder/little_endian.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/byteorder/pdp_endian.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/byteorder/swab.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/byteorder/swabb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/capability.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/capi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/cciss_ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/cd1400.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/cdk.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/cdrom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/circ_buf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/coda.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/coda_cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/coda_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/coda_linux.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/coda_proc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/coda_psdev.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/coff.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/com20020.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/compatmac.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/comstats.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/concap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/config.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/console.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/console_struct.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/consolemap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ctype.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/cuda.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/cyclades.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/cyclomx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/cycx_cfm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/cycx_drv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/cycx_x25.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/dasd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/dcache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/delay.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/devfs_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/devfs_fs_kernel.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/devpts_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/dio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/dirent.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/divert.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/dn.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/dnotify.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/dtlk.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/efs_dir.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/efs_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/efs_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/efs_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/efs_vh.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/elevator.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/elf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/elfcore.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/errno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/errqueue.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/etherdevice.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ethtool.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ext2_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ext2_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ext2_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/fat_cvf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/fb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/fcdevice.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/fcntl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/fd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/fd1772.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/fddidevice.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/fdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/file.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/filter.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/fs_struct.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ftape-header-segment.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ftape-vendors.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ftape.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/gameport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/generic_serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/genhd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ghash.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/hayesesp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/hdlcdrv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/hdreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/hdsmart.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/hfs_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/hfs_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/hfs_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/hfs_sysdep.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/highmem.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/highuid.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/hippidevice.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/hpfs_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/hpfs_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/hpfs_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/hysdn_if.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/i2c-algo-bit.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/i2c-algo-pcf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/i2c-dev.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/i2c-elektor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/i2c-id.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/i2c-old.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/i2c.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/i2o-dev.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/i2o.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ibmtr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/icmp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/icmpv6.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ide.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_arcnet.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_arp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_bonding.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_bridge.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_cablemodem.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_ec.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_eql.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_ether.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_fc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_fddi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_frad.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_hippi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_ltalk.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_packet.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_plip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_ppp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_pppox.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_pppvar.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_shaper.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_slip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_strip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_tr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_tun.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/if_tunnel.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/igmp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/in.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/in6.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/in_route.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/in_systm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/inet.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/inetdevice.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/init.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/input.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/interrupt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/iobuf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ioport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ipc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ipsec.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ipv6.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ipv6_route.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ipx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/irda.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/irq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/irq_cpustat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/isapnp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/isdn.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/isdn_divertif.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/isdn_lzscomp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/isdn_ppp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/isdnif.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/isicom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/iso_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/iso_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/iso_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/istallion.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ixjuser.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/jffs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/joystick.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/kbd_diacr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/kbd_kern.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/kbd_ll.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/kd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/kdev_t.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/kernel.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/kernel_stat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/kernelcapi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/keyboard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/kmod.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/lapb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/limits.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/linkage.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/linux_logo.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/list.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/lockd/bind.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/lockd/debug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/lockd/lockd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/lockd/nlm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/lockd/share.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/lockd/sm_inter.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/lockd/xdr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/lockd/xdr4.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/locks.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/logibusmouse.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/loop.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/lp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/lvm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/major.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/malloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/matroxfb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mc146818rtc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mc6821.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mca.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/minix_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/minix_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/minix_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/miscdevice.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mman.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mmzone.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/modsetver.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/module.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mount.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mpp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mroute.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/msdos_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/msdos_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/msdos_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/msg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mtd/cfi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mtd/compatmac.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mtd/doc2000.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mtd/flashchip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mtd/ftl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mtd/iflash.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mtd/jedec.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mtd/map.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mtd/mapped.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mtd/mtd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mtd/nand.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mtd/nand_ids.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mtd/nftl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mtd/partitions.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mtd/pmc551.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/mtio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/n_r3964.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nbd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ncp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ncp_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ncp_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ncp_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ncp_mount.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ncp_no.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/net.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netbeui.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netdevice.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ddp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_decnet.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/compat_firewall.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ip_conntrack.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ip_conntrack_core.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ip_conntrack_ftp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ip_conntrack_helper.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ip_conntrack_protocol.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ip_conntrack_tcp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ip_conntrack_tuple.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ip_nat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ip_nat_core.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ip_nat_ftp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ip_nat_helper.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ip_nat_protocol.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ip_nat_rule.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ip_queue.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ip_tables.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ipchains_core.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ipfwadm_core.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ipt_LOG.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ipt_MARK.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ipt_REJECT.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ipt_TOS.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ipt_limit.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ipt_mac.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ipt_mark.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ipt_multiport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ipt_owner.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ipt_state.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/ipt_tos.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/listhelp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv4/lockhelp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv6.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv6/ip6_tables.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv6/ip6t_LOG.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv6/ip6t_MARK.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv6/ip6t_REJECT.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv6/ip6t_limit.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv6/ip6t_mac.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv6/ip6t_mark.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv6/ip6t_multiport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipv6/ip6t_owner.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_ipx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netfilter_x25.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netlink.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/netrom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfs2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfs3.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfs_flushd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfs_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfs_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfs_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfs_mount.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfs_page.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfs_xdr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfsd/auth.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfsd/cache.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfsd/const.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfsd/debug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfsd/export.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfsd/interface.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfsd/nfsd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfsd/nfsfh.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfsd/stats.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfsd/syscall.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfsd/xdr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfsd/xdr3.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nfsiod.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/notifier.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ntfs_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ntfs_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ntfs_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nubus.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/nvram.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/openpic.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/openprom_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/pagemap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/parport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/parport_pc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/pc_keyb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/pci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/pci_ids.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/personality.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/pg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/phonedev.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/pipe_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/pkt_cls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/pkt_sched.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/pm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/pmu.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/poll.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/posix_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ppdev.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ppp-comp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ppp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ppp_channel.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ppp_defs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/prctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/proc_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/proc_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ps2esdi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ptrace.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/qic117.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/qnx4_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/qnx4_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/qnx4_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/qnxtypes.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/quota.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/quotaops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/raid/linear.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/raid/md.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/raid/md_compatible.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/raid/md_k.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/raid/md_p.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/raid/md_u.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/raid/raid0.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/raid/raid1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/raid/raid5.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/raid/xor.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/random.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/raw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/reboot.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/resource.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/rocket.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/romfs_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/romfs_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/romfs_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/rose.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/route.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/rpcsock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/rtc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/rtnetlink.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sc26198.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/scc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sched.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sdla.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sdla_chdlc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sdla_fr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sdla_ppp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sdla_x25.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sdladrv.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sdlapci.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sdlasfm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/securebits.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/selection.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sem.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/serial.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/serial167.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/serialP.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/serial_reg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/serio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/shm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/shmem_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/signal.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sisfb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/skbuff.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/slab.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/smb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/smb_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/smb_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/smb_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/smb_mount.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/smbno.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/smp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/smp_lock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/socket.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sockios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sonet.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sound.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/soundcard.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/soundmodem.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/spinlock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/stallion.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/stat.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/stddef.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/string.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sunrpc/auth.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sunrpc/clnt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sunrpc/debug.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sunrpc/msg_prot.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sunrpc/sched.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sunrpc/stats.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sunrpc/svc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sunrpc/svcauth.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sunrpc/svcsock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sunrpc/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sunrpc/xdr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sunrpc/xprt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/swap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/swapctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/synclink.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sys.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sysctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sysrq.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sysv_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sysv_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/sysv_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/tcp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/telephony.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/termios.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/threads.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/time.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/timer.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/times.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/timex.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/toshiba.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/tpqic02.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/tqueue.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/trdevice.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/tty.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/tty_driver.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/tty_flip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/tty_ldisc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/udf_167.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/udf_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/udf_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/udf_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/udf_udf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/udp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ufs_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ufs_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ufs_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/uio.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/ultrasound.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/umsdos_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/umsdos_fs.p#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/umsdos_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/un.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/unistd.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/usb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/usbdev_fs_i.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/usbdev_fs_sb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/usbdevice_fs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/user.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/utime.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/uts.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/utsname.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/vfs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/video_decoder.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/video_encoder.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/videodev.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/videotext.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/vmalloc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/vt.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/vt_buffer.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/vt_kern.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/wait.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/wanpipe.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/wanrouter.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/watchdog.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/wavefront.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/wireless.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/wrapper.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/x25.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/yam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/zftape.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/zorro.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/linux/zorro_ids.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/math-emu/double.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/math-emu/extended.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/math-emu/op-1.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/math-emu/op-2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/math-emu/op-4.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/math-emu/op-8.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/math-emu/op-common.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/math-emu/quad.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/math-emu/single.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/math-emu/soft-fp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/addrconf.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/af_unix.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/arp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/atmclip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/ax25.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/checksum.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/datalink.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/dn.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/dn_dev.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/dn_fib.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/dn_neigh.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/dn_nsp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/dn_route.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/dsfield.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/dst.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/flow.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/icmp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/if_inet6.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/inet_common.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/inet_ecn.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/inetpeer.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/ip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/ip6_fib.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/ip6_fw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/ip6_route.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/ip_fib.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/ipconfig.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/ipip.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/ipv6.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/ipx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/crc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/discovery.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/ircomm_core.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/ircomm_event.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/ircomm_lmp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/ircomm_param.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/ircomm_ttp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/ircomm_tty.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/ircomm_tty_attach.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irda.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irda_device.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irdacall.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/iriap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/iriap_event.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irias_object.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irlan_client.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irlan_common.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irlan_eth.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irlan_event.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irlan_filter.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irlan_provider.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irlap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irlap_comp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irlap_event.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irlap_frame.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irlmp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irlmp_event.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irlmp_frame.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irmod.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irqueue.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irttp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/irtty.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/nsc-ircc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/parameters.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/qos.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/smc-ircc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/timer.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/toshoboe.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/w83977af.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/w83977af_ir.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/irda/wrapper.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/lapb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/llc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/llc_frame.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/llc_name.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/llc_state.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/ndisc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/neighbour.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/netrom.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/p8022.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/pkt_cls.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/pkt_sched.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/profile.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/protocol.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/psnap.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/raw.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/rawv6.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/rose.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/route.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/scm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/slhc_vj.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/snmp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/sock.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/spx.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/tcp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/tcp_ecn.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/transp_v6.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/udp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/net/x25.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/pcmcia/bulkmem.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/pcmcia/bus_ops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/pcmcia/ciscode.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/pcmcia/cisreg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/pcmcia/cistpl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/pcmcia/cs.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/pcmcia/cs_types.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/pcmcia/driver_ops.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/pcmcia/ds.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/pcmcia/ftl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/pcmcia/mem_op.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/pcmcia/memory.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/pcmcia/ss.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/pcmcia/version.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/scsi/scsi.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/scsi/scsi_ioctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/scsi/scsicam.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/scsi/sg.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon-afb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon-cfb16.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon-cfb2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon-cfb24.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon-cfb32.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon-cfb4.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon-cfb8.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon-hga.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon-ilbm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon-iplan2p2.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon-iplan2p4.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon-iplan2p8.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon-mac.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon-mfb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon-vga-planes.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon-vga.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/fbcon.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/font.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/macmodes.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/newport.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/s3blit.h#1 branch
+... //depot/linux-aic79xx-2.4.0/include/video/sbusfb.h#1 branch
+... //depot/linux-aic79xx-2.4.0/init/main.c#1 branch
+... //depot/linux-aic79xx-2.4.0/init/version.c#1 branch
+... //depot/linux-aic79xx-2.4.0/ipc/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/ipc/msg.c#1 branch
+... //depot/linux-aic79xx-2.4.0/ipc/sem.c#1 branch
+... //depot/linux-aic79xx-2.4.0/ipc/shm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/ipc/util.c#1 branch
+... //depot/linux-aic79xx-2.4.0/ipc/util.h#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/acct.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/capability.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/context.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/dma.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/exec_domain.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/exit.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/fork.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/info.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/itimer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/kmod.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/ksyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/module.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/panic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/pm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/printk.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/ptrace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/resource.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/sched.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/signal.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/softirq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/sys.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/sysctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/uid16.c#1 branch
+... //depot/linux-aic79xx-2.4.0/kernel/user.c#1 branch
+... //depot/linux-aic79xx-2.4.0/lib/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/lib/brlock.c#1 branch
+... //depot/linux-aic79xx-2.4.0/lib/cmdline.c#1 branch
+... //depot/linux-aic79xx-2.4.0/lib/ctype.c#1 branch
+... //depot/linux-aic79xx-2.4.0/lib/dec_and_lock.c#1 branch
+... //depot/linux-aic79xx-2.4.0/lib/errno.c#1 branch
+... //depot/linux-aic79xx-2.4.0/lib/inflate.c#1 branch
+... //depot/linux-aic79xx-2.4.0/lib/string.c#1 branch
+... //depot/linux-aic79xx-2.4.0/lib/vsprintf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/bootmem.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/filemap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/highmem.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/memory.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/mlock.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/mmap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/mmap_avl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/mprotect.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/mremap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/numa.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/oom_kill.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/page_alloc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/page_io.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/shmem.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/slab.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/swap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/swap_state.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/swapfile.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/vmalloc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/mm/vmscan.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/TODO#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/cl2llc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/cl2llc.pre#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/fc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/fddi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/hippi.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/llc_macinit.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/llc_sendpdu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/llc_utility.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/p8022.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/p8023.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/pseudo/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/pseudo/actionnm.awk#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/pseudo/actionnm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/pseudo/compile.awk#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/pseudo/opcd2num.sed#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/pseudo/opcodes#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/pseudo/opcodesnm.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/pseudo/pseudocode#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/pseudo/pseudocode.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/psnap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/sysctl_net_802.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/tr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/transit/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/transit/compile.awk#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/transit/pdutr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/transit/pdutr.pre#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/transit/timertr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/802/transit/timertr.pre#1 branch
+... //depot/linux-aic79xx-2.4.0/net/Changes#1 branch
+... //depot/linux-aic79xx-2.4.0/net/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/net/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/README#1 branch
+... //depot/linux-aic79xx-2.4.0/net/TUNABLE#1 branch
+... //depot/linux-aic79xx-2.4.0/net/appletalk/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/appletalk/aarp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/appletalk/ddp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/appletalk/sysctl_net_atalk.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/addr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/addr.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/atm_misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/clip.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/common.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/common.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/ipcommon.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/ipcommon.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/lec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/lec.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/lec_arpc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/mpc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/mpc.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/mpoa_caches.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/mpoa_caches.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/mpoa_proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/protocols.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/pvc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/raw.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/resources.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/resources.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/signaling.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/signaling.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/atm/svc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/af_ax25.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/ax25_addr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/ax25_dev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/ax25_ds_in.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/ax25_ds_subr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/ax25_ds_timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/ax25_iface.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/ax25_in.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/ax25_ip.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/ax25_out.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/ax25_route.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/ax25_std_in.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/ax25_std_subr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/ax25_std_timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/ax25_subr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/ax25_timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/ax25_uid.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ax25/sysctl_net_ax25.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/bridge/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/bridge/br.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/bridge/br_device.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/bridge/br_fdb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/bridge/br_forward.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/bridge/br_if.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/bridge/br_input.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/bridge/br_ioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/bridge/br_notify.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/bridge/br_private.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/bridge/br_private_stp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/bridge/br_private_timer.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/bridge/br_stp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/bridge/br_stp_bpdu.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/bridge/br_stp_if.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/bridge/br_stp_timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/datagram.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/dev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/dev_mcast.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/dst.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/dv.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/filter.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/iovec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/neighbour.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/netfilter.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/profile.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/rtnetlink.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/scm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/skbuff.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/sock.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/sysctl_net_core.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/core/utils.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/decnet/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/net/decnet/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/decnet/README#1 branch
+... //depot/linux-aic79xx-2.4.0/net/decnet/TODO#1 branch
+... //depot/linux-aic79xx-2.4.0/net/decnet/af_decnet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/decnet/dn_dev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/decnet/dn_fib.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/decnet/dn_neigh.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/decnet/dn_nsp_in.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/decnet/dn_nsp_out.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/decnet/dn_route.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/decnet/dn_rules.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/decnet/dn_table.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/decnet/dn_timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/decnet/sysctl_net_decnet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/econet/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/econet/af_econet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/econet/sysctl_net_ec.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ethernet/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ethernet/eth.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ethernet/pe2.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ethernet/sysctl_net_ether.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/af_inet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/arp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/devinet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/fib_frontend.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/fib_hash.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/fib_rules.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/fib_semantics.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/icmp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/igmp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/inetpeer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/ip_forward.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/ip_fragment.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/ip_gre.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/ip_input.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/ip_nat_dumb.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/ip_options.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/ip_output.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/ip_sockglue.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/ipconfig.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/ipip.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/ipmr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_conntrack_core.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_conntrack_ftp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_conntrack_proto_generic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_conntrack_proto_icmp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_conntrack_proto_tcp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_conntrack_proto_udp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_conntrack_standalone.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_fw_compat.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_fw_compat_masq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_fw_compat_redir.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_nat_core.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_nat_ftp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_nat_proto_icmp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_nat_proto_tcp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_nat_proto_udp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_nat_proto_unknown.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_nat_rule.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_nat_standalone.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_queue.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ip_tables.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipchains_core.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipfwadm_core.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipt_LOG.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipt_MARK.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipt_MASQUERADE.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipt_MIRROR.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipt_REDIRECT.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipt_REJECT.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipt_TOS.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipt_limit.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipt_mac.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipt_mark.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipt_multiport.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipt_owner.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipt_state.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipt_tos.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/ipt_unclean.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/iptable_filter.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/netfilter/iptable_mangle.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/protocol.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/raw.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/route.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/syncookies.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/sysctl_net_ipv4.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/tcp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/tcp_input.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/tcp_ipv4.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/tcp_minisocks.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/tcp_output.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/tcp_timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/udp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv4/utils.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/README#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/addrconf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/af_inet6.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/datagram.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/exthdrs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/icmp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/ip6_fib.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/ip6_flowlabel.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/ip6_fw.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/ip6_input.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/ip6_output.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/ipv6_sockglue.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/mcast.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/ndisc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/netfilter/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/netfilter/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/netfilter/ip6_tables.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/netfilter/ip6t_MARK.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/netfilter/ip6t_limit.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/netfilter/ip6t_mac.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/netfilter/ip6t_mark.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/netfilter/ip6t_multiport.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/netfilter/ip6table_filter.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/proc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/protocol.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/raw.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/reassembly.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/route.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/sit.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/sysctl_net_ipv6.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/tcp_ipv6.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipv6/udp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipx/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipx/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipx/af_ipx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipx/af_spx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/ipx/sysctl_net_ipx.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/af_irda.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/compressors/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/compressors/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/compressors/irda_deflate.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/crc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/discovery.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/ircomm/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/ircomm/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/ircomm/ircomm_core.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/ircomm/ircomm_event.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/ircomm/ircomm_lmp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/ircomm/ircomm_param.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/ircomm/ircomm_ttp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/ircomm/ircomm_tty.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/ircomm/ircomm_tty_attach.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/ircomm/ircomm_tty_ioctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irda_device.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/iriap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/iriap_event.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irias_object.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlan/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlan/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlan/irlan_client.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlan/irlan_client_event.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlan/irlan_common.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlan/irlan_eth.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlan/irlan_event.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlan/irlan_filter.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlan/irlan_provider.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlan/irlan_provider_event.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlap.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlap_comp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlap_event.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlap_frame.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlmp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlmp_event.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irlmp_frame.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irnet/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irnet/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irnet/irnet.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irnet/irnet_irda.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irnet/irnet_irda.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irnet/irnet_ppp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irnet/irnet_ppp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irproc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irqueue.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irsyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irsysctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/irttp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/parameters.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/qos.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/irda/wrapper.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/README#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/accept.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/datasending.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/logging.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/main.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/make_times_h.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/misc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/prototypes.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/rfc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/rfc_time.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/security.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/security.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/sockets.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/structure.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/sysctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/sysctl.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/userspace.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/khttpd/waitheaders.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/lapb/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/lapb/lapb_iface.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/lapb/lapb_in.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/lapb/lapb_out.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/lapb/lapb_subr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/lapb/lapb_timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/netlink/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/netlink/af_netlink.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/netlink/netlink_dev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/netrom/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/netrom/af_netrom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/netrom/nr_dev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/netrom/nr_in.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/netrom/nr_loopback.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/netrom/nr_out.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/netrom/nr_route.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/netrom/nr_subr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/netrom/nr_timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/netrom/sysctl_net_netrom.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/netsyms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/packet/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/packet/af_packet.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/rose/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/rose/af_rose.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/rose/rose_dev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/rose/rose_in.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/rose/rose_link.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/rose/rose_loopback.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/rose/rose_out.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/rose/rose_route.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/rose/rose_subr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/rose/rose_timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/rose/sysctl_net_rose.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/Config.in#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/cls_api.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/cls_fw.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/cls_route.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/cls_rsvp.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/cls_rsvp.h#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/cls_rsvp6.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/cls_tcindex.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/cls_u32.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/estimator.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/police.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/sch_api.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/sch_atm.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/sch_cbq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/sch_csz.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/sch_dsmark.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/sch_fifo.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/sch_generic.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/sch_gred.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/sch_ingress.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/sch_prio.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/sch_red.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/sch_sfq.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/sch_tbf.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sched/sch_teql.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/socket.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sunrpc/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sunrpc/auth.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sunrpc/auth_null.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sunrpc/auth_unix.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sunrpc/clnt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sunrpc/pmap_clnt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sunrpc/sched.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sunrpc/stats.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sunrpc/sunrpc_syms.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sunrpc/svc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sunrpc/svcauth.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sunrpc/svcauth_des.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sunrpc/svcsock.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sunrpc/sysctl.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sunrpc/xdr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sunrpc/xprt.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/sysctl_net.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/unix/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/unix/af_unix.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/unix/garbage.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/unix/sysctl_net_unix.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/wanrouter/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/wanrouter/patchlevel#1 branch
+... //depot/linux-aic79xx-2.4.0/net/wanrouter/wanmain.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/wanrouter/wanproc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/x25/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/net/x25/af_x25.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/x25/sysctl_net_x25.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/x25/x25_dev.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/x25/x25_facilities.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/x25/x25_in.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/x25/x25_link.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/x25/x25_out.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/x25/x25_route.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/x25/x25_subr.c#1 branch
+... //depot/linux-aic79xx-2.4.0/net/x25/x25_timer.c#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/Configure#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/MAKEDEV.ide#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/Menuconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/README.Menuconfig#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/checkconfig.pl#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/checkhelp.pl#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/checkincludes.pl#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/cramfs/GNUmakefile#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/cramfs/mkcramfs.c#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/docgen#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/docproc.c#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/gen-all-syms#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/header.tk#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/kernel-doc#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/ksymoops/README#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/lxdialog/BIG.FAT.WARNING#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/lxdialog/Makefile#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/lxdialog/checklist.c#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/lxdialog/colors.h#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/lxdialog/dialog.h#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/lxdialog/inputbox.c#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/lxdialog/lxdialog.c#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/lxdialog/menubox.c#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/lxdialog/msgbox.c#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/lxdialog/textbox.c#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/lxdialog/util.c#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/lxdialog/yesno.c#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/makelst#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/mkdep.c#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/patch-kernel#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/pathdown.sh#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/split-include.c#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/tail.tk#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/tkcond.c#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/tkgen.c#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/tkparse.c#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/tkparse.h#1 branch
+... //depot/linux-aic79xx-2.4.0/scripts/ver_linux#1 branch
+
+Change 563 by gibbs@aslan on 2002/01/22 11:00:23
+
+	aic79xx.c:
+		Add initial AHD_PKT_BITBUCKET_BUG and overrun handling.
+		In the cases where the hardware will allow such a
+		situation, we will transfer data into on overrun
+		buffer in host memory to simulate a bitbucket.
+	
+	aic79xx.h:
+		AHD_PKT_BITBUCKET_BUG definition.
+	
+	aic79xx.reg:
+		Add per-mode location for saving the accumulator during
+		interrupt handlers.
+	
+		Add bits describing an overrun condition.
+	
+		Add a downloadable constant for defining the 
+		overrun buffer location.
+	
+	aic79xx.seq:
+		Turn freeze_queue into a subroutine and have it
+		save and restore the accumulator around using it.
+	
+		Add preliminary support for handling overruns.
+	
+	aicasm/aicasm.c:
+		Formatting nits.
+	
+	aicasm/aicasm_gram.y:
+	aicasm/aicasm_symbol.h:
+		Allow constants to be larger than 8bits.  The sequencer
+		will still complain if an expression doesn't manipulate
+		the constant into a form that fits in 8bits during an
+		assignment.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#22 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#15 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#18 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#19 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#13 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#13 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#9 edit
+
+Change 554 by gibbs@overdrive on 2002/01/22 00:14:54
+
+	scsi_iu.h:
+		Add a header file describing datastructures of
+		SCSI Information Units.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/scsi_iu.h#1 add
+
+Change 552 by gibbs@overdrive on 2002/01/21 23:50:24
+
+	aic7xxx_osm.c:
+		block_size() is only available in very recent
+		kernels.  Use 1024 for anything earlier than 2.4.17.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#84 edit
+
+Change 529 by gibbs@overdrive on 2002/01/21 14:19:18
+
+	aic7xxx_host.h:
+		Correct idempotency ifdefs.
+	
+	aic7xxx_osm.c:
+		Use "block_size" rather than a hard coded 1024 to
+		access the underlying device in search of an fdisk table.
+	
+	aic7xxx_osm.c:
+		Protect code unreferenced if MMAPIO is flase.
+	
+		Use pci_set_drvdata(), rather than touching the
+		PCI device structure manually.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_host.h#6 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#83 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#30 edit
+
+Change 504 by gibbs@aslan on 2002/01/15 13:23:22
+
+	aic79xx.c:
+		Set SAVED_SCSIID and SAVED_LUN to invalid values
+		everytime we restart the sequencer.
+	
+		Panic() after dumping card state should we complete
+		an SCB twice.  This will be removed prior to release.
+	
+		Add panics after most calls to ahd_dump_card_state().
+		This guarantees that we can capture any diagnostic
+		output.
+	
+		Implement status packet fetching.  In the future we
+		may embed the sense data location into the SCB so
+		a sequencer interrupt is not necessary, but for now
+		we let the kernel fill in the sense address.
+	
+		Add sequencer interrupt codes for failures of diagnostics
+		performed by the sequencer.
+	
+		Properly set the bug variable to include all bugs we
+		have workarounds for.
+	
+		Add support for using the abort feature (once it works)
+		to catch references by a target to tag identifiers that
+		are not allocated.
+	
+		Protect the routines parsing the execution list from
+		infinite transaction loops.
+	
+		Enahance ahd_dump_card_state to include more information.
+	
+	aic79xx.h:
+		Move derivative register access routines to aic79xx_inline.h.
+		Using inline functions allows type promotion which aids in
+		gracefully handling quads.
+	
+	aic79xx.reg:
+		Add additional sequencer interrupt codes.
+	
+		Fix a typo in the definition of LQIABORT.
+	
+		Define the sequencer stack size.
+	
+	aic79xx.seq:
+		Revert to non-inlined version of load_first_seg.  The
+		bug that this "worked around" has been addressed.
+	
+		Use calls to setjmp in our interrupt handler rather than
+		manually setting the longjmp address.
+	
+	aic79xx_inline.h:
+		Add routines for syncing sense buffers.
+	
+		Add inline versions of the derivative register
+		access methods (inw, inq, etc.).
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#21 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#14 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#17 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#18 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#16 edit
+
+Change 503 by gibbs@aslan on 2002/01/13 20:57:51
+
+	Packetized checkpoint.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#17 edit
+
+Change 495 by gibbs@aslan on 2002/01/09 09:29:03
+
+	aic7xxx.c:
+		Set both SAVED_LUN and SAVED_SCSIID to impossible values
+		in ahc_restart().  We can't trust these fields until the
+		sequencer trusts them again and since we didn't initialize
+		them explicitly during startup, a rogue interrupt could
+		have caused us to access them, generating a parity error.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#54 edit
+
+Change 493 by gibbs@aslan on 2002/01/08 12:39:10
+
+	Setup task attributes (tag type) for packetized transactions.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#15 edit
+
+Change 492 by gibbs@aslan on 2002/01/08 11:20:40
+
+	aic79xx.c:
+		Add additional trace sequencer interrupt codes.
+	
+		Make a fist pass at handling unexpected bus frees.  We
+		now expect a busfree at the end of any PPR negotiation
+		that results in a change in the IU_REQ agreement.
+	
+		Don't set PACED transfers for async speeds.  This bug
+		didn't seem to upset the chip, but who knows.
+	
+		Fix a bug in initialization of the per-device annex
+		data.  Start at the PRECOMP column and allow
+		auto-increment to do the rest.
+	
+		Enable IU/QAS/RD_STRM/WR_FLOW negotiation.
+	
+		Enable searching through the pending list for SCBs to
+		abort in ahd_abort_scbs().
+	
+		Print out FIFO status in ahd_dump_card_state().
+	
+	aic79xx.reg:
+		Add more debugging SEQINTCODEs.
+	
+		Add definitions for the BUSFREETIME status bits.
+	
+		Correct definition of the PRECOMP annex column.
+	
+		Add FETCH_INPROG to SG_STATE for workaround of
+		SG_CACHE_AVAIL coming true soon than expected.
+	
+		Change DRAINING_SCB to LONGJMP_SCB as the SCBID
+		is now set for many different longjmp routines.
+	
+	aic79xx.seq:
+		Add code to drain the good status fifo.
+	
+		Service longjmp routines in order to clear FIFOs
+		for a non-packetized transaction.
+	
+		Complete the workaround for Razor #494.
+	
+		SG_CACHE_AVAIL will come true in the other FIFO as
+		soon as the FIFO using the SG_CACHE has provided
+		enough segments to satify it's transfer or has seen
+		saveptrs status.  Use FETCH_INPROG state to guard against
+		this early switch confusing the other FIFO into believing
+		it has valid SG data.
+	
+		Clear SG_FULL_RESID from both the SCB_SGPTR and the
+		RESIDUAL_SGPTR by clearing the flag in SCB_SGPTR prior
+		to the copy to the residual field.
+	
+		Update the calc_resid subroutine to include the setting
+		of the residual datacnt.
+	
+		Remove the monitor_drain handler.  We rely on the data
+		FIFO's high priority to handle this case.
+	
+		Only defer completions if a longjmp routine for the
+		SCB of interrest is still active.  This simplifies
+		the check_fifo routine.
+	
+		Inline the good_status_IU handler to lose a stack level.
+	
+	aic79xx_inline.h:
+		Clear the task_management field if we are packetized.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#20 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#13 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#16 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#16 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#14 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#53 edit
+
+Change 485 by gibbs@overdrive on 2001/12/17 23:07:26
+
+	aic79xx_osm.c:
+		Correct typos and style nits.
+	
+		Properly track the transfer length in
+		scb->platform_data->xfer_len.  We failed to
+		update this variable during the conversion to
+		use the Core ahd_sg_setup() routine.
+	
+		Increment cur_seg instead of using the first
+		segment for every segment in the transfer.
+	
+		Remove target_offset.  Since single function
+		twin chips don't exist in the 79XX class, target_offset
+		and target are synonymous.
+	
+		If we don't have a "linux target" structure for for
+		a device pertaining to an async event, don't service
+		the event.
+	
+	aic79xx_osm_pci.c:
+		Linux counts every 4 bytes of config space as a bar
+		regardless of whether the BAR is 64bit or not.  Update
+		use of pci_resource_start() to reflect this strange
+		method of indexing.
+	
+		Correct check of retrieved ioport bases.  base and
+		base2 are pointers.
+	
+		Correct think-o in mapping regsiters.  We only want to
+		attempt IO space if maddr is NULL indicating that
+		memory mapped space is not available.
+	
+	aic7xxx_osm.c:
+		Style nit.
+	
+		If we don't have a "linux target" structure for for
+		a device pertaining to an async event, don't service
+		the event.
+	
+	aic7xxx_osm_pci.c:
+		Correct check of retrieved ioport base.
+		base is a pointer.
+	
+		Correct think-o in mapping regsiters.  We only want to
+		attempt IO space if maddr is NULL indicating that
+		memory mapped space is not available.
+	
+	aicasm/Makefile:
+		yacc in some distributions does not support the -o
+		output option.  Modify the Makefile to avoid using
+		this feature.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#5 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#3 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#82 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#29 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/Makefile#10 edit
+
+Change 484 by gibbs@overdrive on 2001/12/17 21:32:02
+
+	Disable information unit transfers for now.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#19 edit
+
+Change 483 by gibbs@overdrive on 2001/12/17 15:23:19
+
+	aic79xx_osm.c:
+		Remove vestigial call to aic7770_linux_probe().  This driver
+		does not support that chip.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#4 edit
+
+Change 482 by gibbs@overdrive on 2001/12/17 13:43:35
+
+	Include SPI4 PPR options.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/scsi_message.h#4 edit
+
+Change 481 by gibbs@overdrive on 2001/12/17 13:43:25
+
+	Set SCB_PACKETIZED on all packetized SCBs.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#3 edit
+
+Change 480 by gibbs@overdrive on 2001/12/17 13:43:06
+
+	Prepare for release 0.0.0 of the aic79xx driver.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#4 edit
+
+Change 479 by gibbs@aslan on 2001/12/17 13:27:15
+
+	aic79xx.c:
+	aic79xx.seq:
+		Initialize SG_STATE to 0 for sanity on card initialization
+		and anytime a new transfer is started where additional
+		segments are not needed.
+	
+	aic79xx.reg:
+		SG_SENSE is no longer needed.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#18 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#15 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#15 edit
+
+Change 478 by gibbs@overdrive on 2001/12/17 11:44:16
+
+	aic7xxx.h:
+		Remove alternate bus space tag handles.  We don't bother
+		holding the unused regions any more.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#37 edit
+
+Change 477 by gibbs@aslan on 2001/12/17 11:43:03
+
+	aic79xx.c:
+		Break out the computation of "post patch" sequencer
+		addresses so we can use it to compute the location
+		of the sequencer's interrupt handler.
+	
+		Start the process of marking Rev A bugs with the
+		AHD_SENT_SCB_UPDATE_BUG.
+	
+		Expand PPR option rules to include all supported
+		options.
+	
+		Correct the setting of precompensation values to
+		reflect fixes in the A2.
+	
+		Begin the process of handling PPR negotiations that
+		end in a bus free due to a change in IU_REQ.
+	
+		Enhance DFF mode specific initialization to include
+		the LongJmp address and the interrupts we want enabled.
+	
+		We must be in the SCSI mode to initialize the
+		negotiation table.
+	
+		Enable write flow control, read streaming and
+		information units if the SEEPROM tells us to enable
+		packetized.
+	
+	aic79xx.h:
+		Add AHD_SENT_SCB_UPDATE_BUG definition.
+	
+		Add SCB flags indicating packetized transaction and
+		a PPR that should result in a busfree.
+	
+	aic79xx.reg:
+		Add additional sequencer interrupt codes for packetized
+		failure modes.
+	
+		Allow the STACK and LASTSCB to be written two.  The
+		STACK needs to be written for longjump operations.
+		LASTSCB needs to be written for the AHD_SENT_SCB_UPDATE_BUG.
+	
+		Add PRECOMP constants.
+	
+		Move DATA_COUNT_ODD to per-mode scratch.
+	
+		Add STATUS_RCVD field to SCB_CONTROL.
+	
+		A status code of STATUS_PKT_SENSE indicates sense
+		data was recieved for this packetized transaction.
+	
+		Set the high bit of LONGJMP_ADDR to indicate that
+		it is no longer valid.
+	
+	aic79xx.seq:
+		Add setjmp/longjmp support.
+	
+		Implement AHD_SENT_SCB_UPDATE_BUG workaround.
+	
+		Break out first segment load, SCB completion,
+		residual calculation and save pointers so they
+		can be used for packetized operations.
+	
+		Make a first cut at sequencer interrupt services
+		for packetized operations.
+	
+	aic79xx_inline.h:
+	aic79xx_osm.c:
+		Use an SCB flag to indicate that a transaction is
+		packetized freeing up a bit in SCB_CONTROL for
+		STATUS_RCVD.
+	
+	aic79xx_pci.c:
+		Add compaq IDs.
+	
+	aicasm/aicasm_gram.y:
+	aicasm/aicasm_scan.l:
+	aicasm/aicasm_symbol.c:
+	aicasm/aicasm_symbol.h:
+		Add the ability to export a sequencer label to
+		the host driver.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#17 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#12 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#14 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#14 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#13 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#8 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#12 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#9 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#12 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#8 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#3 edit
+
+Change 475 by gibbs@overdrive on 2001/12/13 14:45:21
+
+	aic79xx_osm.h:
+		Put definition of KERNEL_VERSION into a more
+		appropriate place.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#3 edit
+
+Change 474 by gibbs@overdrive on 2001/12/13 14:43:24
+
+	Makefile:
+		Delete common makefile.  Each version of Linux is
+		so different that having one Makefile isn't practical.
+		Our build process has not referenced this version for
+		some time.
+	
+	aic7770_osm.c:
+		Pass port information into aic7770_config rather than
+		using a back door through the bus tag and handle to
+		get it.  This allows us to properly clean up mappings
+		should our attach fail.
+	
+		Port is now passed into aic7770_map_registers.
+	
+		Don't set platform data irq field until allocation is
+		successful.  This avoids freeing attempting to free
+		an IRQ we don't own during teardown of a failed attach.
+	
+	aic79xx_osm.c:
+		Clean up unmapping of SCB data.  In the single buffer case,
+		we now store the bus address for the buffer in the SCB
+		platform data so we don't need to recreate it from the
+		S/G list.  The S/G list may be changed by and auto request
+		sense operation, so it cannot be trusted.
+	
+		Formatting nits.
+	
+		Allow DT transfers to devices that only claim SCSI_2 if they
+		have the DT_REQ bit set in thier inquiry data.  This fixes
+		slow transfers on certain IBM drivers.
+	
+	aic79xx_osm.h:
+		Add powerof2 #define.
+	
+		Add buf_busaddr into the SCB platform data.
+	
+	aic79xx_osm_pci.c:
+		Correct comments to reflect reality.
+	
+	aic7xxx_osm.c:
+		Only define modversion info in this file.  This should fix
+		builds on 2.2.X kernels.
+	
+		Clean up unmapping of SCB data.  In the single buffer case,
+		we now store the bus address for the buffer in the SCB
+		platform data so we don't need to recreate it from the
+		S/G list.  The S/G list may be changed by and auto request
+		sense operation, so it cannot be trusted.
+	
+		Initialize platform IRQ field to unallocated value so we
+		don't inadvertantly free an IRQ we don't own in ahc_free().
+	
+		Use AHC_NUM_LUNS rather than hard coded value.
+	
+		Properly initialize sg_count prior to mapping any segments.
+	
+		Allow DT transfers to devices that only claim SCSI_2 if they
+		have the DT_REQ bit set in thier inquiry data.  This fixes
+		slow transfers on certain IBM drivers.
+	
+	aic7xxx_osm.h:
+		Add tasklet include and adjust for movement of files.	
+	
+		Add buf_busaddr to scb_platform_data.
+	
+		Add define for AHC_LINUX_NOIRQ.
+	
+		Adjust for new prototype for aic7770_map_registers.
+	
+	aic7xxx_osm_pci.c:
+		Properly release memory regions if we fail to ioremap them.
+		In general clean up how we allocate memory regions.
+	
+		Don't set platform data irq field until allocation is
+		successful.  This avoids freeing attempting to free
+		an IRQ we don't own during teardown of a failed attach.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/Makefile#9 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7770_osm.c#10 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#81 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#74 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#28 edit
+
+Change 473 by gibbs@aslan on 2001/12/07 17:48:46
+
+	aic79xx.c:
+		Initialize new SG_STATE, per DFF, scratch ram variable.
+	
+		Display SG_STATE information when dumping card state
+		while in a DFF mode.
+	
+	aic79xx.reg:
+		Add SG_STATE and SAVED_MODE scratch ram variables.
+	
+	aic79xx.seq:
+		Move the return label to a location where there is
+		already a solicatry return instruction.
+	
+		Add code to service FIFOS for packetized transactions
+		to the main idle loop.
+	
+		We can't rely on ARRDONE after ARREN is disabled.  The
+		chip clears that bit at the same time ARREN is cleared.
+		Remove a comment about an optimization we could perform
+		if ARRDONE stayed set.
+	
+		Add a comment explaining why we must disable interrupts
+		when setting the mode pointer register.
+	
+		Have allocate FIFO service FIFOs so it can free them
+		up.  We still require both FIFOs to be free for a
+		non-packetized request.
+	
+		Optimize the delivery of an unpacketized cdb.  If we
+		are using SCB internal storage, we can bypass the
+		SG FIFO and set SHCNT directly.  This shaves ~12 clocks
+		of the start of the cdb transfer.
+	
+		Start using CLRCHN instead of RSTCHN.  There is still
+		more optimization that can occur in the non-packetized
+		path in terms of deferring DFIFO teardown.
+	
+		Modify data_group_idle_loop to service the other FIFO
+		as well as perform SCB prefetch/completion type
+		activities.
+	
+		Use SG_STATE to track S/G prefetch and FIFO servicing
+		requirements.
+	
+		Clear SG_STATE when the last segment is loaded or we
+		have completed this data group transfer (last segment
+		done or phasechange).
+	
+		If we go into an overrun condition, release the FIFO
+		by performing a reset channel if a FIFO is still
+		allocated.
+	
+		Change ultra2 -> data_group in all labels.
+	
+		Rely exclusively on SCSIEN going away to signal end
+		of a data transfer.  SCSIEN transitions on last segment
+		done, so testing for it in the loop too is superfluous.
+	
+	aic79xx_inline.h:
+		Add a better comment for why we read from the MODE_PTR
+		register after every SCB ram read.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#16 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#13 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#13 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#12 edit
+
+Change 470 by gibbs@aslan on 2001/12/04 17:09:19
+
+	aic79xx.seq:
+		Convert ccsg idle loop into a proceedure so it can
+		be used in places other than the main idle loop.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#12 edit
+
+Change 469 by gibbs@aslan on 2001/12/02 14:30:08
+
+	aic79xx.c:
+		Add a trace point for printing out saved pointer and residual
+		data from an SCB.
+	
+		Remove a hardware workaround that is no longer needed for
+		H2A2 and beyond.
+	
+		Quite some diagnostic code.
+	
+		Trim our downloaded constants down to only those needed.
+	
+		Add a #error if the number of downloaded constants grows
+		or shrinks from the number we currently initialize.
+	
+		Perform more robust calculations to determine the constants
+		used for S/G element prefetch.
+	
+	aic79xx.reg:
+		Add the saved/residual tracepoint to SEQINTCODE.
+	
+		Trim unused downloaded constants.
+	
+	aic79xx.seq:
+		Make use of SG_PREFETCH_CNT_LIMIT constant in handling
+		S/G fetch.  This ensures that a complete segment is
+		still left in the buffer prior to attempting to use it.
+	
+		Assume the kernel will start the DMA after a PDATA_REINIT
+		call.
+	
+		Correct some comments.
+	
+		Don't clear the data channel after a data group phase.
+		Defer this to await busfree.  This guarantees that SHADDR
+		is still valid should a saved data pointers occur.
+	
+	aic79xx_inline.h:
+		Add "ahd_inl_scbram()".
+	
+	aic79xx_osm.c:
+		Correct another case where we were still using an
+		ahd_syncrate.
+	
+	aicasm/aicasm_gram.y:
+		Don't complain about an immediate aliasing the accumulator
+		if the immediate is a downloaded constant.
+	
+	aicasm/aicasm_symbol.c:
+		Output a #define for the number of downloaded constants
+		the sequencer program is expecting.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#15 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#12 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#11 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#11 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#11 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#11 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#2 edit
+
+Change 468 by gibbs@overdrive on 2001/11/28 15:47:30
+
+	aic79xx_host.h:
+	aic79xx_osm.c:
+	aic79xx_osm.h:
+	aic79xx_osm_pci.c:
+	aic79xx_proc.c:
+		First cut at Linux U320 OSM layer.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_host.h#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.h#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm_pci.c#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_proc.c#1 add
+
+Change 467 by gibbs@aslan on 2001/11/28 15:45:19
+
+	aic79xx_pci.c:
+		Correct include location under Linux.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#7 edit
+
+Change 466 by gibbs@aslan on 2001/11/28 15:43:12
+
+	aic79xx.c:
+	aic79xx.reg:
+		Linux's kernel ffs() implementation doesn't handle
+		constants properly on x86.  Compensate by using
+		a constant for the bit offset as well.  Grrrr!
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#14 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#11 edit
+
+Change 465 by gibbs@aslan on 2001/11/28 14:55:16
+
+	aic79xx.c:
+		Remove debugging printfs.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#13 edit
+
+Change 464 by gibbs@aslan on 2001/11/28 14:46:07
+
+	aic79xx.c:
+		Remove Debugger() statements that Linux doesn't understand.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#12 edit
+
+Change 463 by gibbs@overdrive on 2001/11/28 14:43:42
+
+	aic79xx_inline.h:
+		Avoid code bloat by only including 64bit S/G format
+		code if sizeof(bus_addr_t) > 4.  The compiler should
+		optimize out this code if this check against a constant
+		fails.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#10 edit
+
+Change 462 by gibbs@aslan on 2001/11/28 14:41:51
+
+	aic79xx.h:
+	aic79xx_pci.c:
+		Put PCI BAR offsets into a header where
+		all OSMs can see them.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#11 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#6 edit
+
+Change 461 by gibbs@aslan on 2001/11/27 17:52:25
+
+	aic79xx.h:
+		Pull ahd_inw/l/q and ahd_outw/l/q into Core header file.
+	
+	aic79xx_osm.h:
+		Mask off top port bit when doing I/O.
+	
+	ahd_pci.c:
+		Map a subregion for bshs[1], offset by 256 bytes, when we are
+		doing memory mapped I/O.  This compensates for the masking
+		of the port performed above.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#10 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/ahd_pci.c#2 edit
+... //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.h#2 edit
+
+Change 459 by gibbs@overdrive on 2001/11/27 13:32:05
+
+	Enable ID expansion.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#11 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#9 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#10 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#10 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#9 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#5 edit
+
+Change 458 by gibbs@overdrive on 2001/11/27 13:29:05
+
+	Allow FreeBSD and Linux to fully share core files.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#16 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.c#10 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#52 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#36 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#12 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#34 edit
+
+Change 454 by gibbs@overdrive on 2001/11/25 17:22:22
+
+	Complete the update of the assembler.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_gram.y#1 add
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_scan.l#1 add
+
+Change 453 by gibbs@overdrive on 2001/11/25 15:46:40
+
+	aic7xxx_osm.c:
+		Add a function to pull out user tag depth information.
+		Use it to limit the per-device tag depth.  The kernel
+		will never send us more commands than this limit anyway
+		since we honor this limit in select queue depths, but
+		this will make the information in /proc jibe with the
+		users settings and prevent some confusion.
+	
+		On kernels that support them (>= 2.4.0), use a tasklet
+		to flush any queued commands pent up in our per-device
+		queues
+	
+		Use an inline function, ahc_linux_next_device_to_run(),
+		to factor out some common code.
+	
+	aic7xxx_osm.h:
+		Add structures for our tasklet to the linux platform
+		softc.
+	
+	aicasm/Makefile:
+		Update for second parser/scanner in the assembler.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#80 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#73 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/Makefile#9 edit
+
+Change 452 by gibbs@overdrive on 2001/11/25 15:32:58
+
+	aic7770.c:
+		Disable chip interrupts early in chip attach.
+		We poke a few registers on the chip prior to
+		resetting it so this narrows the window where
+		an unexpected interrupt could hang us.
+	
+	               Convert all exported symbols to use an "ahc"
+		prefix to avoid conflicts with other drivers.
+	
+		Use a common SEEPROM checksum.
+	
+	aic7xxx.c:
+		Clear any pending message state in ahc_restart();
+	
+		Pass the ahc softc to ahc_update_residual.
+		ahc_update_residual calls ahc_calc_residual which
+		requires the softc to print path information if
+		debugging is enabled.
+	
+		Don't bother clearing message state just prior
+		to calling ahc_restart();
+	
+		Always perform a bus read prior to waiting in
+		a delay loop waiting for a bus write to take
+		effect.  This ensures that the first time
+		through the loop the delay occurs after the
+		write has taken effect.
+	
+		Style cleanup.
+	
+		Remove some initialization code left over from
+		a previous way of probing SCBs.
+	
+		Always clear parity error status after reading
+		any SCB or scratch locations that might be
+		uninitialized.  The debugging code that dumps
+		scratch ram contents could trigger such an
+		event.
+	
+		Initialize any scratch ram locations that might
+		be read (by our interrupt handler most likely)
+		prior to being initialized by our first transaction.
+		SAVED_SCSIID falls into this category, but there
+		may be others.
+	
+		Remove some unecessary code.  In this case, the
+		varaible "next" was initialized unecessarily which
+		could hide "use before initialization" bugs.
+	
+		Add some more information to ahc_dump_card_state();
+	
+	aic7xxx.h:
+		Update ahc_update_residual() declaration.
+	
+		Move AHC_DEBUG definitions to this header.
+	
+	aic7xxx.reg:
+	aic7xxx.seq:
+		Update for changes in the assembler.
+	
+	aic7xxx_93cx6.c:
+	aic7xxx_93cx6.h:
+		Prefix exported symbols with "ahc".
+	
+	aic7xxx_inline.h:
+		Update ahc_update_residual() definition.
+	
+		Target mode command completions come in through
+		the qinfifo, so we must read it even if we are
+		only executing the target role.
+	
+		Change to power state D0 prior to mapping our
+		registers.  BARs are usually cleared by a power
+		state change.
+	
+		Disable chip interrupts early in chip attach.
+		We poke a few registers on the chip prior to
+		resetting it so this narrows the window where
+		an unexpected interrupt could hang us.
+	
+		Use symbols prefixed by "ahc".
+	
+		Clear any parity errors that might occur while
+		trying to pull uninitialized SCB2 information.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#15 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#51 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#35 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#25 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#38 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#11 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.h#8 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#32 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#33 edit
+
+Change 451 by gibbs@overdrive on 2001/11/25 15:05:14
+
+	Teach the assembler about simple 'C' macros.
+	
+	Add a second parser/scanner to handle macro expansions.
+	
+	The arguments to patch functions are now specified in the
+	source file rather than be hard coded.
+	
+	Use the "driver neutral" "aic_patch_#_func() to denote the
+	static functions used to patch sequencer code.
+	
+	staticize all generated code to avoid conflicts when mutliple
+	drivers are compiled together.
+	
+	Teach the driver about register window modes.  Have the assembler
+	complain if a register is accessed in a window that is not supported
+	by the register.
+	
+	Allow '<<' and '>>' expressions.  They are evaluated during assembly.
+	
+	Complain if an expression used as an "immediate or the accumulator"
+	argument evaluates to 0.  0 is an alias for the accumulator in these
+	instruction formats and referencing the accumulator in these
+	situations is likely not the desired effect.
+	
+	BUGS: Line numbers get screwed up on program listing when macros are
+	      used.  The assembler should output the expanded code into the
+	      listing file so line numbers and instruction lines make sense.
+	      Line numbers in error messages may also be wrong for macros,
+	      but I haven't verified this.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#12 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.h#8 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#10 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#8 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#10 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#7 edit
+
+Change 448 by gibbs@aslan on 2001/11/19 21:22:51
+
+	Checkpoint.  Tagged queuing now works.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#9 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#8 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#9 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#9 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#8 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#4 edit
+
+Change 447 by gibbs@aslan on 2001/11/17 21:06:51
+
+	Checkpoint: U160 now operational.
+	
+	Deal with the NEG table.  And NEG table bugs.
+	
+	Implement IOCELL workarounds.
+	
+	Deal with missing DIS_MSGIN_DUAL in OPTIONMODE register.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#8 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#7 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#8 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#8 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#7 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#3 edit
+
+Change 445 by gibbs@aslan on 2001/11/14 16:49:32
+
+	Checkpoint.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#7 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#6 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#7 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#7 edit
+
+Change 444 by gibbs@aslan on 2001/11/13 21:49:20
+
+	Checkpoint.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#6 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#5 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#6 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#6 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#6 edit
+
+Change 442 by gibbs@aslan on 2001/11/13 14:07:10
+
+	Checkpoint.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#5 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#4 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#5 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#5 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#5 edit
+
+Change 440 by gibbs@aslan on 2001/11/08 21:14:12
+
+	Checkpoint.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#4 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.h#3 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#4 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#4 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#4 edit
+
+Change 439 by gibbs@aslan on 2001/11/07 18:54:07
+
+	Checkpoint.  Selection Timeout path now operates.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#3 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#3 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#3 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#3 edit
+
+Change 438 by gibbs@aslan on 2001/11/07 17:28:10
+
+	Checkpoint.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#2 edit
+
+Change 437 by gibbs@aslan on 2001/11/07 15:41:15
+
+	Checkpoint.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.h#2 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#2 edit
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#2 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#2 edit
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#2 edit
+
+Change 435 by gibbs@aslan on 2001/10/25 13:28:33
+
+	Initial 790X Core driver import.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic79xx.c#1 add
+... //depot/aic7xxx/aic7xxx/aic79xx.h#1 add
+... //depot/aic7xxx/aic7xxx/aic79xx.reg#1 add
+... //depot/aic7xxx/aic7xxx/aic79xx.seq#1 add
+... //depot/aic7xxx/aic7xxx/aic79xx_inline.h#1 add
+... //depot/aic7xxx/aic7xxx/aic79xx_pci.c#1 add
+
+Change 421 by gibbs@overdrive on 2001/10/11 15:33:59
+
+	Bump version to 6.2.4.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#72 edit
+
+Change 420 by gibbs@overdrive on 2001/10/11 15:33:30
+
+	aic7xxx_osm.c:
+		Move the include of linux/module.h to our osm header file.
+	
+		Add a MODULE_LICENSE entry.
+	
+		Don't forget to include the high address bits in
+		calls to pci_unmap_single().
+	
+		Fix a typo in a comment.
+	
+		Use hex instead of decimal when reporting return codes
+		to our exception handling routines.
+	
+	aic7xxx_osm.h:
+		Include, unconditionally, linux/module.h.
+	
+	aic7xxx_osm_pci.c:
+		Add a MODULE_DEVICE_TABLE entry for our PCI ids.
+	
+		Formatting cleanup.
+	
+		Use a simpler way of expressing "all bits set in something
+		the size of a bus_addr_t" without getting compiler warnings
+		on some platforms.
+	
+		Kill an unused variable.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#79 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#71 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#27 edit
+
+Change 419 by gibbs@overdrive on 2001/10/11 15:21:15
+
+	aic7xxx.c:
+		Force renegotatiation of transfer parameters on the
+		next command to a device after a selection timeout or
+		a parity error.
+	
+		Fix a typo in a comment.
+	
+		Put SCBs that aren't in the scbindex table and not already
+		in the free list, back into the free list.  This can happen
+		in certain "SCB queued twice for abort processing" cases.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#50 edit
+
+Change 408 by gibbs@overdrive on 2001/09/13 17:49:29
+
+	Still part of the 6.2.3 release...
+	
+	aic7xxx.c:
+		Export ahc_abort_scbs() for use by OSMs.
+	
+		In ahc_abort_scbs(), only remove entries from
+		the busy target table that match the abort
+		criteria.  In the past, we might take out any
+		entry for a particular target.
+	
+		In ahc_abort_scbs() only search the disconnected
+		list and busy target table if the role is not
+		ROLE_TARGET.
+	
+	aic7xxx.h:
+		Export ahc_abort_scbs() for use by OSMs.
+	
+	aic7xxx.reg:
+		Add a definition for the SCSI offset count in
+		SSTAT3 for U2+ adapters.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#49 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#34 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#24 edit
+
+Change 391 by gibbs@overdrive on 2001/09/12 13:14:51
+
+	Update version for 6.2.3 driver release.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#70 edit
+
+Change 390 by gibbs@overdrive on 2001/09/12 13:14:00
+
+	Update copyright to reflect new binary distribution disclaimer
+	       clause (if you choose BSD license terms) and Adaptec copyright.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7770_osm.c#9 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_host.h#5 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#78 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#69 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#26 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#13 edit
+
+Change 389 by gibbs@overdrive on 2001/09/12 13:07:18
+
+	Update copyright to reflect new binary distribution disclaimer
+	clause and Adaptec copyright.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#14 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#48 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#33 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#23 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#37 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#10 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.h#7 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#31 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#32 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#11 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.h#7 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#9 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_insformat.h#7 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#7 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#9 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#6 edit
+
+Change 387 by gibbs@overdrive on 2001/09/11 15:31:45
+
+	aic7xxx_inline.h:
+		Remove spurious '{' that only came into effect if
+		target mode was compiled in.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#30 edit
+
+Change 386 by gibbs@overdrive on 2001/09/11 14:19:51
+
+	aic7xxx_osm.c:
+		Only run our shutdown hook for the SYS_DOWN and
+		SYS_HALT events.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#77 edit
+
+Change 385 by gibbs@overdrive on 2001/09/11 14:18:38
+
+	aic7xxx.h:
+		Add residual information to struct target_data to
+		allow residual information to be handled in the
+		same way as for the initiator role.  Prior to this
+		fix, the status byte field was overwritten when the
+		residual count was saved to the SCB assuming the
+		residual was non-zero.
+	
+	aic7xxx.reg:
+		Adjust for change in SCB layout for target mode.
+	
+	aic7xxx.seq:
+		Adjust for change in SCB layout for target mode.
+	
+		Send an ignore wide residue message if we are acting
+		as a target in wide mode and complete a data-in phase
+		with an odd data count.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#32 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#22 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#36 edit
+
+Change 382 by gibbs@overdrive on 2001/09/10 17:31:46
+
+	aic7xxx_osm.c:
+		Initialize our host template's "max_lun" field.  This may
+		correct an issue with probing big, multi-lun, devices in
+		Linux post 2.4.3.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#76 edit
+
+Change 381 by gibbs@overdrive on 2001/09/10 16:29:53
+
+	aic7xxx.c:
+	aic7xxx.h:
+		Add a new constant, AHC_SCB_MAX_ALLOC, which indicates
+		how many of the AHC_SCB_MAX scbs available on the card
+		we can actually allocate.  This can be at most
+		AHC_MAX_QUEUE+1.  The FreeBSD OSM, by virtue of CAM, already
+		enforced this limit.  This change ensures that all OSMs
+		are restricted to this limit.
+	
+	aic7xxx_inline.h:
+		If CMDCMPLT is active in intstat, check all completion queues.
+		This corrects a race condition when target mode is enabled
+		that could allow us to miss running a queue that just received
+		a new command.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#47 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#31 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#29 edit
+
+Change 357 by gibbs@overdrive on 2001/09/06 13:25:10
+
+	aic7xxx_osm.h:
+		Add constants related to the "periodic_otag" feature.
+	
+		Increase the ordered tag threshold to 500 commands.
+	
+		Issue an mb() even when using PIO to talk to the card.
+		This may be necessary on platforms other than intel.
+	
+		Bump driver version to 6.2.2.
+	
+	aic7xxx_osm.c:
+		Remove comments/globals referencing unused driver options.
+	
+		Hook up the following driver options:
+			no_probe	Disable EISA/VLB controller probing
+			no_reset	Supress initial bus resets
+			extended	Enable extended geometry on
+					all controllers
+			periodic_otag	Send an ordered tagged transaction
+					periodically to prevent tag starvation.
+					This may be required by some older disk
+					drives/RAID arrays. 
+			reverse_scan	Sort PCI devices highest Bus/Slot to
+					lowest 
+	
+		Don't attempt to set the PCI dma mask if we're an EISA/VLB
+		controller.
+	
+		Dump controller state on any abort/bdr instead of only when
+		the user has turned on the "verbose" option.  This should
+		facilitate the generation of user bug reports.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#75 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#68 edit
+
+Change 356 by gibbs@overdrive on 2001/09/06 13:16:05
+
+	Only trust sub-device information on Adaptec cards.  It seems
+	that many motherboard implementations do not follow the Adaptec
+	sub-device id spec.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#31 edit
+
+Change 340 by gibbs@overdrive on 2001/08/24 11:24:25
+
+	aic7xxx_osm.c:
+		Remove a no-longer relevant comment.
+	
+		Add information about our module parameters that
+		can be displayed by modinfo.
+	
+		Use the channel letter, rather than the number, as
+		we do in all other displays of this information.
+	
+		Never attempt PPR messages on a device that claims
+		to be SCSI2.  Jaz drives hang, rather than reject
+		the message, and sending these messages to SCSI2
+		devices is just too dangerous.
+	
+		Whitespace cleanup.
+	
+	aic7xxx_osm.h:
+		Include endian information for use by aicasm_insformat.h.
+	
+	aic7xxx_osm_pci.c:
+		Always reserve both our memory and I/O port range to guard
+		against other devices attaching to these same addresses.
+		We still only use one of the two regions for accessing the
+		card.
+	
+	aicasm/Makefile:
+		Add explicit dependencies on y.tab.h so it is rebuilt
+		prior to any files, even generated ones, that need it.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#74 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#67 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#25 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/Makefile#8 edit
+
+Change 339 by gibbs@overdrive on 2001/08/24 11:17:35
+
+	aic7xxx.c:
+		Re-intialize LASTPHASE everytime we restart the sequencer.
+		This should make the value of LASTPHASE fully deterministic.
+	
+		Correct target mode handling of Abort and Abort Tag messages.
+		The sequencer now sets TARGET_MSG_PENDING whenever it runs
+		into an unexpected message while parsing "ident" messages
+		during a selection.  We have to clear this flag whenever we
+		stop processing messages.  We also need to restart the sequencer
+		for any abort message so that we return to busfree.
+	
+		Send the tag number along with the abort tag message immediate
+		notification message.
+	
+		The construct "foo(i++, i++, i++);" is not guaranteed to
+		give "expected" results by the C standard.  Change some
+		diagnostic code to avoid this.
+	
+		Correctly set ahc->unpause to include the IRQMS bit on
+		non-PCI platforms.
+	
+	aic7xxx.reg:
+		Add TARGET_MSG_PENDING bit to the SEQ_FLAGS2 register.
+	
+	aic7xxx.seq:
+		During identify message processing, setup SAVED_LUN.  We
+		may need it to handle certain types of messages.
+	
+		Handle unexpected messages that have already been REQ'ed
+		as well as those that have not been REQ'ed but should be
+		handled due to ATNI being active.
+	
+		Postpone the "queue full" determination until we are about
+		to transition to command phase.  This should give the
+		initiator the ability to abort transactions even if our
+		queue would otherwise be full.
+	
+	aic7xxx_pci.c:
+		Take another stab at validating the 9005 subdevice information
+		prior to using it.  We now ensure that the device type stated
+		in the device field is compatible with the one expressed in
+		the subdevice field.  This should allow the latest report
+		of a "missing channel" to be probed again.
+	
+	aicasm/aicasm.c
+		Pull the platform endian file for userland operations from
+		here, so that the insformat header, which is shared with the
+		kernel, never gets the wrong file.  The kernel driver will
+		deal with getting the correct endian values in its platform
+		specific file.
+	
+	aicasm/aicasm_insformat.h:
+		String #include of endian header files.  This is now handled
+		by the client of this file.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#46 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#21 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#35 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#30 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#10 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_insformat.h#6 edit
+
+Change 330 by gibbs@overdrive on 2001/08/16 15:16:36
+
+	"GNU Public License" -> "GNU General Public License"
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7770_osm.c#8 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_host.h#4 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#73 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#66 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#24 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#12 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/cam.h#11 edit
+
+Change 329 by gibbs@overdrive on 2001/08/16 15:12:51
+
+	"Gnu Public License" -> "Gnu General Public License"
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#13 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#45 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#30 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#20 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#34 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#9 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.h#6 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#28 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#29 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#9 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.h#6 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#8 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_insformat.h#5 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#6 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#8 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#5 edit
+
+Change 323 by gibbs@overdrive on 2001/08/05 15:00:59
+
+	aic7xxx_linxu.c:
+	aic7xxx_osm_pci.c:
+		pci_set_dma_mask() became available in 2.4.3, not 2.4.0.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#72 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#23 edit
+
+Change 322 by gibbs@overdrive on 2001/08/05 14:58:46
+
+	aic7xxx.c:
+		Correct an off by one in our critical section handling.
+		SEQADDR always reads the next instruction to execute,
+		so we must subtract one from its value before making
+		comparisons with entries in the critical section table.
+	
+		Kill a "too verbose" bootverbose printf.
+	
+		Print a few additional registers whenever we dump
+		card state.
+	
+		Show the SCB_CONTROL and SCB_TAG values for all pending
+		SCBs in card SCB ram when dumping card state.
+	
+	aic7xxx.seq:
+		Fix a bug introduced while optimizing the SDPTR path.
+		We would ack the SDPTR message twice on Ultra2 or better
+		chips if it occurred after all data had been transferred
+		for a transaction.
+	
+		Change our workaround for the PCI2.1 retry bug on some
+		chips.  Although the previous workaround was logically
+		correct, its faster method of draining the FIFO seemed
+		to occassionally confuse the FIFO state.  We now drain
+		the FIFO at half the speed which avoids the problem.
+	
+	aic7xxx_pci.c:
+		Chips with the PCI 2.1 retry bug can't handle a 16byte
+		cachesize.  If the cachesize is set to 16bytes, drop
+		it to 0.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#44 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#33 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#28 edit
+
+Change 317 by gibbs@overdrive on 2001/07/18 16:19:54
+
+	Bump version to 6.2.0 Release.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#65 edit
+
+Change 314 by gibbs@overdrive on 2001/07/18 14:17:17
+
+	Remove a stray '{' after a #endif.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#27 edit
+
+Change 311 by gibbs@overdrive on 2001/07/18 14:14:39
+
+	Only set AHC_RUN_TQINFIFO if we are performing the target role.
+	Otherwise there is no guarantee that the tqinfifo is even allocated.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#26 edit
+
+Change 309 by gibbs@overdrive on 2001/07/17 18:10:35
+
+	aic7xxx_osm.h:
+		Add definition for BUS_SPACE_MAXADDR_32BIT.  This
+		is now used in our bus_dma_tag_create() operations.
+	
+		Remove a spurious return(0) I mistakenly added when
+		"fixing" compiler warnings for NOTREACHED code.
+	
+	aic7xxx_osm_pci.c:
+		Quite a compiler warning for code that cannot be reached
+		unless sizeof(dma_addr_t) > 4.  We now mask our 39bit
+		mask with a mask based on the size of dma_addr_t so
+		we cannot have an overflowing assignment the compiler
+		will complain about.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#64 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#22 edit
+
+Change 308 by gibbs@overdrive on 2001/07/17 18:06:31
+
+	aic7xxx.c:
+		Enforce a 4GB boundary on all DMA transactions.  Due
+		to 32bit DAC restrictions, 64bit addressed operations
+		cannot cross a 4GB boundary.  This is enforced manually
+		in the Linux driver as bus tag boundaries are not honored,
+		but for FreeBSD, the tags are used by the OS dma map
+		routines to enforce the limits.
+	
+		Bus resets (initiated or incoming) clear the ENSELI bit
+		in the SCSISEQ register.  For this reason, we cannot
+		defer the re-enabling of bus reset interrupts in target
+		mode - select-ins might get disabled and we'd never
+		know.
+	
+	aic7xxx.seq:
+		Remove sequencer code to re-enable bus reset interrupts
+		when we are selected as a target.
+	
+	aic7xxx_inline.h:
+		Correct calls to ahc_dmamap_sync.  In Linux these are
+		no-ops, so the fact that we didn't reference our maps
+		correctly didn't show up.
+	
+	aicasm/aicasm.c:
+	aicasm/aicasm_symbol.c:
+		Use queue macros instead of groveling through queue
+		data structures manually.
+	
+		Fix a few style bugs.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#43 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#32 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#25 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#8 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#7 edit
+
+Change 307 by gibbs@overdrive on 2001/07/16 17:31:46
+
+	aic7xxx.c:
+		style(9) fix.
+	
+	aic7xxx.seq:
+		Correct high address support for non-Ultra2 chips.
+	
+		Bring back a fix for flaky external SRAM support
+		on the aic7895.
+	
+	aic7xxx_inline.h:
+		In ahc_update_residual(), don't bother setting
+		a 0 length residual.  The residual is cleared
+		prior to starting the command.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#42 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#31 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#24 edit
+
+Change 306 by gibbs@overdrive on 2001/07/16 17:26:24
+
+	aic7xxx_osm.c:
+		Clean out PCMCIA defines.  This driver does not
+		require any special compile environment to serve
+		cardbus cards.
+	
+		Clear residual data prior to starting a new SCB.
+		The calculate residual code now only sets residual
+		information should a residual exist.
+	
+		Remove a redundant assignment to platform_data->xfer_len.
+		Our map_seg routine already updates this field.
+	
+		Manually set the DRIVER_SENSE bit in the result word
+		of commands that have had auto-sense.
+	
+	aic7xxx_osm.h:
+		Kill silly compiler warnings for no return with value
+		from functions that panic.
+	
+	aic7xxx_osm_pci.c:
+		Use more formal "ULL" designation on some constants.
+	
+	cam.h:
+		Remove unused, at least in Linux, definition of
+		CAM_SIM_QUEUED.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#71 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#63 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#21 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/cam.h#10 edit
+
+Change 303 by gibbs@overdrive on 2001/07/11 17:51:28
+
+	Bump version to 6.2.0-BETA1.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#62 edit
+
+Change 302 by gibbs@overdrive on 2001/07/11 17:47:06
+
+	Remove another diagnostic printf.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#20 edit
+
+Change 301 by gibbs@overdrive on 2001/07/11 17:35:55
+
+	Place a diagnostic behind bootverbose.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#27 edit
+
+Change 300 by gibbs@overdrive on 2001/07/11 17:35:34
+
+	Add VERSION statements.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#19 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#30 edit
+
+Change 299 by gibbs@overdrive on 2001/07/11 17:34:54
+
+	Remove debugging printfs.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#70 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#19 edit
+
+Change 297 by gibbs@overdrive on 2001/07/10 18:23:07
+
+	Add support for the "VERSION" keyword.
+	
+	Print out all version information in generated files.
+	
+	Fix a bug in the handling of "include" statements.
+	For some reason this didn't show up until the version
+	changes were added.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#7 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.h#5 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#7 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#5 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#6 edit
+
+Change 295 by gibbs@overdrive on 2001/07/10 15:27:47
+
+	aic7xxx_osm.c:
+		Don't panic if the system decides to have us select
+		the queue depth for a non-existant device.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#69 edit
+
+Change 293 by gibbs@overdrive on 2001/07/10 14:23:44
+
+	aic7xxx_osm.c:
+		Properly ignore inquiry responses for VPD data or where
+		the amount of data that is actually transferred is not
+		enough for us to pull transfer negotiation information.
+	
+		Add synchronization of datastructures we share with
+		the hardware.
+	
+		Add a per-segment mapping helper function that deals
+		with 39bit addressing issues and complete 39bit
+		support.
+	
+		Fool the OS into always allocating our shared device/kernel
+		memory below the 4GB mark by changing our dma mask on
+		the fly.
+	
+		Add a method for determining the amount of memory in
+		the system.
+	
+		Run devices in a Round Robin fashion to ensure fairness.
+	
+		Correct code that handles temporary SCB resource shortages.
+	
+		Don't report bus resets until we have successfully registered
+		our host structure.
+	
+	aic7xxx_osm.h:
+		Add synchronization primatives.
+	
+		Add definition for the inquiry command for use in
+		our filtering function.
+	
+		Use system defined mb() macro rather than rolling our
+		own.  Allow memory mapped I/O on the ia64.
+	
+	aic7xxx_osm_pci.c:
+		Enable 39Bit addressing if the system supports large
+		addresses on the platform and we have more than 2GB
+		of memory installed.  Some systems move memory to
+		after the 4GB mark, reserving the 2-4GB range for
+		device memory mapping.
+	
+		Clean up a compile error when memory mapped I/O is
+		not enabled.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#68 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#61 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#18 edit
+
+Change 291 by gibbs@overdrive on 2001/07/10 13:43:58
+
+	aic7770.c:
+		Set fields directly in the softc rather than indirect
+		through the probe config structure.
+	
+	aic7xxx.c:
+		Add synchronization calls for data structures in 
+		system memory that are shared between the kernel
+		driver and the controller.
+	
+		Several corrections to 39bit address support:
+			o 39bit support is a flag not a feature
+			  in the ahc softc.
+	
+			o Perform endian conversions for high
+			  address bits.
+	
+		Prevent PPR messages from being issued when acting
+		as a target.
+	
+		Add diagnostics in ahc_search_qinfifo() for tracking
+		down qinfifo corruption issues.
+	
+	aic7xxx.h:
+		Store a pointer to the sg_map_node in the scb to
+		allow scatter gather lists to be synced.
+	
+	aic7xxx.seq:
+		39bit support is a flag not a feature in the ahc softc.
+	
+	aic7xxx_inline.h:
+		Add inlines to facilitate synchronization operations.
+	
+		Synchronize SCBs anytime we perform a lookup from
+		SCB ID to pending SCB and prior to queuing SCBs to
+		the adapter.
+	
+		Synchronize the first qoutfifo and tqinfifo when
+		checking for newly completed transactions.
+	
+		Fix several bugs in the spurious interrupt handling
+		in our interrupt handler.  Hopefully this will stop
+		the reports of spurious PCI errors.
+	
+	aic7xxx_pci.c:
+		Add pci 64bit bus status bit definition for the
+		DEVCONFIG register.
+	
+		Be even more careful in checking that a 9005 subdevice
+		ID is valid prior to processing it.  This should prevent
+		us from dropping the second channel on some MB controllers.
+	
+		Set fields directly in the softc rather than indirect
+		through the probe config structure.
+	
+		Set the DAC enable bit when in 39bit addressing mode.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#12 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#41 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#29 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#29 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#23 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#26 edit
+
+Change 277 by gibbs@overdrive on 2001/06/18 14:52:58
+
+	Switch to round-robin scheduling of devices to ensure fairness
+	during resource contention.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#67 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#60 edit
+
+Change 276 by gibbs@overdrive on 2001/06/18 14:47:51
+
+	aic7xxx.c:
+		Spelling fixes.
+	
+		Handling data pointers reinitialization requests
+		from the sequencer.  This only occurs should the
+		target take us into the data phase twice with
+		an interviening non-data phase.
+	
+		On a data overrun, clear the channel of all preloaded
+		S/G segments if we are an Ultra2 controller.  This
+		error path does not go through the normal dma shutdown
+		path, so we have to clear the S/G fifo while the kernel
+		is recording the overrun event.
+	
+		Clear AHC_ULTRA rather than deal with the AHC_ULTRA_DISABLED
+		flag.
+	
+		Fixup a few cases where we were not properly byte swapping
+		S/G element data in the ignore wide residue handler.   Update
+		this routine for 39bit addressing support.  Remove the
+		reload of the explicit HADDR registers.  We now do this at
+		the time we re-enter the dataphase, which, in 90% of the
+		cases, will never happen.
+	
+		Add the ahc_reinitialize_dataptrs() routine.  This is called
+		to fixup the dma engine's data pointers should we re-enter
+		a data phase with some interveining phase.  This used to
+		be handled in the sequencer, but is so rare (i.e. almost
+		never happens), that there is little reason to waste
+		sequencer space on it.
+	
+	aic7xxx.h:
+		Remove AHC_ULTRA_DISABLED ahc_flag.
+	
+		Add AHC_39BIT_ADRESSING ahc_flag.
+	
+	aic7xxx.reg:
+		Add the DSCOMMAND1 register which holds the high
+		address load select bits.
+	
+		Add the PDATA_REINIT sequencer interrupt code.
+		This is hit should we re-enter a data phase and
+		need help from the kernel to restore the data ptrs.
+	
+		Remove the RESIDUAL sequencer interrupt code.
+		It has not been used for some time.
+	
+	aic7xxx.seq:
+		Spelling fixes.
+	
+		Streamline the ULTRA2 idle loop.  The HADDR register
+		is not directly shaddowed, so we can read the contents
+		placed there by the bmov out of CCSGRAM.
+	
+		Remove data_phase_reinit.  This is now handled by a
+		sequencer interrupt request to the kernel.
+	
+		Remove the assert method.  We now do the test inline
+		which saves two instructions per call.
+	
+		Add 39bit addressing support.
+	
+		Add shortcuts for updating our residual pointers and
+		handling SDPTR messages when we are at the end of
+		a transfer.
+	
+	aic7xxx_inline.h:
+		Change the way that unsolicited interrupts are counted.
+		We now only increment and/or test the unsolicited interrupt
+		count if we see that we don't have any conventional
+		interrupts pending.  More importantly, everytime we do
+		unsolicited interrupt processing, we clear the count.
+		This prevents us from constantly performing unsolicited
+		interrupt handling.
+	
+	aic7xxx_pci.c:
+		Set CLRPARERR in CLRINT for all PCI error status.  The
+		manuals are not sufficiently clear on which status code
+		cause parity errors to be set, so we play it safe.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#40 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#28 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#18 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#28 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#8 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#22 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#25 edit
+
+Change 207 by gibbs@overdrive on 2001/05/01 16:18:08
+
+	Bump driver version to 6.1.13.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#59 edit
+
+Change 206 by gibbs@overdrive on 2001/05/01 16:16:11
+
+	aic7xxx.seq:
+		For chips without S/G pipelining, we can only ack the
+		SDPTR message after SHADDR has been saved.  On these
+		chips, SHADDR increments with every bus transaction,
+		even PIO.  This corrects a data corruption bug in the
+		last version of the sequencer for non-ULTRA2 chips.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#27 edit
+
+Change 205 by gibbs@overdrive on 2001/05/01 15:04:36
+
+	aic7xxx_osm.c:
+		Add support for the 2.4.4 scsi_set_pci_device API.
+	
+	aic7xxx_osm.h:
+		Move the conditional declaration of KERNEL_VERSION to
+		the top of aic7xxx_osm.h so it is defined before
+		its first usage.
+	
+		Remove late conditional include of linux/version.h.  We
+		already include it unconditionally at the top of this file.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#66 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#58 edit
+
+Change 203 by gibbs@overdrive on 2001/05/01 13:07:13
+
+	Makefile:
+		Add the current directory to the include path.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/Makefile#7 edit
+
+Change 202 by gibbs@overdrive on 2001/05/01 13:02:15
+
+	aic7xxx_osm.c:
+		Don't unregister from the reboot notification chain
+		from within our handler.  The routine that calls down
+		the chain does not guard against removals.
+	
+		Create a simq_freeze method as a compliment to the
+		simq_release method.  This method assumes that the
+		ahc lock is held prior to call.  The release method
+		requires a lock as it is only called from a timeout
+		handler.  The release method now guards (other than
+		for a small race that cannot be avoided without a
+		mid-layer change) unblocking and blocking multiple times.
+		Blocking is either on or off; the mid-layer does not
+		have semaphore type semantics for this feature.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#65 edit
+
+Change 196 by gibbs@overdrive on 2001/04/27 14:24:13
+
+	Bump version number to 6.1.12 for next release.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#57 edit
+
+Change 195 by gibbs@overdrive on 2001/04/27 14:23:37
+
+	aic7xxx_osm.c:
+		current -> curr
+	
+		Implement a kludge to deal with inquiry requests that
+		are not large enough for us to pull the spi3 bits.
+		In this case, we assume that a device that tells us
+		they can provide inquiry data that spans the SPI3
+		bits can handle a PPR request.  If the inquiry
+		request has sufficient buffer space to cover these
+		bits, we check them to see if any ppr options are
+		available.  This corrects the drop to async narrow
+		for U160 devices during a cdrecord bus scan.
+	
+	aic7xxx_osm.h:
+		Remove the kludge to undefine "current".  We've renamed
+		any effected fields in the driver to avoid a conflict.
+	
+		dma_addr_t appeared in 2.2.18, not 2.2.17.
+	
+	aic7xxx_proc.c:
+		current -> curr
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#64 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#56 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#11 edit
+
+Change 194 by gibbs@overdrive on 2001/04/27 14:19:04
+
+	aic7xxx.c:
+		current->curr to avoid Linux's use of current as a
+		#define for the current task on some architectures.
+	
+		Add a helper function, ahc_assert_atn(), for use in
+		message phases we handle manually.  This hides the fact
+		that U160 chips with the expected phase matching disabled
+		need to have SCSISIGO updated differently.
+	
+		if (ahc_check_residual(scb) != 0)
+			ahc_calc_residual(scb);
+		else
+			ahc_set_residual(scb, 0);
+	
+		becomes:
+	
+		ahc_update_residual(scb);
+	
+		Modify scsi parity error (or CRC error) handling to
+		reflect expected phase being disabled on U160 chips.
+	
+		Move SELTO handling above BUSFREE handling so we can
+		use the new busfree interrupt behavior on U160 chips.
+	
+		Correct a long standing but latent bug in
+		ahc_find_syncrate().  We could choose a DT only
+		rate even though DT transfers were disabled.
+	
+		When displaing controller characteristics, include the
+		speed of the chip.  This way we can modify the transfer
+		speed based on optional features that are enabled/disabled
+		in a particular application.
+	
+	aic7xxx.h:
+		The real 7850 does not support Ultra modes, but there are
+		several cards that use the generic 7850 PCI ID even though
+		they are using an Ultra capable chip (7859/7860).  We start
+		out with the AHC_ULTRA feature set and then check the
+		DEVSTATUS register to determine if the capability is really
+		present.
+	
+		current -> curr
+	
+		ahc_calc_residual() is no longer static allowing it to
+		be called from ahc_update_residual() in aic7xxx_inline.h.
+	
+	aic7xxx.reg:
+		Add a combined DATA_PHASE mask to the SCSIPHASE register
+		definition to simplify some sequencer code.
+	
+	aic7xxx.seq:
+		Take advantage of some performance features available only
+		on the U160 chips.  The auto-ack feature allows us to ack
+		data-in phases up to the data-fifo size while the sequencer
+		is still setting up the DMA engine.  This greatly reduces
+		read transfer latency and simplifies testing for transfer
+		complete (check SCSIEN only).  We also disable the expected
+		phase feature, and enable the new bus free interrupt behavior,
+		to avoid a few instructions.
+	
+		Re-arrange the Ultra2+ data phase handling to allow us to
+		do more work in parallel with the data fifo flushing on a
+		read.
+	
+		On an SDTR, ack the message immediately so the target can
+		prepare the next phase or message byte in parallel with 
+		our work to honor the message.
+	
+	aic7xxx_inline.h:
+		ahc_update_residual() now looks at the residual valid
+		flag in an endian safe way.  This fixes a residual bug
+		on the PPC.
+	
+	aic7xxx_pci.c:
+		Correct a few product strings.
+	
+		Enable several U160 performance enhancing features.
+	
+		Modify Ultra capability determination so we will enable
+		Ultra speeds on devices with a 7850 PCI id that happen
+		to really be 7859 or 7860s.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#39 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#27 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#17 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#26 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#21 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#24 edit
+
+Change 189 by gibbs@overdrive on 2001/04/09 14:52:16
+
+	Bump version number to 6.1.11 for latest release.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#55 edit
+
+Change 188 by gibbs@overdrive on 2001/04/06 16:38:18
+
+	aic7xxx.c:
+		In ahc_build_transfer_msg() filter the period and
+		ppr_options prior to deciding whether a PPR message
+		is required.  ppr_options may be forced to zero
+		which will affect our decision.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#38 edit
+
+Change 187 by gibbs@overdrive on 2001/04/06 15:54:25
+
+	aic7xxx_osm.c:
+		Don't try negotiations that require PPR messages
+		if bus reset is enabled.  We'll wait until we
+		successfully retrieve Inquiry data so we can make
+		an informed decision.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#63 edit
+
+Change 186 by gibbs@overdrive on 2001/04/05 16:29:33
+
+	aic7xxx_osm.h:
+		Bump version number to 6.1.10.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#54 edit
+
+Change 185 by gibbs@overdrive on 2001/04/05 16:29:00
+
+	aic7xxx_osm.c
+		Use scsi_(un)block_requests() to effect a freeze of the
+		entire controller queue.  Scsi_unblock_requests() has been
+		modified to actually run any stalled queues in the 2.4.X
+		kernel sources.  For 2.2.X, scsi_(un)block_requests() was
+		implemented.  Since we now rely on this functionality,
+		only patch updates to the driver will be provided from
+		here on out.
+	
+		With this change, our bus settle delay can be of any
+		length and still avoid triggering command timeouts from
+		the midlayer.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#62 edit
+
+Change 182 by gibbs@overdrive on 2001/04/04 16:32:27
+
+	Bump version number to 6.1.9 for latest release.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#53 edit
+
+Change 181 by gibbs@overdrive on 2001/04/04 16:31:50
+
+	aic7xxx_osm.c:
+		Correct a bug in ahc_done() that prevented us from running
+		the in-core device queue anytime the physical device was
+		idle.  This caused problems anytime the driver received
+		more than one transaction for a device that does not
+		support tagged transactions.  Unless another transaction
+		was queued to us to kick the queue, the transaction would
+		never get run.  Zip drives are the most commonly found
+		device that was affected by this bug.
+	
+		CONFIG_AIC7XXX_RESET_DELAY -> CONFIG_AIC7XXX_RESET_DELAY_MS
+		Too many people have stale settings under the old config
+		option name for us to use it with a different meaning.
+		The setting is now in milli-seconds to allow more granular
+		control so stale values resulted in an extremely short bus
+		settle delay.
+	
+		Add a shutdown hook that resets all of the controllers
+		to a safe state.
+	
+		Update for changes in the way negotiation prameters are
+		communicated with the Core.
+	
+		Correct a function name in a printf.
+	
+		tmode_tstate -> ahc_tmode_tstate.
+	
+	aic7xxx_proc.c:
+		tmode_tstate -> ahc_tmode_tstate.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#61 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#10 edit
+
+Change 180 by gibbs@overdrive on 2001/04/04 16:22:29
+
+	aic7770.c:
+		Register our interrupt driver prior to enabling our
+		Bus drivers.  This is just added paranoia.
+	
+	aic7xxx.c:
+		Namespace cleanup continues:
+			tmode_tstate -> ahc_tmode_tstate
+			tmode_lstate -> ahc_tmode_lstate
+	
+		Clean up the check condition path by branching early rather
+		than indenting a giant block of code.
+	
+		Add support for target mode initiated sync negotiation.
+		The code has been tested by forcing the feature on for
+		all devices, but for the moment is left inaccesible until
+		a decent mechanism for controlling the behavior is complete.
+		Implementing this feature required the removal of the
+		old "target message request" mechanism.  The old method
+		required setting one of the 16 bit fields to initiate
+		negotiation with a particular target.  This had the nice
+		feature of being easy to change the request and have it
+		effect the next command.  We now set the MK_MESSAGE bit
+		on any new command when negotiation is required.  When
+		the negotiation is successful, we walk through and clean
+		up the bit on any pending commands.  We have to walk
+		the commands to reset the SCSI syncrate values already,
+		so no additional work is required.  The only drawback of
+		this approach is that the negotiation is deferred until
+		the next command is queued to the controller.  On the plus
+		side, we regain two bytes of sequencer scratch ram and 6
+		sequencer instructions.
+	
+		When cleaning up a target mode instance, never remove the
+		"master" target mode state object.  The master contains
+		all of the saved SEEPROM settings that control things like
+		transfer negotiations.  This data will be cloned as the
+		defaults if a target mode instance is re-instantiated.
+	
+		Correct a bug in ahc_set_width().  We neglected to update
+		the pending scbs to reflect the new parameters.  Since
+		wide negotiation is almost always followed by sync
+		negotiation it is doubtful that this had any real
+		effect.
+	
+		When in the target role, don't complain about
+		"Target Initiated" negotiation requests when an initiator
+		negotiates with us.
+	
+		Pull all info that used to be in ahc_timeout for the FreeBSD
+		OSM into ahc_dump_card_state().  This info should be printed
+		out on all platforms.
+	
+	aic7xxx.h:
+		Add the SCB_AUTO_NEGOITATE scb flag.  This allows us to
+		discern the reason the MK_MESSAGE flag is set in the hscb
+		control byte.  We only want to clear MK_MESSAGE in
+		ahc_update_pending_scbs() if the MK_MESSAGE was set due
+		to an auto transfer negotiation.
+	
+		Add the auto_negotiate bitfield for each tstate so that
+		behavior can be controlled for each of our enabled SCSI
+		IDs.
+	
+		Use a bus interrupt handler vector in our softc rather
+		than hard coding the PCI interrupt handler.  This makes
+		it easier to build the different bus attachments to
+		the aic7xxx driver as modules.
+	
+		Update seeprom definitions for the latest formats.
+	
+	aic7xxx.reg:
+		Remove the TARGET_MSG_REQUEST definition for sequencer ram.
+	
+	aic7xxx.seq:
+		Fix a few target mode bugs:
+	
+		o If MK_MESSAGE is set in an SCB, transition to
+		  message in phase and notify the kernel so that
+		  message delivery can occur.  This is currently
+		  only used for target mode initiated transfer
+		  negotiation.
+	
+		o Allow a continue target I/O to compile without
+		  executing a status phase or disconnecting.  If
+		  we have not been granted the disconnect privledge
+		  but this transfer is larger than MAXPHYS, it may
+		  take several CTIOs to get the job done.
+	
+		Remove the tests of the TARGET_MSG_REQUEST field
+		in scratch ram.
+	
+	aic7xxx_inline.h:
+		Use ahc->bus_intr rather than ahc_pci_intr.
+	
+	aic7xxx_pci.c:
+		Move a comment to the correct location.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#11 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#37 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#26 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#16 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#25 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#20 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#23 edit
+
+Change 172 by gibbs@overdrive on 2001/03/22 17:47:51
+
+	Bump version to 6.1.8.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#52 edit
+
+Change 169 by gibbs@overdrive on 2001/03/22 15:56:41
+
+	aic7xxx_osm.c:
+	aic7xxx_osm.h:
+		Add support for switching to from full to basic
+		command queuing.  Flags in the ahc_linux_device
+		structure indicate what kind of queuing to perform.
+	
+		In the past, we issued an ordered tag every 250
+		transactions.  We now issue an ordered tag every
+		250 transactions issued without the device queue
+		going empty.
+	
+	aic7xxx_proc.c:
+		Use an unsigned long for total number of commands
+		sent to a device.  %q and %lld don't seem to work
+		under Linux or I'd have used a quad.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#60 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#51 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#9 edit
+
+Change 167 by gibbs@overdrive on 2001/03/22 15:45:33
+
+	aic7770.c:
+	aic7xxx_pci.c:
+		Don't map our interrupt until after we are fully setup to
+		handle interrupts.  Our interrupt line may be shared so
+		an interrupt could occur at any time.
+	
+	aic7xxx.h:
+	aic7xxx.c:
+		Add support for switching from fully blown tagged queing
+		to just using simple queue tags should the device reject
+		an ordered tag.
+	
+		Remove per-target "current" disconnect and tag queuing
+		enable flags.  These should be per-device and are not
+		referenced internally be the driver, so we let the OSM
+		track this state if it needs to.
+	
+		Use SCSI-3 message terminology.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#10 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#36 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#25 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#22 edit
+
+Change 165 by gibbs@overdrive on 2001/03/19 17:58:07
+
+	aic7770.c:
+		ahc_reset() leaves the card in a paused state.
+		Re-arrange the code so we reset the chip earlier
+		so we can avoid a manual pause during setup.
+	
+		Setup the controller without enabling card interrupts.
+	
+	aic7xxx.c:
+		Fix a bug in ahc_lookup_phase_entry().  We never traversed
+		past the first entry.  This routine is only used in
+		diagnostics so this had only a limited effect.
+	
+		Start out life with card interrupts disabled.  The bus
+		code will enable the interrupts once setup is complete
+		and our handler is in place.
+	
+		Initialize our softc unit to -1 so that code such as
+		ahc_linux_next_unit() can traverse the list looking for
+		coliding unit numbers without tripping over entries that
+		have not yet had their unit number set.
+	
+		Enhance ahc_dump_card_state().  OSMs should be able to
+		rely on this to dump any controller specific data of
+		interest.  Most of the additional registers printed
+		used to be printed in the FreeBSD timeout handler.
+	
+		Add a function pointer in our softc for a bus specific
+		interrupt handler.  This removes some dependencies on
+		the PCI code so that bus attachments can be compiled
+		as modules separate from the core.
+	
+	aic7xxx.reg:
+		Use the naming for bit 5 of DFSTATUS in the data book,
+		FIFOQWDEMP.
+	
+	aic7xxx.seq:
+		In our idle loop, use an or instruction to set PRELOADEN
+		rather than rewriting the contents of DMAPARAMS to
+		DFCNTRL.  The later may re-enable the DMA engine if
+		the idle loop is called to complete the preload of at
+		least one segment when a target disconnects on an S/G
+		segment boundary but before we have completed fetching
+		the next segment.  This correts a hang, usually in
+		message out phase, when this situation occurs.  This
+		bug has been here for a long time, so the situation
+		is rare, but not impossible to reproduce.
+	
+		Wait for at least 8 bytes in the FIFO before testing to
+		see if the DMA fetch of an SCB has stalled.  The old
+		code used FIFOEMP, which goes false on a single byte.
+		Since we drain the FIFO 8 bytes at a time, using FIFOQWDEMP
+		is safer.
+	
+		If a device happens to be exceptionally slow in asserting
+		HDONE, our workaround for a stalled SCB dma can be triggered.
+		Make this situation non-fatal by terminating our FIFO
+		emptying should we complete the transfer.
+	
+	aic7xxx_inline.h:
+		ahc_pci_intr() -> ahc->bus_intr()
+	
+	aic7xxx_pci.c:
+		Setup ahc->bus_intr().
+	
+		Enable board interrupts at the appropriate time.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#9 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#35 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#24 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#15 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#24 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#19 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#21 edit
+
+Change 164 by gibbs@overdrive on 2001/03/19 17:44:04
+
+	aic7xxx_osm.c:
+		Format to 80 columns.
+	
+		Break after finding a matching entry in the token
+		table during aic7xxx_setup.
+	
+		print the correct name of a function in a diagnostic.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#59 edit
+
+Change 163 by gibbs@overdrive on 2001/03/10 23:51:53
+
+	Bump version to 6.1.7.  The too leanient interpretation
+	of the seeprom signature could result in improper
+	termination settings on some MBs, and this is a big
+	enough bug to warant a new release.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#50 edit
+
+Change 162 by gibbs@overdrive on 2001/03/10 23:50:09
+
+	Handle cross builds.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/Makefile#6 edit
+
+Change 161 by gibbs@overdrive on 2001/03/10 23:41:16
+
+	We now generate a header file for the db include
+	under linux to handle the build on more distribution
+	types.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#5 edit
+
+Change 160 by gibbs@overdrive on 2001/03/10 23:40:38
+
+	aic7xxx.h:
+		Add a definition for the 3.X BIOS signature.
+	
+	aic7xxx_inline.h:
+		We must setup queuestat before processing
+		command complete interrupts in case target
+		mode is enabled.
+	
+	aic7xxx_pci.c:
+		Be more selective in the BIOS signatures we
+		support.  Some seeproms have a signature of
+		0xFFFF, so testing greater than 0x250 resulted
+		in false positives.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#23 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#18 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#20 edit
+
+Change 159 by gibbs@overdrive on 2001/03/09 18:37:25
+
+	To be compatible with older kernels, our setup routine
+	must be called aic7xxx_setup().
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#58 edit
+
+Change 158 by gibbs@overdrive on 2001/03/09 18:00:41
+
+	Play some games so we have a better chance of actually
+	building on more systems.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/Makefile#5 edit
+
+Change 157 by gibbs@overdrive on 2001/03/09 17:04:49
+
+	aic7770_osm.c:
+	aic7xxx_osm.h:
+		Adjust aic7770_map_int() to not rely on a passed in "shared"
+		argument.  We can now look at ahc->flags to see whether the
+		interrupt source is edge or level.
+	
+	aic7xxx_osm.c:
+		Only adjust our goal negotiation settings if the device
+		is actually present.  This prevents a disconnected lun
+		that does not claim to support negotiations from messing
+		up the settings for a successfully probed lun whose inquiry
+		data properly reflects the abilities of the device.
+	
+		Set the device structure as releasable should the inquiry
+		come back with anything other than lun connected.  We
+		should also do this if the device goes away as evidenced
+		by a selection timeout, but as we can't know if this
+		condition is persistant and there is no guarantee that
+		the mid-layer will reissue the inquiry command we use
+		to validate the device, I've simply added a comment
+		this effect.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7770_osm.c#7 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#57 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#49 edit
+
+Change 156 by gibbs@overdrive on 2001/03/09 16:58:41
+
+	Adjust our interrupt handler so it will work in the edge
+	interrupt case.  We must process all interrupt sources
+	when the interrupt fires or risk not ever getting an
+	interrupt from them.  This involves marking the fact
+	that we are relying on an edge interrupt in ahc->flags
+	and checking for this condition in addition to the
+	AHC_ALL_INTERRUPTS flag.
+	
+	This will make it into the 6.1.6 Linux driver release.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#8 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#22 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#17 edit
+
+Change 155 by gibbs@overdrive on 2001/03/08 17:00:32
+
+	Bump version number for new release.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#48 edit
+
+Change 154 by gibbs@overdrive on 2001/03/08 16:59:57
+
+	Convert to ahc_* and ahc_linux_* function names.
+	
+	aic7770_osm.c:
+		Drop the SA_INTERRUPT flag.  According to Linus,
+		it should not be set.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7770_osm.c#6 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_host.h#3 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#56 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#47 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#17 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#8 edit
+
+Change 153 by gibbs@overdrive on 2001/03/08 16:58:20
+
+	Cleanup exported symbol names.  We now use ahc_* exclusively
+	to reduce the chance of conflicts with other modules.
+	
+	Staticize symbols that should have always been static.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#34 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#21 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#16 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#19 edit
+
+Change 152 by gibbs@overdrive on 2001/03/07 18:54:38
+
+	aic7xxx_osm.c:
+		Correct our softc comparison routine so that, regardless
+		of which function is seen first, the primary channel of
+		a multi-function chip is probed first.
+	
+		Note that the host structure only records a single scsi
+		ID.  This means that multi-channel controllers, such as
+		the 2742T, cannot inform the SCSI layer of the IDs used
+		by channels other than the first.
+	
+		There is also no way to communicate the probe order of
+		channels on a multi-channel adapter.  We could swap the
+		channels internally, but that would probably be more
+		confusing than just not supporting the option.
+	
+		Add a crude hack to make modunload/modload cycles work
+		now that we are using the new PCI methods.  We must
+		detach our driver from each PCI device referenced by
+		a call to our release method.  The PCI code doesn't have
+		a method to do this, so we muck with the pci_dev ourselves.
+	
+		Deregister our PCI driver when aic7xxx_release releases
+		the last host instance.
+	
+		Fix a bug in the inquiry sniffing code.  It was possible
+		to set our period to a non-zero value even though the
+		offset was zero.  This might have confused some async
+		devices.
+	
+	aic7xxx_osm.h:
+		ahc_power_state_change() is now an OSM routine.
+	
+	aic7xxx_osm_pci.c
+		Make our pci_driver non-static so that aic7xxx_osm.c
+		can reference it during module unload.
+	
+		Add an implementation to change the power state for
+		kernel versions that don't have a PCI method to do
+		this.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#55 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#46 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#16 edit
+
+Change 151 by gibbs@overdrive on 2001/03/07 18:45:53
+
+	aic7770.c:
+		Store a 2 bit channel number in ahc->flags.
+	
+	aic7xxx.c:
+		AHC_SUPPORT_PCI has never been defined.  Use
+		AHC_PCI_CONFIG instead.
+	
+		Modify multi-function option merging to work
+		regardless of the order the functions are presented
+		to the driver.
+	
+		Adjust for the primary channel being a 2 bit integer
+		rather than a flag for 'B' channel being the primary.
+	
+	aic7xxx.h:
+		Adjust for the primary channel being represented as
+		a 2 bit integer in the flags member of the ahc softc.
+	
+		Cleanup the flags definitions so that comment blocks are
+		not cramped.
+	
+		Update seeprom definitions to correctly reflect the fact
+		that the primary channel is represented as a 2 bit
+		integer.
+	
+	aic7xxx.reg:
+		Add DFCACHETH to the definition of DFSTATUS for
+		completness sake.
+	
+	aic7xxx.seq:
+		On some chips, at least the aic7856, the transition from
+		MREQPEND to HDONE can take a full 4 clock cycles.  Test
+		HDONE one more time to avoid this race.  We only want our
+		FIFO hung recovery code to execute when the engine is
+		really hung.
+	
+	aic7xxx_pci.c:
+		Move the powerstate manipulation code into the OSM.  Several
+		OSes now provide this functionality natively.
+	
+		Take another shot at using the data stored in scratch ram
+		if the SCB2 signature is correct and no SEEPROM data is
+		available.  In the past this failed if external SCB ram
+		was configured because the memory port was locked.  We
+		now release the memory port prior to testing the values
+		in SCB2 and re-acquire it prior to doing termination control.
+	
+		Adjust for new 2 bit primary channel setting.
+	
+		Trust the STPWLEVEL setting on any BIOS v 2.5X and above.
+		3.X bioses have started to ship.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#7 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#33 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#20 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#14 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#23 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#18 edit
+
+Change 150 by gibbs@overdrive on 2001/02/28 17:44:09
+
+	aic7xxx_osm.c:
+		Fix the setup for the selection timeout setting.
+	
+		During exception processing dump the card state if
+		we are in verbose mode.
+	
+		Keep "driver_template" static so as not to conflict
+		with other files in the system.  Instead, export a
+		pointer to the driver template with a more unique
+		symbol name.
+	
+	aic7xxx.h:
+		Export our pointer to the driver template.
+	
+		Bump driver version number to 6.1.5.
+	
+	aic7xxx_osm_pci.c:
+		Use the newly exported pointer to the driver template.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#54 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#45 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#15 edit
+
+Change 149 by gibbs@overdrive on 2001/02/28 17:36:26
+
+	aic7xxx.c:
+		Take advantage of a new flag managed by the sequencer
+		that indicates if an SCB fetch is in progress.  If so,
+		the currently selected SCB needs to be returned to the
+		free list to prevent an SCB leak.  This leak is a rarity
+		and would only occur if a bus reset or timeout resulting
+		in a bus reset occurred in the middle of an SCB fetch.
+	
+		Don't attempt to perform ULTRA transfers on ultra capable
+		adapters missing the external precision resistor required
+		for ultra speeds.  I've never encountered an adapter
+		configured this way, but better safe than sorry.
+	
+	aic7xxx.h:
+		Add AHC_ULTRA_DIASABLED softc flag to denote controllers
+		missing the external precision resistor.
+	
+	aic7xxx.reg:
+		Add SEQ_FLAGS2 which currently only contains the SCB_DMA
+		(SCB DMA in progress) flag.
+	
+	aic7xxx.seq:
+		Manage the SCB_DMA flag of SEQ_FLAGS2.
+	
+		More carefully shutdown the S/G dma engine in
+		all cases by using a subroutine.  Supposedly not
+		doing this can cause an arbiter hang on some ULTRA2
+		chips.
+	
+		Formatting cleanup.
+	
+	aic7xxx_pci.c:
+		Configure any 785X ID in the same fashion and assume
+		that any device with a rev id of 1 or higher has the
+		PCI 2.1 retry bug.  It seems that at least some revisions
+		of the 7856 have this bug.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#32 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#19 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#13 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#22 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#17 edit
+
+Change 148 by gibbs@overdrive on 2001/02/27 17:39:56
+
+	Correct a problem when one lun has a disconnected untagged
+	transaction and another lun has disconnected tagged transactions.
+	Just because an entry is found in the untagged table doesn't
+	mean that it will match.  If the match on the lun fails, cleanup
+	the SCB (return it to the disconnected list or free it), and snoop
+	for a tag message.  Before this change, we reported an unsolicited
+	reselection.  This bug was introduced about a month ago during an
+	overly aggressive optimization pass on the reselection code.
+	
+	When cleaning up an SCB, we can't just blindly free the SCB.  In
+	the paging case, if the SCB came off of the disconnected list, its
+	state may never have been updated in host memory.  So, check the
+	disconnected bit in SCB_CONTROL and return the SCB to the disconnected
+	list if appropriate.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#21 edit
+
+Change 147 by gibbs@overdrive on 2001/02/26 17:05:34
+
+	Handle the case of 5MHz user sync rate set as "0" instead of 0x1c
+	in scratch ram.
+	
+	If we lookup a period of 0 in our table (async), clear the scsi offset.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#31 edit
+
+Change 146 by gibbs@overdrive on 2001/02/21 20:48:22
+
+	Put our exception handling semaphore into the softc rather
+	than as a global.  I don't know what I was thinking when
+	I wrote this code, but having two different controllers sleeping
+	on the same mutex for error recovery is a recipe for disaster.
+	
+	Implement a controller global queue freeze function.  We use this
+	feature to handle the initial reset bus settle delay.  The queue
+	is unfrozen by a timer so all bus settle delays occur in parallel
+	and without stopping other kernel tasks from running.  My only
+	remaining concern is that the specification of too long of a
+	reset delay might trigger a mid-layer timeout.  The default
+	under linux is 5 seconds which is substantially less than the
+	timeouts used during probe.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#53 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#44 edit
+
+Change 145 by gibbs@overdrive on 2001/02/21 13:26:52
+
+	Bump version for 6.1.3 release.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#43 edit
+
+Change 144 by gibbs@overdrive on 2001/02/21 13:26:21
+
+	Properly use the target offset rather than the target id
+	for choosing the correct untagged Q to manipulate.  This
+	should correct problems with the 2742T.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#52 edit
+
+Change 143 by gibbs@overdrive on 2001/02/21 13:25:10
+
+	Identify adapters in ARO mode as such.
+	
+	Ensure that not only the subvendor ID is correct (9005)
+	but also that the controller type field is valid before
+	looking at other information in the subdevice id.  Intel
+	seems to have decided that their subdevice id of 8086
+	is more appropriate than Adaptec's sanctioned scheme.
+	
+	Add an exclusion entry for SISL (AAC on MB based adapters).
+	Adapters in SISL mode are owned by the RAID controller, so
+	even if a driver for the RAID controller is not present,
+	it isn't safe for us to touch them.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#16 edit
+
+Change 142 by gibbs@overdrive on 2001/02/21 13:21:47
+
+	Use the target offset rather than the target Id to reference
+	the untagged SCB array.  The offset and id are identical save
+	in the twin channel case.  This should correct several issues
+	with the 2742T.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#30 edit
+
+Change 141 by gibbs@overdrive on 2001/02/21 13:21:00
+
+	Correct an issue with the aic7770 in twin channel mode.
+	We could continually attempt to start a selection even
+	though a selection was already occurring on one channel.
+	This might have the side effect of hanging our selection
+	or causing us to select the wrong device.
+	
+	While here, create a separate polling loop for when we
+	have already started a selection.  This should reduce
+	the latency of our response to a (re)selection.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#20 edit
+
+Change 140 by gibbs@overdrive on 2001/02/17 14:44:19
+
+	Bump version number to 6.1.2.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#42 edit
+
+Change 139 by gibbs@overdrive on 2001/02/16 16:15:57
+
+	Don't require iospace or mem space to be enabled in order to
+	attach to a PCI device.  We only require that one of the mapping
+	registers is properly setup.
+	
+	This fix allows us to run on a G3 PowerMac.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#14 edit
+
+Change 138 by gibbs@overdrive on 2001/02/15 10:43:52
+
+	Use dma_addr_t as the Linux equivalent to bus_addr_t.  uint32_t
+	works for only some platforms.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#41 edit
+
+Change 137 by gibbs@overdrive on 2001/02/15 10:42:44
+
+	Set the goal and user settings for sync and wide negotiation
+	prior to setting the current.  This makes it easier for some
+	code in the Linux OSM to know when is an oportune time to
+	display a user message about transfer negotiation status.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#29 edit
+
+Change 136 by gibbs@overdrive on 2001/02/09 20:09:59
+
+	On second thought, don't test for ATN just before a
+	command complete message is processed.  We probably
+	want to test for SCSIPERR, but this needs more thought.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#19 edit
+
+Change 135 by gibbs@overdrive on 2001/02/09 20:06:02
+
+	aic7xxx.c:
+		Style nits.
+	
+		Make sure that our selection hardware is disabled
+		as soon as possible after detecting a busfree and
+		even go so far as to disable the selection hardware
+		in advance of an event that will cause a busfree
+		(ABORT or BUS DEVICE RESET message).  The concern
+		is that the selection hardware will select a target
+		for which, after processing the bus free, there
+		will be no commands pending.  The sequencer idle
+		loop will re-enable the selection should still be
+		necessary.
+	
+		In ahc_handle_scsiint(), clear SSTAT0 events several
+		PCI transactions (most notably reads) prior to clearing
+		SCSIINT.  The newer chips seem to take a bit of time
+		see the change which can make the clearing of SCSIINT
+		ineffective.
+	
+		Don't bother panicing at the end of ahc_handle_scsiint().
+		Getting to the final else just means we lost the race
+		with clearing SCSIINT.
+	
+		In ahc_free(), handle case 0.  This can happen when we fail
+		the attach for RAID devices.  While I'm here, also kill
+		the parent dma tag.
+	
+		In ahc_match_scb(), consider initiator ccbs to be any
+		that are not from the target mode group.  This fixes
+		a bug where an external reset CCB was not getting cleaned
+		up by the reset code.
+	
+		Don't bother freezing a ccb in any of our "abort" routines
+		when the status is set to CAM_REQ_CMP.
+	
+	aic7xxx.reg:
+		Reserve space for a completion queue.  This will be used
+		to enhance performance in the near future.
+	
+		Remove an optimization for the 7890 autoflush bug that
+		turned out to allow, in rare cases, some data to get
+		lost.
+	
+		Even though we need a critical section to fully close
+		the command complete loophole, test for ATN anyway in
+		the command complete handler.  Its better than nothing.
+	
+		Implement a simpler, faster, fix for the PCI_2_1 retry
+		bug that hangs the sequencer on an SCB dma.
+	
+	aic7xxx_pci.c
+		Use the correct mask for checking the generic aic7892
+		entry.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#28 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#12 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#18 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#15 edit
+
+Change 134 by gibbs@overdrive on 2001/02/09 19:29:14
+
+	aic7xxx_osm.c:
+		Pull the host_no out of the host structure rather
+		than storing a copy of the field in our own platform
+		softc.
+	
+		Use the host_no rather than our unit nuber for any
+		"scsi%d" type printfs.  In this case, the result is
+		a corrected printf for tagged queue depth.
+	
+		Anytime we run the complete queue, we must clear it.
+		We missed the clearing part when running the device
+		queue after queuing a new command.
+	
+		Use the same format for reporting transfer rates as the
+		/proc code.  Only print transfer info if no further
+		negotiations are pending and the value is different from
+		the last one reported.
+	
+		Correctly format a printf used during error recovery.
+	
+		Don't forget to set the result before returning from
+		one case in ahc_queue_recovery_scb.
+	
+		Fix inverted test for the non-paging case.  The result of
+		this bug was that we would set the MK_MESSAGE bit in an
+		SCB unrelated to the SCB we were trying to abort.
+	
+		Add a missing add_timer() call.  It's hard to timeout
+		on a recovery action when no timer is running.  This
+		also explains why I had to invert the test of the status
+		returned by del_timer() in the past.  We always thought
+		the timer had expired because it was no longer active.
+	
+		Don't forget to run the device queue after error recovery
+		is complete.  We don't want to leave any stray commands
+		stuck in our queues.
+	
+	aic7xxx_osm.h
+		Bump version for next release.
+	
+		Add a "last_tinfo" field to the ahc_linux_target to track
+		what negotiation settings have been announced.
+	
+		Kill unneeded host_no field in the platform softc.
+	
+		Bring the info_str structure into this header file so
+		we can export ahc_format_transinfo() outside of the
+		/proc code.
+	
+	aic7xxx_proc.c:
+		Export ahc_format_transinfo().
+	
+		Use the host_no in the host structure rather than
+		removed field in the platform softc.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#51 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#40 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#7 edit
+
+Change 133 by gibbs@overdrive on 2001/01/28 15:49:09
+
+	aic7770_osm.c:
+		Convert to "aic7xxx_osm.h".
+	
+		On newer kernels, check the return of request_region.
+	
+	aic7xxx_osm.c:
+		Cleanup comment blocks for consistent style.
+	
+		Convert to "aic7xxx_osm.h".
+	
+		Add support for attachment of devices found after
+		the initial probe during "aic7xxx_detect".  We do
+		this by setting a global, aic7xxx_detect_complete,
+		which tells the pci probe code to do its own registration
+		call if initial detection has already occurred.  This way,
+		we maintain the "sane ordering" of devices that the
+		old driver had for statically configured devices.
+	
+		Split out the host registration code into its own function
+		so that hot-plug devices can call this code after
+		aic7xxx_detect has already completed.
+	
+		Use request/release_mem_region on 2.4.0 or higher kernels.
+	
+		Restore SCBPTR after setting up an abort for a
+		disconnected SCB.  The sequencer will become confused
+		if this is not done.
+	
+		Always look for the SCB that timedout first and result to
+		a more generic search only if that fails.  The timedout SCB
+		is more likely to be the one on the bus.
+	
+		Don't bother to drop and reaquire our mutex at the tail
+		of the recovery handler unless we are going to sleep.
+	
+	aic7xxx_osm.h:
+		Comment cleanup.
+	
+		Export our SCSI host template so the hot-plug PCI stuff
+		can use it.
+	
+		Bump revision to 6.1.0... our first release.
+	
+	aic7xxx_osm_pci.c:
+		Add support for new PCI probe mechanism in 2.4.0 while
+		maintaining compatibility with older kernels.
+	
+	aic7xxx_proc.c:
+		Fix several bugs in Gerard's proc code.  We would never
+		properly deal with reads at offsets other than 0.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7770_osm.c#5 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#50 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#39 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#13 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#6 edit
+
+Change 132 by gibbs@overdrive on 2001/01/28 15:32:59
+
+	aic7770.c:
+	aic7xxx.c:
+	aic7xxx_93cx6.c:
+		Convert to "aic7xxx_osm.h" setup rather than ifdef hell.
+	
+	aic7xxx_pci.c:
+		Document the layout of the DEVID for cards with the 9005
+		Adaptec vendor ID.  Use a more generic mask for the generic
+		9005 product tests.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#6 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#27 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#7 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#14 edit
+
+Change 131 by gibbs@overdrive on 2001/01/23 15:29:46
+
+	When flipping the first entry in the qinfifo with the
+	"next queued SCB", we must also inform the card of this
+	change.  Otherwise the sequencer will traverse a corrupt
+	list of SCBS.  The side effects of this problem were unknown
+	SCBs completing in the qoutfifo or worse yet, panics due
+	to sequencer interrupts that referenced what, to the kernel,
+	were invalid SCB ids.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#26 edit
+
+Change 130 by gibbs@overdrive on 2001/01/22 17:44:12
+
+	Update copyrights.
+	
+	aic7xxx.seq:
+		Handle busfree early in selection correctly.  We
+		must clear ENSELO so that we will make future attempts
+		at selection.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#5 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#25 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#18 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#11 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#17 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#6 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#15 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#13 edit
+
+Change 129 by gibbs@overdrive on 2001/01/22 17:03:07
+
+	Bump revision level.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#38 edit
+
+Change 128 by gibbs@overdrive on 2001/01/19 16:09:10
+
+	Bump version number.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#37 edit
+
+Change 127 by gibbs@overdrive on 2001/01/19 15:57:40
+
+	It's Adaptec Inc., not just Adaptec.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_host.h#2 edit
+
+Change 126 by gibbs@overdrive on 2001/01/19 15:57:16
+
+	Correct a typo.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7770_osm.c#4 edit
+
+Change 125 by gibbs@overdrive on 2001/01/19 10:35:11
+
+	aic7xxx.c:
+		Remove aic7895 stack corruption work-around.
+		This seems to only apply if you are mucking
+		with the stack register to effect a "long-jump".
+		We don't do this and don't plan to either.
+	
+		Add additional diagnostic output for when things
+		go wrong.
+	
+		AHC_SCB_BTT is set in the flags area of the softc,
+		not features.
+	
+		Don't loop forever if the INTSTAT register gets
+		locked up when flushing work.  This can happen if
+		we are a removable device (register goes away) or
+		the card dies.
+	
+	aic7xxx.h:
+		Add a removable feature designation to ahc_features.
+		This is currently only used for the apa1480 and the 29160C.
+	
+	aic7xxx.reg:
+		Don't use the sequencer intcode 0xF0.  It makes it possible
+		for the kernel to see INTSTAT as 0xFF and believe a hot-eject
+		has occurred.
+	
+		Align the busy target table on a 16byte boundary.  This
+		appears to correct a sequencer execution issue for the
+		7895.
+	
+	aic7xxx.seq:
+		Don't bother performing a "diagnostic" sequencer interupt
+		should an abort collision occur.
+	
+		Have the bus-free after selection code apply to
+		reselections too.
+	
+		Always follow the clearing of SELDI with a jmp instruction.
+		This corrects a sequencer execution issue on the 7895.
+	
+		In the target mode command loop, don't bother re-enabling
+		SPIOEN for each byte.  It only needs to be enabled once.
+	
+		Fix AHC_SCB_BTT tests to test the correct field in the softc.
+	
+		Correctly clean up resources should an incoming reselection
+		reference a transaction we don't believe is pending.  Add
+		some additional sequencer diagnostics for the SCB_BTT case
+		too.
+	
+	aic7xxx_inline.h:
+		Fix AHC_SCB_BTT tests to test the correct field in the softc.
+	
+		Only believe a hot eject to have occurred if the device
+		is removable.
+	
+	aic7xxx_pci.c:
+		Set the removable feature for the apa1480 and 29160C.
+	
+		Don't print information about high byte termination on
+		narrow adapters.
+	
+		Use a pci bus read instead of a questionable read for
+		safety when manipulating external termination logic.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#24 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#17 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#10 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#16 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#14 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#12 edit
+
+Change 124 by gibbs@overdrive on 2001/01/15 05:12:30
+
+	aic7770_osm.c:
+		Whitespace cleanup.
+	
+		Don't reference a NULL pointer.
+	
+	aic7xxx_osm.c:
+		Honor kernel configuration settings for bus
+		settle delay and max tagged commands.
+	
+		Correct accuracy of tagged command setup comments.
+	
+		Limit linux to 253 total commands due to command
+		complete FIFO cleanup restrictions.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7770_osm.c#3 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#49 edit
+
+Change 123 by gibbs@overdrive on 2001/01/12 09:08:27
+
+	aic7770.c:
+		Add softcs for new EISA instances into the global list
+		of aic7xxx controllers as they are found.  Leaving the
+		softcs out of the list prevented these controller instances
+		from being attached.
+	
+	aic7xxx.c:
+		Remove code that corrected for a state that cannot occur.
+		The sequencer now increments its position in the qinfifo
+		only once it has successfully DMAed the SCB from that queue
+		position down to the controller.  In the past the sequencer
+		incremented before attempting the DMA.
+	
+		To ensure that the sequencer always notices an abort
+		collision, swap the first entry in the qinfifo with
+		the held, next to dma, hscb only after we have completed
+		our pass through the array.  In the past, we did this
+		before clearing out the queue, and this did not provide
+		the same guarantee since the queue could be cleared leaving
+		the next pointer to be the same as it was originally.
+	
+		Print out the next queued SCB as seen by both the kernel
+		and the sequencer in ahc_dump_card_state().
+	
+	aic7xxx.h:
+		Introduce a new constant, AHC_MAX_QUEUE.  This is now set
+		to 253 to make sure that our 32bit writes to clear the
+		qoutfifo can never clobber a valid entry in the queue.
+		All OSMs should use this new define to throttle their
+		controller wide queue depth.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#4 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#23 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#16 edit
+
+Change 122 by gibbs@overdrive on 2001/01/08 11:32:55
+
+	Kill old insqueue interface.  It will not be used by the
+	aic7xxx driver.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/queue.h#4 edit
+
+Change 121 by gibbs@overdrive on 2001/01/08 11:30:36
+
+	Reduce the university's copyright per Kirk.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/queue.h#3 edit
+
+Change 120 by gibbs@overdrive on 2001/01/08 11:27:30
+
+	Bump version number for next release.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#36 edit
+
+Change 119 by gibbs@overdrive on 2001/01/08 11:20:17
+
+	Turn on ID expansion.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#3 edit
+
+Change 118 by gibbs@overdrive on 2001/01/08 08:10:19
+
+	aic7xxx_osm.c:
+		Honor selection timeout settings set by the user.
+	
+		Style cleanup of initial setup routine.
+	
+		Use sense buffer access inlines.
+	
+		Check for critical underflow only if there are no
+		other errors reported at the time the command is ahc_done()'d.
+		In the past, we might have marked the command as critically
+		failed before retrieving sense.  Sense data should take
+		priority.
+	
+	aic7xxx_osm.h:
+		Second part of underflow cleanup.  Just store the residual
+		in ahc_set_residual().  Leave policy decision to ahc_done().
+	
+	aic7xxx_proc.c:
+		Add per-device statistics to proc output.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#48 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#35 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#5 edit
+
+Change 117 by gibbs@overdrive on 2001/01/08 08:03:54
+
+	aic7xxx.c:
+		Use inline accessors to get to the sense buffer associated
+		with a particular auto-sense transaction.  This buffer is
+		now indexed by scb offset, not hscb offset, so any qinfifo
+		manipulations will not effect the buffer referenced.
+	
+		Honor the selection timeout setting in ahc_softc.  The
+		OSM is responsible for setting this to any non-default
+		value.
+	
+		Modify our suspend and resume routines to take into account
+		twin channel adapters.
+	
+	aic7xxx.h:
+		Add fields for twin channel suspend state storage and
+		selection timeout timer to ahc_softc.
+	
+	aic7xxx_inline.h:
+		Inline accessors for sense buffer bus address and buffer.
+	
+	aic7xxx_pci.c:
+		Correct subdevice id data extraction routines to work
+		correctly on motherboard devices.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#22 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#15 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#13 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#11 edit
+
+Change 116 by gibbs@overdrive on 2000/12/21 09:22:20
+
+	Makefile:
+		Generate module in SCSI directory so it can be
+		named just like its predecessor.
+	
+	aic7xxx_osm.c:
+		Fix semaphore declarations for newer kernels.
+	
+		Use new ahc_* byte order functions.
+	
+		Cleanup some unused code.
+	
+		Implement platform_flush_work.
+	
+	aic7xxx_osm.hosts.h:
+		Split out our host template definition so we don't
+		muck up the namespace when our template is included
+		in hosts.c
+	
+	aic7xxx_inline.h:
+		Define ahc_endian functions.
+	
+		Bump version number.
+	
+	aic7xxx_proc.c:
+		First stab at /proc support.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/Makefile#7 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_host.h#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#47 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#34 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#4 edit
+
+Change 115 by gibbs@overdrive on 2000/12/21 08:59:37
+
+	Add untested support for big endian machines.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#21 edit
+
+Change 114 by gibbs@overdrive on 2000/12/13 08:00:07
+
+	Bring in the optimized interrupts handler.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#12 edit
+
+Change 113 by gibbs@overdrive on 2000/12/13 07:57:15
+
+	aic7xxx_osm.c:
+		Use a semaphore and a timer to cause our exception
+		handler to sleep while recovery actions are in progress.
+	
+		Mark the correct recovery type in the SCB instead of
+		always marking DEVICE_RESET.
+	
+	aic7xxx_osm.h:
+		We are now at 6.0.6 BETA.
+	
+		Use a simple "do/while" construct to serve as a
+		memory barier on ia32.  lock instructions are
+		expensive and all we need is something to prevent
+		the compiler from reordering our store order.
+	
+	aic7xxx_pci.c:
+		Turn off either I/O or Mem access depending on which
+		mapping type is not in use.  This prevents our EISA
+		probe from kicking one of our cards.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#46 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#33 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#12 edit
+
+Change 112 by gibbs@overdrive on 2000/12/13 07:39:03
+
+	Complete preliminary resume support.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#20 edit
+
+Change 111 by gibbs@overdrive on 2000/12/12 12:09:54
+
+	aic7xxx.c:
+		During initialization, be sure to initialize all scratch
+		ram locations before they are read to avoid parity errors.
+		In this case, we use a new function, ahc_unbusy_tcl() to
+		initialize the scratch ram busy target table.
+	
+		Replace instances of ahc_index_busy_tcl() used to unbusy
+		a tcl without looking at the old value with ahc_unbusy_tcl().
+	
+		Modify ahc_sent_msg so that it can find single byte messages.
+		ahc_sent_msg is now used to determine if a transfer negotiation
+		attempt resulted in a bus free.
+	
+		Be more careful in filtering out only the SCSI interrupts
+		of interest in ahc_handle_scsiint.
+	
+		Rearrange interrupt clearing code to ensure that at least
+		one PCI transaction occurrs after hitting CLRSINT1 and
+		writting to CLRINT.  CLRSINT1 writes take a bit to
+		take effect, and the re-arrangement provides sufficient
+		delay to ensure the write to CLRINT is effective.
+	
+		export ahc-update_target_msg_request for use by OSM code.
+	
+		If a target does not respond to our ATN request, clear
+		it once we move to a non-message phase.  This avoids
+		sending a MSG_NOOP in some later message out phase.
+	
+		Use max lun and max target constants instead of
+		hard-coded values.
+	
+		Use softc storage built into our device_t under FreeBSD.
+	
+		Fix a bug in ahc_free() that caused us to delete
+		resources that were not allocated.
+	
+		Clean up any tstate/lstate info in ahc_free().
+	
+		Clear the powerdown state in ahc_reset() so that
+		registers can be accessed.
+	
+		Add a preliminary function for pausing the chip and
+		processing any posted work.
+	
+		Add a preliminary suspend and resume functions.
+	
+	aic7xxx.h:
+		Limit the number of supported luns to 64.  We don't
+		support information unit transfers, so this is the
+		maximum that makes sense for these chips.
+	
+		Add a new flag AHC_ALL_INTERRUPTS that forces the
+		processing of all interrupt state in a single invokation
+		of ahc_intr().  When the flag is not set, we use the
+		lazy interrupt handling scheme.
+	
+		Add data structures to store controller state while
+		we are suspended.
+	
+		Use constants instead of hard coded values where appropriate.
+	
+		Correct some harmless "unsigned/signed" conflicts.
+	
+	aic7xxx.seq:
+		Only perform the SCSIBUSL fix on ULTRA2 or newer controllers.
+		Older controllers seem to be confused by this.
+	
+		In target mode, ignore PHASEMIS during data phases.
+		This bit seems to be flakey on U160 controllers acting
+		in target mode.
+	
+	aic7xxx_pci.c:
+		Add support for the 29160C CPCI adapter.
+	
+		Add definitions for subvendor ID information
+		available for devices with the "9005" vendor id.
+		We currently use this information to determine
+		if a multi-function device doesn't have the second
+		channel hooked up on a board.
+	
+		Add rudimentary power mode code so we can put the
+		controller into the D0 state.
+	
+		Only capture "left over BIOS state" if the POWRDN
+		setting is not set in HCNTRL.
+	
+		In target mode, don't bother sending incremental
+		CRC data.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#19 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#14 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#15 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#10 edit
+
+Change 110 by gibbs@overdrive on 2000/12/01 09:43:59
+
+	When bus resets are disabled, call update_target_msgreq after
+	setting initial transfer settings so that negotiation takes place
+	on the first command to the target.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#45 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#32 edit
+
+Change 109 by gibbs@overdrive on 2000/11/10 09:37:15
+
+	Add IOMODE support.
+	
+	Remove recurring interrupts during scsi bus resets by
+	disabling scsi bus reset notifications until we start
+	sending or receiving transactions again.
+	
+	Issue a missed busfree sequencer interrupt instead of
+	overloading bad phase.  The code was getting confused
+	before because last phase was not set in all cases
+	to distinguish the two cases.
+	
+	Don't assume the SCB tag is valid unless SEEN_IDENTIFY
+	is set in SEQ_FLAGS during timeout handling.
+	
+	Add critical sections to protect the sequencer from list
+	corruption during timeout handling.
+	
+	Sync with FreeBSD IDs.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#18 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#13 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#9 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#14 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#5 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.h#5 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#11 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#9 edit
+
+Change 108 by gibbs@overdrive on 2000/11/10 09:33:33
+
+	Bump version for next release.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#31 edit
+
+Change 107 by gibbs@overdrive on 2000/11/06 09:36:35
+
+	The core driver takes care to clean up any doubly queued SCBs
+	now, so don't call ahc_search_qinfifo from ahc_done().
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#44 edit
+
+Change 106 by gibbs@overdrive on 2000/11/06 09:35:50
+
+	Fix 8bit math errors when tweaking the qinfifo.
+	
+	Don't allow ahc_search_qinfifo to be called recursively.
+	
+	Use a subroutine to make sure we don't coast into any
+	important sequencer instructions when issuing a pausing
+	interrupt.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#17 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#8 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#13 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#10 edit
+
+Change 105 by gibbs@overdrive on 2000/11/01 12:01:08
+
+	Linux EISA support, support for 2.4.X kernels, and updates to
+	match changes in the core aic7xxx code.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/Makefile#6 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7770_osm.c#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#43 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#30 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#11 edit
+
+Change 104 by gibbs@overdrive on 2000/11/01 11:59:42
+
+	Too many changes to mention.  Lots of bug fixes.  Filtering of
+	incoming transfer negotiation messages based on user settings,
+	bmov instruction for all moves, additional debugging code, etc.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#2 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#16 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#12 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#7 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#12 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#9 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#8 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#6 edit
+
+Change 103 by gibbs@overdrive on 2000/10/13 10:01:42
+
+	aic7xxx.c:
+		Limit our sync period correctly based on tinfo data.
+		We now send a period of 0 if we want async.
+	
+		Fix problem with DMA'ed CDBs.  The pointer to the
+		physical cdb was not being setup properly during
+		the HSCB swap.  We now compute this value in
+		ahc_setup_scb().
+	
+	aic7xxx.seq:
+		Make sure that DFON stays on in SXFRCTL0.
+	
+		Fix DMA'ed cdbs for adapters without a command channel.
+		The length in HCNT was not properly set.
+	
+		Clear STCNT on U2 controllers when we exit command
+		phase.  This is an attempt to clear the preload circuit.
+		It is not yet clear that this works.
+	
+	aic7xxx_inline.h:
+		Copy the whole 64 bytes of the hscb when queuing it.
+		If we need to recalculate the cdb physical pointer for
+		a large cdb, do so at this time as well.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#15 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#11 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#11 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#8 edit
+
+Change 102 by gibbs@overdrive on 2000/10/12 11:12:41
+
+	Make the no_reset option work and also honor the seeprom/nvram
+	reset options at boot time.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#42 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#29 edit
+
+Change 101 by gibbs@overdrive on 2000/10/12 10:00:34
+
+	Update for changes in aic7xxx core files: UNTAGGED_Q flag,
+	ahc_validate*() now take a tinfo.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#41 edit
+
+Change 100 by gibbs@overdrive on 2000/10/12 09:59:11
+
+	Limit transfer settings to that of our goal at all times.  This
+	ensures that a target initiated sync/wide negotiation never goes
+	above the limits specified by the user.
+	
+	When switching to non-tagged queuing, be sure to set the
+	SCB_UNTAGGEDQ flag when inserting the SCB onto the untagged q.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#14 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#10 edit
+
+Change 99 by gibbs@overdrive on 2000/10/09 11:21:46
+
+	Remove AIC7XXX_STRICT_PCI_SETUP.  We don't currently honor it
+	and don't have a reason to honor it in the future.
+	
+	Handle temporary resource shortages such as an attempt to allocate
+	additional SCBs failing.
+	
+	Complete the first pass at Linux error recovery code.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#40 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#28 edit
+
+Change 98 by gibbs@overdrive on 2000/10/09 11:17:46
+
+	Export ahc_match_scb() to OSMs.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#13 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#9 edit
+
+Change 97 by gibbs@overdrive on 2000/10/09 07:49:38
+
+	aic7xxx.c:
+		export ahc_qinfifo_requeue and a new routine
+		ahc_qinfifo_count for use by OSM error recovery
+		routines.
+	
+		Resync the tqinfifo position during every restart of
+		the sequencer.  In the past, we would do this only
+		for bus resets but there are other situations where
+		restarting the sequencer might cause a discrepency.
+	
+		Print the scb's path information before running an
+		abort command that will include that scb.  There is
+		no guarantee that the path information will be valid
+		after an SCB is freed.
+	
+		In ahc_clear_critical_sections(), disable all SCSIINT
+		interrupt sources and clear SCSIINT.  SCSIINT is a pausing
+		interrupt and the sequencer will not step if it is paused
+		by an interrupt condition.  Any SCSIINT sourc that is
+		active prior to or becomes active during the stepping 
+		process will cause SCSIINT to be re-asserted when we
+		re-enable these interrupt sources at the tail of
+		ahc_clear_critical_sections().
+	
+		Send the correct async notifications for BDR and bus reset.
+	
+		Fix an error in ahc_search_qinfifo() that would update
+		QINFIFO at the wrong time.
+	
+		In ahc_loadseq, properly calculate the critical section
+		regions for the current firmware load.  The old code was
+		confused if a critical sections boundary occurred on
+		an instruction not downloaded to the chip.
+	
+	aic7xxx.h:
+		Remove an unused SCB_FLAG.
+	
+		Export ahc_qinfifo_requeue() and ahc_qinfifo_count().
+	
+	aic7xxx.seq:
+		The MK_MESSAGE flag is cleared by the kernel.  Don't
+		bother duplicating that effort in the sequencer.
+	
+	aic7xxx_pci.c:
+		7880's prior to rev B have the MWI boundary bug.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#12 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#8 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#10 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#7 edit
+
+Change 96 by gibbs@overdrive on 2000/10/06 06:40:57
+
+	Convert to keeping a queue of Scsi_Cmnd structures instead of SCBs.
+	This will allow us to queue domain validation and other requests
+	internally to the driver without fear of an SCB shortage related
+	deadlock.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#39 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#27 edit
+
+Change 95 by gibbs@overdrive on 2000/10/06 06:39:42
+
+	Simplify ahc_update_pending_syncrates().
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#11 edit
+
+Change 94 by gibbs@overdrive on 2000/10/06 06:19:23
+
+	Update FreeBSD ids.
+	
+	Move verbose logging of negotiation into the *construct* methods
+	so that logging occurs in all cases.
+	
+	Correct ahc_search_qinfifo to properly deal with an SCB out of
+	the qinfifo but mid-dma in the SEARCH_REMOVE case.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#10 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#7 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#6 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#9 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#4 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.h#4 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#7 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#6 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#6 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.h#4 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#5 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_insformat.h#4 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#4 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#4 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#4 edit
+
+Change 93 by gibbs@overdrive on 2000/10/03 11:11:11
+
+	Fix non-module build on 2.2.14.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#38 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#26 edit
+
+Change 92 by gibbs@overdrive on 2000/10/03 11:10:45
+
+	aic7xxx.c:
+		panic with a reasonable message if we do not have a valid
+		SCB when handling a HOST_MSG_LOOP event.
+	
+		Clear any critical sections when a bus reset or any unexpected
+		SCSI event occurs.
+	
+		Fix an off by one in testing whether we are inside a
+		critical section.
+	
+		Set the step bit in the correct register.
+	
+		Also check whether the PPR options have changed when
+		deciding to update our syncrate.
+	
+		Add some bootverbose logging about transfer negotiations.
+	
+		If we are going to reject a PPR, explicitly set all options
+		to async/narrow.  It may be that only one of the many options
+		was filtered to an unacceptable value.
+	
+		Have the ahc_search_qinfifo routing properly handle the
+		case where an SCB has left the qinfifo but has not yet
+		been added to the waiting list.
+	
+	aic7xxx.seq:
+		Correct critical sections for input queue handling.
+	
+		Fix a bug in input queue handling that caused us to
+		smash the next scb to download value as we were putting
+		the new SCB onto the waiting list.
+	
+		If the qinfifo changes to not include the just DMAed
+		SCB, throw it away... it has been aborted by the kernel.
+	
+	aic7xxx_inline.h:
+		Simplify a statement.  No fucntional change.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#9 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#8 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#6 edit
+
+Change 91 by gibbs@overdrive on 2000/09/28 10:59:15
+
+	Limit prefetch to a PCI cacheline amount instead of pulling
+	a full (and expensive) 128 bytes.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#8 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#5 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#7 edit
+
+Change 90 by gibbs@overdrive on 2000/09/28 10:31:17
+
+	Make sure we tell the OS that we can only take 254 or
+	AHC_SCB_MAX - 1 requests at a time due to the new QINFIFO
+	scheme.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#37 edit
+
+Change 89 by gibbs@overdrive on 2000/09/28 10:30:48
+
+	Correct ahc_search_qinfifo by reading and resetting the
+	SNSCB_QOFF register.  A read of this register increments it,
+	requiring the reset.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#7 edit
+
+Change 88 by gibbs@overdrive on 2000/09/28 09:24:14
+
+	Use an array of scb pointers to map from HSCB tag to
+	SCB.
+	
+	Take a first shot at correcting ahc_search_qinfifo for the
+	new qinfifo mechanism.  We don't currently handle the case
+	of an SCB in transit to the card after it has been removed
+	from the QINFIFO.
+	
+	There still appears to be a problem with the QINFIFO handling
+	that I have yet to address.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#6 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#6 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#6 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#5 edit
+
+Change 87 by gibbs@overdrive on 2000/09/27 09:03:56
+
+	Put the Linux aic7770 support into its final location.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7770_osm.c#1 branch
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_eisa.c#3 delete
+
+Change 86 by gibbs@overdrive on 2000/09/27 09:03:16
+
+	Implement new, single DMA, strategy for getting commands to
+	the controller.
+	
+	Still need to implement qinfifo cleanup routine.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#5 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#5 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#4 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#5 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#4 edit
+
+Change 85 by gibbs@overdrive on 2000/09/27 09:02:01
+
+	Clean up code formating so extraineous commas are not
+	generated.
+	
+	Output a constant indicating the size of the critical
+	section table.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#5 edit
+
+Change 84 by gibbs@overdrive on 2000/09/27 08:58:38
+
+	Switch to only allowing 254 commands outstanding in preparation
+	for new input queue handling.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#36 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#25 edit
+
+Change 83 by gibbs@overdrive on 2000/09/25 08:40:23
+
+	aic7xxx_osm.c:
+		Correct a KERNEL_VERSION test.
+	
+		Reset the bus only after we've finished setting
+		up the controller fully.
+	
+		Update for new ahc_send_async() API.
+	
+		Only attempt to report bus resets if the kernel
+		we're building for supports it.
+	
+	aic7xxx_osm.h:
+		Bump driver version in preparation for next release.
+	
+		Fix compilation on older kernels.  The Scsi_Cmnd is now
+		available through the scb->io_ctx.
+	
+		Update for new ahc_send_async() API.
+	
+	aic7xxx_osm_pci.c:
+		Correctly handle the I/O mapped case.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#35 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#24 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#10 edit
+
+Change 82 by gibbs@overdrive on 2000/09/25 08:35:25
+
+	Rely on CACHETHEN bug entries to limit its use.  Otherwise,
+	default to turning it on.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#5 edit
+
+Change 81 by gibbs@overdrive on 2000/09/22 07:55:30
+
+	aic7xxx.c:
+		Clear scsi interrupts via the CLRINT register if we
+		see a spurios SCSI interrupt.
+	
+		Modify the ahc_send_async interface so that the client
+		can directly specify which devices (through the use of
+		wildcards) are affected.
+	
+		When sending a PPR message we need to filter the syncrate
+		we attempt to negotiate with the target just as when using
+		the older SDTR message.  Combine these two cases so we can
+		share the code that does this.
+	
+		Correct a panic message.
+	
+		Handle a MSG_MESSAGE_REJ for a PPR request.  Simplify the
+		ahc_handle_msg_reject routine by calling
+		ahc_build_transfer_msg in cases where further negotiation
+		is required rather than doing this manually.
+	
+		In ahc_controller_info(), don't bother updating len and
+		buf for the last sprintf since no-one will look at them
+		again.
+	
+	aic7xxx.h:
+		Increase the size of both msgout_buf and msgin_buf[].
+		The PPR message is 8 bytes in length and we might
+		(on some platforms) combine the PPR with inquiry and
+		tag data.  We now allocate 12 bytes in each.
+	
+	aic7xxx.seq:
+		Use quoted includes in the sequencer file and make up
+		for the lack of path information in some OS dependent
+		manner (sys/conf/files for FreeBSD, placement of files
+		in Linux).  The assembler doesn't understand #ifdef
+		directives and this allows the files to be completely
+		shared between platforms.
+	
+		Remove an unnecessary nop instruction.
+	
+	aic7xxx_pci.c:
+		In ahc_pci_intr(), look at the error register to
+		determine whether a PCI error has occurred before
+		rushing into a configuration cycle to read the error.
+		Configuration cycles are more expensive than a single
+		memory read transaction and we may end up thinking
+		we have a PCI interrupt waiting just because we share
+		an IRQ with other devices.
+	
+		unpause the sequencer after clearing any PCI status.
+		For some errors (such as received Master Abort), the
+		error had nothing to do with this controller, but the
+		chip was automatically paused.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#4 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#4 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#4 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#4 edit
+
+Change 80 by gibbs@overdrive on 2000/09/19 09:20:44
+
+	Add ahc_send_async() for Linux and have it report bus resets.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#34 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#23 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/cam.h#9 edit
+
+Change 79 by gibbs@overdrive on 2000/09/19 09:06:42
+
+	include inttypes.h.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#4 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#4 edit
+
+Change 78 by gibbs@overdrive on 2000/09/19 08:43:13
+
+	Bring back the Linux Makefile for the assembler.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/Makefile#4 add
+
+Change 77 by gibbs@overdrive on 2000/09/19 08:15:07
+
+	Bring in latest FreeBSD port changes.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7770.c#1 add
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#3 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#3 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#3 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#3 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#3 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.h#3 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#3 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#3 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#3 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.h#3 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#3 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_insformat.h#3 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#3 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#3 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#3 edit
+
+Change 76 by gibbs@overdrive on 2000/09/19 07:24:37
+
+	Make sure these all have RCS ID expansion enabled.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#2 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#2 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#2 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#2 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#2 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.h#2 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#2 edit
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#2 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#2 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.h#2 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#2 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_insformat.h#2 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#2 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#2 edit
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#2 edit
+
+Change 75 by gibbs@overdrive on 2000/09/19 07:21:44
+
+	Move core files to core location in the repository.
+
+Affected files ...
+
+... //depot/aic7xxx/aic7xxx/aic7xxx.c#1 branch
+... //depot/aic7xxx/aic7xxx/aic7xxx.h#1 branch
+... //depot/aic7xxx/aic7xxx/aic7xxx.reg#1 branch
+... //depot/aic7xxx/aic7xxx/aic7xxx.seq#1 branch
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.c#1 branch
+... //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.h#1 branch
+... //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#1 branch
+... //depot/aic7xxx/aic7xxx/aic7xxx_pci.c#1 branch
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#1 branch
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm.h#1 branch
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#1 branch
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_insformat.h#1 branch
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#1 branch
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#1 branch
+... //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#1 branch
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#25 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.h#12 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.reg#5 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.seq#12 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_93cx6.c#4 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_93cx6.h#3 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_eisa.c#3 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_inline.h#10 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_pci.c#7 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/Makefile#3 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm.c#5 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm.h#4 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm_gram.y#7 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h#2 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm_scan.l#5 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c#3 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h#4 delete
+
+Change 74 by gibbs@overdrive on 2000/09/12 11:57:59
+
+	Cleanup and changes to support FreeBSD
+	
+	aic7xxx.c:
+		FreeBSD includes.  FreeBSD uses -nostdinc so
+		we must explicitly state the path to any referenced
+		files.
+	
+		staticize
+	
+		Inline ahc_intr().  It is only referenced once by
+		the OSM.
+	
+		Call ahc_notify_xfer_settings_change() in all locations
+		where settings change.
+	
+		Simplify ahc_platform_set_tags.  Don't bother calling
+		it if the tags setting has not changed.
+	
+		Don't leak ahc->name() in ahc_free().
+	
+		Add functions used only for target mode.
+	
+		pci_softc -> dev_softc.
+	
+		Move FreeBSD specific calls into aic7xxx_freebsd.c.
+	
+		Add marker to cleanup tstate info in ahc_free().
+	
+		Bring back SEARCH_REMOVE to ahc_search_qinfifo().
+		The FreeBSD error recovery code uses it.
+	
+	aic7xxx.h:
+		Add the io_ctx field into the scb.  This represents a
+		pointer to the ccb or Scsi_Cmnd or whatever a platform
+		uses to keep track of the OSes io context.  This is
+		faster and simpler than rooting around in the scb_platform
+		data object.
+	
+		Bring back in more target mode stuff.
+	
+		ahc_pci_softc_t -> ahc_dev_softc_t.
+	
+		inline ahc_intr.
+	
+		export functions referenced by FreeBSD's error recovery code.
+	
+	aic7xxx_93cx6.c:
+		FreeBSD inludes.
+	
+	aic7xxx_inline.h:
+		Inline ahc_intr.
+	
+	aic7xxx_osm.c:
+		Cleanup unused and #if 0'd code.
+	
+		platform_data->cmd -> io_ctx.
+	
+		ahc->pci_softc -> ahc->dev_softc.
+	
+		Cleanup unused (or should have been unused) fields
+		in ahc_platform_softc.
+	
+		ahc_platform_set_tags() simplification.  Changed argument
+		goes away and the function is only called when the
+		tags setting changes.
+	
+	aic7xxx_osm.h:
+		Cleanup unused and #if 0'd code.
+	
+		Add ahc_insb() for use by ahc_dump_seq().
+	
+		pci_softc -> dev_softc.
+	
+		platform_data->cmd -> io_ctx.
+	
+	aic7xxx_osm_pci.c:
+		pci_softc -> dev_softc.
+	
+	aic7xxx_pci.c:
+		FreeBSD includes
+	
+		pci_softc -> dev_softc.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#24 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.h#11 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_93cx6.c#3 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_inline.h#9 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#33 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#22 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#9 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_pci.c#6 edit
+
+Change 72 by gibbs@overdrive on 2000/09/07 10:47:56
+
+	aic7xxx.c:
+		TAILQ_FOREACH is not safe to use when the list you
+		are traversing is modified in the body of the loop.
+		Manually traverse the list instead.
+	
+	aic7xxx_osm.h:
+	aic7xxx_osm.c:
+		Avoid re-entry issues during abort processing by
+		deferring the run of any device queues until after
+		ahc_intr() has completed.  Just as in the case of
+		running the complete queue, the device queues will
+		need to be run from any abort processing performed
+		outside the interrupt handler as well.
+	
+		Bump our version number in preparation for another release.
+	
+	cam.h:
+		Make get and set transaction status work the same way as
+		in FreeBSD.  Notably, mask with CAM_STATUS_MASK.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#23 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#32 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#21 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/cam.h#8 edit
+
+Change 68 by gibbs@overdrive on 2000/09/06 10:25:15
+
+	aic7xxx.c:
+		Start the port back to FreeBSD....
+			o Include FreeBSD header on FreeBSD
+	
+			o ahc_freeze_ccb -> ahc_freeze_scb() and unifdef.
+	
+			o Change XXX to __FreeBSD__ on sections of code
+			  we still need additional special accessors for.
+	
+			o Bring in the rest of the target mode code.
+	
+		Move the pci_softc from platform_data into its own
+		field in ahc_softc.  This makes it less cumbersome
+		to perform PCI operations.		
+	
+		Add a routine, ahc_dump_card_state,  that dumps the
+		state of all of our queues.  This can be called when
+		something unexpected occurs to aid in debugging problems.
+		It is currently only called when we see an inactive
+		SCB come through ahc_done().
+	
+	aic7xxx.h:
+		struct ahc_pci_softc -> ahc_pci_softc_t.
+		On both Linux and FreeBSD, the pci_softc need only
+		be a pointer to the platform provided PCI instance
+		object, so we let the OSM define this type to be
+		whatever is convenient.
+	
+		Add bug definition for SCB corruption on upload
+		with aic7899s on 66MHz PCI.
+	
+		Use bus space tag/handle pair for accessing the
+		card on all platforms.  This removes an extra
+		pointer dereference and matches what FreeBSD
+		has been doing for some time.
+	
+		Move the platform_softc lower in the ahc_softc.
+		Since it no-longer includes the fields required
+		to access card registers, it is accessed less often
+		than the fields that now appear before it.
+	
+	aic7xxx.seq:
+		Implement a workaround for the 66MHz PCI SCB upload
+		corruption problem.  By transferring first from the
+		SCB into SCBRAM and then performing the DMA, we
+		avoid the corruption.
+	
+	aic7xxx_osm.c:
+		ahc_pci_softc_t fallout.
+	
+		bus space fallout.
+	
+		Implement the platform dependant portions of
+		ahc_dump_card_state().
+	
+		Fix a nasty bug in ahc_run_device_queue().  We
+		cannot send any SCB that does not have CAM_SIM_QUEUED
+		set to the card or it will get sent twice.  Once
+		by the queue run routine and again by aic7xxx_queue().
+	
+	aic7xxx_osm.h:
+		Implement bus space fields for PIO/MEMIO.
+	
+		struct ahc_pci_softc -> ahc_pci_softc_t
+	
+		Implement ahc_freeze_scb() which is a no-op on Linux.
+	
+	aic7xxx_osm_pci.c:
+		ahc_pci_softc_t fallout.
+	
+		bus space fallout.
+	
+	aic7xxx_pci.c:
+		ahc_pci_softc_t fallout.
+	
+	aicasm_symbol.c:
+		Pick up the correct db header on non-linux platforms.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#21 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.h#10 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.seq#11 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#31 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#20 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#8 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_pci.c#5 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c#2 edit
+
+Change 64 by gibbs@overdrive on 2000/09/02 12:46:16
+
+	aic7xxx.c:
+		Add a chip name for the aic7895 Rev C.  We differentiate
+		between the C and all other revs, so it is best to report
+		explicitly to the user when we find this chip.
+	
+		Export ahc_print_scb();
+	
+		In restart_sequencer() do all of the things that the
+		sequencer used to do at startup.  This shaves quite
+		a few instructions and there is no reason to "optimize"
+		these steps as they happen very rarely.
+	
+		Add some useful TRACEPOINT code.
+	
+		Use SCB_BASE instead of SCB_CONTROL to reference the
+		start of SCB ram.  SCB_CONTROL is no longer the first
+		element in the SCB and this show why using a variable
+		location instead of a fixed constant is unwise.
+	
+		Explictily export controller information
+		(width, scsiid, number of SCBS, etc) via
+		ahc_controller_info() instead of spraying this
+		data out from all through ahc_init().  This
+		allows OSMs to display the data in any way
+		they see fit.
+	
+		Correct some SCB_BTT bugs.
+	
+		Size the downloaded constants table correctly.
+	
+	aic7xxx.h:
+		Give the aic7895C isn't own chip identifier.
+	
+		Note which controllers have the AUTOPAUSE feature.
+	
+		Add a bug entry for controllers that fail to handle
+		residual transfers after a PCI MWI transaction correctly.
+	
+		Move the status packet up to the top of the SCB in
+		preparation for shortening the number of bytes uploaded
+		during check condition and other errors.
+	
+		Store in our softc information about the pci cacheline size.
+	
+	aic7xxx.reg:
+		Move the SCB status packet up to the top of the SCB.
+	
+		Add a different download size for external SCB memory.
+		This appears to avoid a download corruption problem.
+	
+		Add the MWI_RESIDUAL field for the MWI sequencer workaround.
+	
+		Add a downloaded constants describing the PCI cachline size.
+	
+	aic7xxx.seq:
+		Move reset code into kernel space.
+	
+		Add MWI bug workaround.  Essentially we save off the
+		portion of the current S/G segment that goes beyond the
+		last cacheline and transfer this separately.
+	
+		Use SCB_BASE instead of SCB_CONTROL for referencing the
+		start of SCB space.
+	
+		Add a workaround for transferring an embedded CDB from
+		external scratch ram on the aic7895.  We must wait to
+		enable the DMA engine until after we have filled the
+		FIFO.
+	
+		Fix index_busy_target in the SCB_BTT case.
+	
+		Factor out some more code that is not needed when
+		we don't page SCBs.
+	
+		Replace explicit test against aic7895 in command channel
+		code with != ULTRA2.  This gives the same effect and
+		doesn't require us to also check to see if this is an aic7895C.
+	
+		If we have large external SCBs, download 48 bytes of
+		SCB instead of 32.  This appears to avoid an SCB
+		corruption problem.
+	
+		Solidify the PCI 2.1 retry problem on SCB dma operations
+		bug.  We now wait until we are sure the chip is hung
+		before touching the FIFO.  The old system seemed to
+		sometimes pull out data too soon or corrupt the
+		data.
+	
+	aic7xxx_inline.h:
+		Only explicitly pause the sequencer on command enqueue
+		operations if the chip does not have the auto-pause
+		feature or the queue registers feature.
+	
+	aic7xxx_osm.c:
+		Fix the number of trasactions we report as supporting
+		to the mid layer.  Also fix our max opening count.
+		It was possible to overrun the FIFOs if we were using
+		the SCB busy target table.
+	
+		Provide more controller information through aic7xxx_info()
+		via the ahc_controller_info() routine.
+	
+	aic7xxx_osm.h:
+		More "number of transactions" cleanups.
+	
+		Our per-device active and openings count must be
+		signed so we can properly reduce our opening count
+		when downgrading from tagged to untagged.
+	
+		Add a bit definition for the memory write and invalidate
+		enable PCI space bit.
+	
+		Provide more information to the user on underflow conditions.
+	
+	aic7xxx_pci.c:
+		Clean up the way that large SCBs are enabled.  This is
+		now only done in the ahc_probe_extscbs() routine.
+	
+		Fetch PCI cache line size information and put it in the
+		softc.
+	
+		Correct the seletion of large SCBs for Ultra2+ controllers
+		in the SCB config routine.
+	
+		If external SCBs are not present, run through the SCB
+		config routine with the default settings.  This avoids
+		having to put code to attain the defaults somewhere
+		else.
+	
+		Correct SCB_BTT feature enable logic.  We must have
+		external 64byte SCBs for this to work.
+	
+		If bootverbose, mention whether large SCBs are being
+		used.
+	
+		SCB_CONTROL->SCB_BASE.
+	
+		Output the Sequencer program address if we get a PCI
+		error.  Useful in debugging.
+	
+		Note which controllers require MWI workarounds.
+	
+		Differentiate even more between the aic7895 and aic7895C.
+		Add code to deal the the spurious DAC cycle problem,
+		but don't enable it just yet.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#20 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.h#9 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.reg#4 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.seq#7 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_inline.h#8 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#30 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#19 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_pci.c#4 edit
+
+Change 62 by gibbs@overdrive on 2000/08/29 05:51:37
+
+	Move to just a single driver version stored in aic7xxx_osm.h.
+	Cleanup information printed out at driver load time.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#29 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#18 edit
+
+Change 61 by gibbs@overdrive on 2000/08/29 05:46:33
+
+	aic7xxx.seq:
+		Be a little more careful in how we empty the FIFO
+		on PCI 2.1 compliant aic78XX chips.  After pulling
+		out 8 bytes, wait for the FIFO to get some data
+		before testing to see if we are hung.
+	
+	aic7xxx_osm.c:
+		Fix the abort collision case in the device queue by
+		setting CAM_SIM_QUEUED only once aic7xxx_queue() has
+		released ownership of the SCB.  The old code was somewhat
+		confused in how it flagged transactions as still being
+		owned by aic7xxx_queue().
+	
+		Revert ahc_queue_busy_scb() and instead implement a
+		roll_back function ahc_free_busy_scb().  This makes
+		it much clearer who is aborting which scbs and how.
+		This required implementing ahc_unmap_scb() for use
+		by both ahc_done() and ahc_free_busy_scb().
+	
+		Correct ahc_platform_abort_scbs to abort the correct
+		device.  It was not checking wide/twin controller
+		properties and also suffered from a cut 'n paste error
+		that corrupted how the luns to traverse were determined.
+	
+	aic7xxx_osm.h:
+		Only return the low byte of the transaction status to
+		the rest of the world, but allow the high byte to be
+		set.  This simplifies handling of the CAM_SIM_QUEUED
+		flag.
+	
+	cam.h:
+		Add the CAM_SIM_QUEUED flag.  This flag is only used
+		in the device busy queue and indicates that the transaction
+		in the queue is no longer being operated on by aic7xxx_queue().
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.seq#6 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#28 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#17 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/cam.h#7 edit
+
+Change 60 by gibbs@overdrive on 2000/08/24 12:12:57
+
+	Turn on ktext expansion for all files.
+	
+	Add $Id$ where appropriate.
+	
+	Add PCI 2.1 Retry bug workaround.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#19 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.h#8 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.seq#5 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_93cx6.c#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_93cx6.h#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_eisa.c#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_inline.h#7 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#27 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#16 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_eisa.c#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#7 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_pci.c#3 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#3 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/Makefile#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm_gram.y#4 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm_scan.l#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/cam.h#6 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/queue.h#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/scsi_message.h#3 edit
+
+Change 59 by gibbs@overdrive on 2000/08/22 08:26:27
+
+	Change the name of our controller to scsi%d once we know the host
+	number.  Until that time, use a bus specific name.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#18 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.h#7 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#26 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#6 edit
+
+Change 58 by gibbs@overdrive on 2000/08/22 07:29:04
+
+	Remove old, #ifdef'd out, abort/reset implementations.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#25 edit
+
+Change 57 by gibbs@overdrive on 2000/08/22 07:20:46
+
+	Remove debugging printfs.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#5 edit
+
+Change 56 by gibbs@overdrive on 2000/08/22 06:53:44
+
+	aic7xxx.c:
+		For no, leave all locking to OSM layer.
+	
+	aic7xxx_osm.c:
+		Correct Adaptec copyright.
+	
+		Conditionalize inclusion of linux/init.h
+	
+		Add proc_dir_entry for older kernels.
+	
+		Don't declare static, entry points that may be
+		called externally in a static kernel linkage
+		configuration.
+	
+		Fixup abort processing for entries in the dev
+		queue.  We first bring these transactions up
+		to a state where ahc_done() will work on them,
+		and then call ahc_done().  This ensures that
+		all mapped memory for the transaction, etc. is
+		released.
+	
+		Becareful not to overwrite the sense data buffer
+		in Scsi_Cmnd's.
+	
+		Guard against null host structures in aic7xxx_release.
+	
+	aic7xxx_osm.h:
+		Remove bogus status checking in ahc_set_transaction_status().
+	
+	aic7xxx_osm_pci.c:
+		Use pci_find_class() to enumerate PCI devices.  This should
+		work acceptably in all kernel versions we support.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#17 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#24 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#15 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#4 edit
+
+Change 54 by gibbs@overdrive on 2000/08/21 12:30:49
+
+	When aborting commands in our per-device queues, queue them
+	to the complete queue, thus avoiding the dead-lock of a direct
+	completion.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#23 edit
+
+Change 53 by gibbs@overdrive on 2000/08/21 09:50:38
+
+	Use DID_BUS_BUSY for CAM_REQUEUE_REQ.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#22 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/cam.h#5 edit
+
+Change 52 by gibbs@overdrive on 2000/08/21 09:37:53
+
+	Implement aic7xxx_biosparam, finish tagged queuing implementation,
+	and complete the port to 2.2.14.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#21 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#14 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#3 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/cam.h#4 edit
+
+Change 51 by gibbs@overdrive on 2000/08/12 10:40:14
+
+	aic7xxx.c:
+		Add a platform callback to notify the system when
+		tag settings change.  We use this to freeze the
+		device queue until all oustanding transaction complete
+		when the tag type changes.
+	
+	aic7xxx_osm.c:
+		Add support for releasing the queue when the active
+		count goes to 0 for a particular device.
+	
+		Implement ahc_platform_set_tags() which will freeze
+		the queue when tag types change.
+	
+		In ahc_filter_cmd(), enable tags if the device supports them.
+	
+	aic7xxx_osm.h:
+		Prototype for ahc_platform_set_tags().
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#16 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#20 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#13 edit
+
+Change 50 by gibbs@overdrive on 2000/08/12 10:10:26
+
+	Kill a diagnostic printf.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#19 edit
+
+Change 49 by gibbs@overdrive on 2000/08/12 10:06:51
+
+	Switch to queing SCBs not Linux scsi commands in our busy
+	queues.  This avoids a locking and latency issues when we
+	have to run the queues from interrupt context.
+	
+	Run the busyq at the end of ahc_done.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#18 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#12 edit
+
+Change 48 by gibbs@overdrive on 2000/08/12 09:25:34
+
+	aic7xxx.c:
+		Add a platform callbacks for aborting transactions
+		sitting in OSM queues.
+	
+	aic7xxx_inline.h:
+		Don't lock in ahc_get_scb.  Let the OSM do this
+		as it may need to lock other data structures (using
+		the same lock) around the time it aquires the SCB.
+	
+	aic7xxx_osm.c:
+		Implement Linux version of the transaction abort
+		callbacks.
+	
+		Modify ahc_get_device() to only allocate device
+		entries if asked.  This allows this routine to
+		be used to see if a device exists at that location.
+	
+		Modify aic7xxx_queue() so that incoming commands
+		are placed into the device busy queue and that
+		transactions are only run if the device has
+		openings available and is not frozen.
+	
+		Check to see if a command has been aborted after
+		re-acquiring the ahc lock at the tail end of
+		aic7xxx_queue().
+	
+		Modify ahc_alloc_device() to initialize the openings
+		and maxtags fields.
+	
+	aic7xxx_osm.h:
+		Add Adaptec Copyright.
+	
+		Add device fields required to handle tagged queuing.
+	
+		Add function prototypes for ahc_platform abort routines.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#15 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_inline.h#6 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#17 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#11 edit
+
+Change 47 by gibbs@overdrive on 2000/08/12 07:00:10
+
+	Swith to using a union in ahc_cmd so we can avoid excessive
+	casting.
+	
+	Sort entries as they are inserted onto the completeq so that
+	transaction ordering for retried transactions is maintained.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#16 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#10 edit
+
+Change 46 by gibbs@overdrive on 2000/08/12 06:25:07
+
+	aic7xxx.c:
+		Remove some debugging printfs.
+	
+		Correctly deal with TWIN channel adapters when
+		dealing with the busy target table or busy target
+		queues.
+	
+	aic7xxx_osm.c:
+		Correct memset call in ahc_alloc_device() to
+		zero the correct nuber of bytes.
+	
+	aic7xxx_osm_pci.c:
+		Remove some debugging printfs.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#14 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#15 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#2 edit
+
+Change 45 by gibbs@overdrive on 2000/08/11 09:20:01
+
+	Set scb->platform_data->dev in aic7xxx_queue().
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#14 edit
+
+Change 44 by gibbs@overdrive on 2000/08/11 08:47:10
+
+	Correct addressing for per-device data-structures for
+	twin channel devices.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#13 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#9 edit
+
+Change 43 by gibbs@overdrive on 2000/08/11 08:40:12
+
+	aic7xxx.c:
+		Remove the "SEARCH_REMOVE" case from ahc_search_action.
+		It is never used and it would be hard to create sane
+		semantics for its use.
+	
+		scbp->scb to match most of the rest of the driver.
+	
+		In ahc_search_qinfifo(), handle the untagged queues
+		as well.  To the rest of the system, these are just
+		another part of the input fifo.
+	
+	aic7xxx_osm.c:
+		Add Adaptec Inc. copyright.
+	
+		Add a mechanism for allocating and freeing a per-device
+		data-structure for queue and other management.  The
+		data structure is persistent so long as commands for
+		that device are outstanding and/or we've seen a proper
+		inquiry response from that device that makes us believe
+		there is a persistent device at that location (target/lun).
+	
+	aic7xxx_osm.h:
+		Per-device data structure definitions.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#13 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#12 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#8 edit
+
+Change 42 by gibbs@overdrive on 2000/08/11 04:43:03
+
+	Initialize the completeq with STAILQ_INIT now that it is an
+	STAILQ.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#11 edit
+
+Change 41 by gibbs@overdrive on 2000/08/11 04:37:07
+
+	Use a shaddow structure of scsi_cmnd so we can name fields
+	"reserved" for HBA use however we wish.  This lets us use
+	the queue macros for queuing these structures.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#10 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#7 edit
+
+Change 37 by gibbs@overdrive on 2000/08/10 08:07:55
+
+	aic7xxx.c:
+	aic7xxx.h:
+		Move more function declarations to global scope.
+	
+	aic7xxx_osm.c:
+		Implement a mechanism to sniff completed commands
+		that complete with good status.  We use this to
+		sniff completed inquiry responses for targets to
+		determine there transfer capabilities.
+	
+	aic7xxx_osm.h:
+		Add a definition for the inquiry response format
+		for use by our transaction sniffer.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#9 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.h#5 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#9 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#6 edit
+
+Change 36 by gibbs@overdrive on 2000/08/10 06:34:34
+
+	Spaces to tabs.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#8 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#8 edit
+
+Change 35 by gibbs@overdrive on 2000/08/10 05:33:22
+
+	aic7xxx.c:
+		Add ahc_busy_tcl().  This routine is used to add
+		an SCBID to the busy target's table.  Right now this
+		is only used when transitioning a transaction from
+		tagged to untagged when a tag message is rejected.
+	
+		Move some function prototypes to aic7xxx.h for use
+		by other modules.
+	
+		Re-enable code that sets transaction status now that
+		we have an OSM method for doing this.
+	
+		Kill some debugging printfs.
+	
+	aic7xxx.h:
+		Added function prototypes for methods in aic7xxx.c
+	
+	aic7xxx.seq:
+		For added safety, when handling a data overrun,
+		clear STCNT before going into bit-bucket mode.
+		clearing STCNT should ensure that the data channel
+		will not resume a previous transfer setup via
+		PRELOADEN.
+	
+	aic7xxx_inline.h:
+		The controller lock is always held when a transaction is
+		freed.  Don't bother re-acquiring it is ahc_free_scb().
+	
+		Kill more diagnostic printfs.
+	
+	aic7xxx_osm.c:
+		Inline completion queue routines.
+	
+		Reset the bus on startup for now.  Later we will honor
+		non-volatile card setting and if no reset is requested,
+		we will negotiate on the first transaction.
+	
+		Store a pointer to a scsi command's scb in the host_scribble
+		area while the command is outstanding.  This allows us
+		to get back to the SCB from within the abort/reset routines.
+	
+		Check cmd->use_sg consistently.  Even if only one SG is
+		provided, we must still treat the request_buffer pointer
+		as a pointer to a list of SG structures, not a contiguous
+		buffer.
+	
+		Fixup some bugs in how were were initializing SCBs in the
+		aic7xxx_queue routine.
+	
+		Keep track of pending SCBs in the pending_scb list.  The
+		core routines in aic7xxx.c expect to find pending SCBS
+		here.
+	
+		Properly remove untagged transactions from the untagged
+		queue when they complete.
+	
+		Set transaction status to DID_OK (CAM_REQ_CMP) if, at
+		ahc_done time, the status is still CAM_REQ_INPROG.
+	
+		Add some diagnostic code to the abort routine so we
+		can determine why the mid-layer decided an abort was
+		necessary.
+	
+	aic7xxx_osm.h:
+		Make the ahc_done_lock a no-op on systems that use
+		interrupt blocking for locks.  The softc lock is always
+		while the done lock is held, so no additional protection
+		is required.
+	
+		Add accessers for both the transaction and scsi status
+		fields.  These are used by core code.
+	
+	cam.h:
+		Switch CAM_SEL_TIMEOUT from "DID_TIME_OUT" to
+		"DID_NO_CONNECT".  This seems more correct based
+		on a quick look at scsi_error.c of the mid-layer.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#7 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.h#4 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.seq#4 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_inline.h#5 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#7 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#5 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/cam.h#3 edit
+
+Change 32 by gibbs@overdrive on 2000/08/09 07:31:45
+
+	aic7xxx.c:
+		Remove duplicate OSM function ahc_scb_set_residual().
+		We already had ahc_set_residual().
+	
+		Use platform independent method for storing retrieved
+		sense data.
+	
+	aic7xxx_osm.c:
+		Add a deferred completion queue.  The queue is filled
+		by ahc_done() and run from either our interrupt handler,
+		or error recovery routines after all commands are queued
+		for completion.
+	
+		Keep track of the size of our transfer.  This is later
+		used in residual handling.
+	
+		Implement basic ahc_done() routine.  This will need to
+		be enhanced to deal with things like queue full.
+	
+	aic7xxx_osm.h:
+		Implement the completeq.  Due to the nature of the
+		scsi_cmnd structure, we cannot use a <sys/queue.h>
+		style queue for this, so create a simple LIFO.
+	
+		Flesh out the inline accessors to OSM dependent
+		per transaction data fields.
+	
+	cam.h:
+		Map CAM status to Linux SCSI status codes.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#4 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#6 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#4 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/cam.h#2 edit
+
+Change 31 by gibbs@overdrive on 2000/08/08 13:11:38
+
+	Debug adapter queue command path.  We can now queue a command,
+	have the sequencer complete it, and route the compelted
+	command to ahc_done().
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#3 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_inline.h#4 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#5 edit
+
+Change 30 by gibbs@overdrive on 2000/08/08 10:01:08
+
+	First pass at the aic7xxx_queue routine.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#4 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#3 edit
+
+Change 29 by gibbs@overdrive on 2000/08/08 07:41:45
+
+	Missed in prior checkin.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_inline.h#3 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_pci.c#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#2 edit
+
+Change 27 by gibbs@overdrive on 2000/08/08 07:10:41
+
+	Add definitions to properly lock the system when returning
+	commands back to the OS.
+	
+	Hook up our interrupt handler.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.c#2 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#3 edit
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#2 edit
+
+Change 26 by gibbs@overdrive on 2000/08/08 05:59:33
+
+	Get us to the point where we can successfully register
+	PCI adapters.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#2 edit
+
+Change 25 by gibbs@overdrive on 2000/08/08 05:58:36
+
+	More infrastructure - mostly from FreeBSD.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_93cx6.h#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_eisa.c#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_eisa.c#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/cam.h#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/queue.h#1 add
+
+Change 19 by gibbs@overdrive on 2000/07/28 03:12:09
+
+	Move into our sub-directory.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#1 branch
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx_proc.c#4 delete
+
+Change 18 by gibbs@overdrive on 2000/07/27 12:00:48
+
+	Use the old Linux driver as the foundation for the Linux
+	specific core file.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#1 branch
+
+Change 7 by gibbs@overdrive on 2000/07/13 07:09:24
+
+	Latest SCSI message file from FreeBSD.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/scsi_message.h#2 edit
+
+Change 5 by gibbs@overdrive on 2000/07/13 07:07:29
+
+	Move the assembler to its own subdirectory.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/Makefile#3 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm.c#2 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm.h#2 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/Makefile#1 branch
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm.c#1 branch
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm.h#1 branch
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm_gram.y#1 branch
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h#1 branch
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm_scan.l#1 branch
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c#1 branch
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h#1 branch
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm_gram.y#2 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm_insformat.h#3 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm_scan.l#2 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm_symbol.c#3 delete
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aicasm_symbol.h#2 delete
+
+Change 1 by gibbs@overdrive on 2000/07/12 11:01:33
+
+	Initial import of Doug Ledford's aic7xxx driver v5.2.0.
+
+Affected files ...
+
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx.c#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx.h#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.reg#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx.seq#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/scsi_message.h#1 add
+... //depot/aic7xxx/linux/drivers/scsi/aic7xxx/sequencer.h#1 add
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)