diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2009-12-25 07:59:31 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2009-12-25 07:59:31 +0000 |
| commit | f45946a8f7850219e52eadecd6d294d2adf82523 (patch) | |
| tree | 5024b8c07fe54c289aa65ae343e98bfd21e715e7 /sys | |
| parent | c7ca33d13854cb4a756efddff0b546c9980ba05f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/ahci/ahci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c index 632a121cdbd9..cfbe43b9a8b0 100644 --- a/sys/dev/ahci/ahci.c +++ b/sys/dev/ahci/ahci.c @@ -115,8 +115,8 @@ static struct { {0x43931002, "ATI IXP700", 0}, {0x43941002, "ATI IXP800", 0}, {0x43951002, "ATI IXP800", 0}, - {0x26528086, "Intel ICH6", 0}, - {0x26538086, "Intel ICH6M", 0}, + {0x26528086, "Intel ICH6", AHCI_Q_NOFORCE}, + {0x26538086, "Intel ICH6M", AHCI_Q_NOFORCE}, {0x26818086, "Intel ESB2", 0}, {0x26828086, "Intel ESB2", 0}, {0x26838086, "Intel ESB2", 0}, |
