diff options
| author | Xin LI <delphij@FreeBSD.org> | 2010-03-23 20:08:18 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2010-03-23 20:08:18 +0000 |
| commit | 1fc13a00e8ebd55aace2536a7495b980e6481539 (patch) | |
| tree | d59c02e08f8afce25b243f4cf57d8199a5be707b /sys | |
| parent | 33d56ab39b0c56803f89521c771faf7bdab52572 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/ppc/ppc_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ppc/ppc_pci.c b/sys/dev/ppc/ppc_pci.c index c8e40b56377d..ed59413ee9c3 100644 --- a/sys/dev/ppc/ppc_pci.c +++ b/sys/dev/ppc/ppc_pci.c @@ -89,6 +89,7 @@ static struct pci_id pci_ids[] = { { 0x84031415, "Oxford Semiconductor OX12PCI840 Parallel port", 0x10 }, { 0x95131415, "Oxford Semiconductor OX16PCI954 Parallel port", 0x10 }, { 0x98059710, "NetMos NM9805 1284 Printer port", 0x10 }, + { 0x99019710, "MosChip MCS9901 PCIe to Peripheral Controller", 0x10 }, { 0xffff } }; |
