diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2008-11-13 19:57:33 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2008-11-13 19:57:33 +0000 |
| commit | 2e013ce0e381542a687c0c020252e17097a42d6a (patch) | |
| tree | c14dfe0592a384131c2e0110690aa80e5b5b927c /sys | |
| parent | 648273cb3303a9be014eafe60e8e055de64f77d1 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/pci/pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 6e47fc445031..295e68d9730b 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -2949,6 +2949,9 @@ static struct {PCIC_STORAGE, PCIS_STORAGE_FLOPPY, "floppy disk"}, {PCIC_STORAGE, PCIS_STORAGE_IPI, "IPI"}, {PCIC_STORAGE, PCIS_STORAGE_RAID, "RAID"}, + {PCIC_STORAGE, PCIS_STORAGE_ATA_ADMA, "ATA (ADMA)"}, + {PCIC_STORAGE, PCIS_STORAGE_SATA, "SATA"}, + {PCIC_STORAGE, PCIS_STORAGE_SAS, "SAS"}, {PCIC_NETWORK, -1, "network"}, {PCIC_NETWORK, PCIS_NETWORK_ETHERNET, "ethernet"}, {PCIC_NETWORK, PCIS_NETWORK_TOKENRING, "token ring"}, |
