CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/06/05 19:59:49
Modified files:
sys/scsi : cd.c sdvar.h
sys/dev/ata : wdvar.h
Log message:
Delete the long dead LOCKED and WANTED flags from cd(4), sd(4), and
wd(4). They haven't been used for 10+ years, since the drivers were
switched to use disk_lock() and disk_unlock() instead.
No binary change.
