diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-06-27 06:44:32 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-06-27 06:44:32 +0000 | 
| commit | a3604b95ed1b025e84c6b948b9939cf63fc9f9ce (patch) | |
| tree | 6998e1bc3c80f5ac90fcd7497da4a1d547a8452e /sys/dev/ahci/ahci_pci.c | |
| parent | edd7eaddc8e5730ca33436568f6fcb8409984d13 (diff) | |
| parent | f21680fd983784341c88dbe1015548f65c79868d (diff) | |
Notes
Diffstat (limited to 'sys/dev/ahci/ahci_pci.c')
| -rw-r--r-- | sys/dev/ahci/ahci_pci.c | 20 | 
1 files changed, 20 insertions, 0 deletions
diff --git a/sys/dev/ahci/ahci_pci.c b/sys/dev/ahci/ahci_pci.c index 9d75386db472..04035d68af7f 100644 --- a/sys/dev/ahci/ahci_pci.c +++ b/sys/dev/ahci/ahci_pci.c @@ -117,6 +117,26 @@ static const struct {  	{0x3b298086, 0x00, "Intel 5 Series/3400 Series",	0},  	{0x3b2c8086, 0x00, "Intel 5 Series/3400 Series",	0},  	{0x3b2f8086, 0x00, "Intel 5 Series/3400 Series",	0}, +	{0x19b08086, 0x00, "Intel Denverton",	0}, +	{0x19b18086, 0x00, "Intel Denverton",	0}, +	{0x19b28086, 0x00, "Intel Denverton",	0}, +	{0x19b38086, 0x00, "Intel Denverton",	0}, +	{0x19b48086, 0x00, "Intel Denverton",	0}, +	{0x19b58086, 0x00, "Intel Denverton",	0}, +	{0x19b68086, 0x00, "Intel Denverton",	0}, +	{0x19b78086, 0x00, "Intel Denverton",	0}, +	{0x19be8086, 0x00, "Intel Denverton",	0}, +	{0x19bf8086, 0x00, "Intel Denverton",	0}, +	{0x19c08086, 0x00, "Intel Denverton",	0}, +	{0x19c18086, 0x00, "Intel Denverton",	0}, +	{0x19c28086, 0x00, "Intel Denverton",	0}, +	{0x19c38086, 0x00, "Intel Denverton",	0}, +	{0x19c48086, 0x00, "Intel Denverton",	0}, +	{0x19c58086, 0x00, "Intel Denverton",	0}, +	{0x19c68086, 0x00, "Intel Denverton",	0}, +	{0x19c78086, 0x00, "Intel Denverton",	0}, +	{0x19ce8086, 0x00, "Intel Denverton",	0}, +	{0x19cf8086, 0x00, "Intel Denverton",	0},  	{0x1c028086, 0x00, "Intel Cougar Point",	0},  	{0x1c038086, 0x00, "Intel Cougar Point",	0},  	{0x1c048086, 0x00, "Intel Cougar Point",	0},  | 
