public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH] 2.5 hosts.c and scsi_host list cleanup
@ 2002-09-04 20:43 Mike Anderson
  2002-09-04 23:01 ` Christoph Hellwig
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Anderson @ 2002-09-04 20:43 UTC (permalink / raw)
  To: linux-scsi

I have created a patch against 2.5.33 that cleans up the scsi_host
lists.
	- Switch scsi host template, name, host lists to struct
	  list_head's.
	- Moved all scsi_host related register / unregister functions
	  into hosts.c
	- Added list accessor interface and created a function similar
	  to driverfs bus_for_each_dev.

The patch is available at:
http://www-124.ibm.com/storageio/gen-io/patch-scsi_hosts-2.5.33-1.gz


Included creation of error handler thread, proc, driverfs entries in
scsi_register as previously discussed in Stefan Bader's patch.

Included the host number changes previously described in patches by
Itai Nahshon / Pete Zaitcev / Aron Zeh 
http://marc.theaimsgroup.com/?t=102699115600003&r=1&w=2

Testing:

UML:
	scsi_debug

2-Way 2.5.33:
	sd,sr,sg,ips built-in

	scsihosts=ips,aic7xxx,isp1020
	insmod/rmmod testing of scsi_debug, aic7xxx, and isp1020.

	scsi all modules w/initrd

Compile only:
	block/cciss_scsi.c
	scsi/53c700.c
	scsi/pcmcia/*
	scsi/wd33c93.c

Note:
	Currently I have not come up with a solution for the megaraid
	driver to work with this patch. The driver wants to reorder the
	scsi host list.

-Mike

-- 
Michael Anderson
andmike@us.ibm.com


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-09-05  5:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-04 20:43 [RFC][PATCH] 2.5 hosts.c and scsi_host list cleanup Mike Anderson
2002-09-04 23:01 ` Christoph Hellwig
2002-09-04 23:26   ` Andries Brouwer
2002-09-05  5:45     ` Mike Anderson
2002-09-05  5:43   ` Mike Anderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox