freebsd-dev/sys/cam/scsi
Kenneth D. Merry 461dddba27 Clean up dynamically allocated sysctl variables when we run dacleanup() and
cdcleanup().  This fixes sysctl problems ("can't re-use a leaf") when
someone adds another peripheral at the same unit number.  (e.g. rescan da0,
it goes away, then rescan again and da0 comes back, but since we haven't
cleaned up the sysctl variables from the last da0 instance, we can't
register the variables for the new instance under the same name.)

Reported by:	njl
Tested by:	njl
2003-03-26 04:38:39 +00:00
..
scsi_all.c Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fix 2003-02-21 06:19:38 +00:00
scsi_all.h Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fix 2003-02-21 06:19:38 +00:00
scsi_cd.c Clean up dynamically allocated sysctl variables when we run dacleanup() and 2003-03-26 04:38:39 +00:00
scsi_cd.h Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fix 2003-02-21 06:19:38 +00:00
scsi_ch.c Allocate the devstat structure with devstat_new_entry(). 2003-03-08 21:44:46 +00:00
scsi_ch.h
scsi_da.c Clean up dynamically allocated sysctl variables when we run dacleanup() and 2003-03-26 04:38:39 +00:00
scsi_da.h
scsi_dvcfg.h
scsi_iu.h Add definitions for the task management codes sent in SPI4 2003-01-20 18:05:46 +00:00
scsi_low_pisa.c
scsi_low_pisa.h
scsi_low.c Centralize the devstat handling for all GEOM disk device drivers 2003-03-08 08:01:31 +00:00
scsi_low.h use __packed. 2002-09-23 18:54:32 +00:00
scsi_message.h
scsi_pass.c Allocate the devstat structure with devstat_new_entry(). 2003-03-08 21:44:46 +00:00
scsi_pass.h
scsi_pt.c Call devstat_start_transaction_bio() instead of devstat_start_transaction() 2003-03-15 10:50:44 +00:00
scsi_pt.h
scsi_sa.c Call devstat_start_transaction_bio() instead of devstat_start_transaction() 2003-03-15 10:50:44 +00:00
scsi_sa.h
scsi_ses.c Centralize the devstat handling for all GEOM disk device drivers 2003-03-08 08:01:31 +00:00
scsi_ses.h
scsi_targ_bh.c Consolidate MIN/MAX macros into one place (param.h). 2003-02-02 13:17:30 +00:00
scsi_target.c Make nokqfilter() return the correct return value. 2003-03-03 16:24:47 +00:00
scsi_targetio.h New SCSI target emulator code 2002-11-22 22:55:51 +00:00