CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/05/24 17:18:47
Modified files:
sys/dev/ata : ata_wdc.c
sys/dev/ic : wdc.c
Log message:
Move wdc_cd from ata/ata_wdc.c to ic/wdc.c so that you can compile a
kernel without the former. Also, eliminate two dead stores in
wdcattach().
ok dlg@
