my kernel is 2.6.22.19 patched by linux vserver(2.6.22.19-vs2.2.0.7-r1)
my storage is SATA disk
from livecd ,It can recognize as sda,
Code:
scsi1 : ata_piix
Vendor: ATA Model: HDS728080PLA380 Rev: PF2O
Type: Direct-Access ANSI SCSI revision: 05
SCSI device sda: 160836480 512-byte hdwr sectors (82348 MB)
SCSI device sda: drive cache: write back
SCSI device sda: 160836480 512-byte hdwr sectors (82348 MB)
SCSI device sda: drive cache: write back
but I use my kernel,the disk can be recognized as hda
in .config
I already set
Code:
CONFIG_ATA_PIIX=y
CONFIG_BLK_DEV_PIIX=y
note: i don't find the macro CONFIG_SCSI_ATA_PIIX
thanks for your help