diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2013-11-09 08:27:55 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2013-11-09 08:27:55 +0000 |
| commit | 2b400c83f248af9cbf2b7c066dfa7e5c68a9c3c7 (patch) | |
| tree | ac7e4fd78dca980b28fea1416bb4adf60c3dc96d /sys/dev/ppc | |
| parent | f8241f0c8895e8ecb3bca29a7459c7a044c0d287 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppc')
| -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 0641dcdc77af9..f2bd129b9c152 100644 --- a/sys/dev/ppc/ppc_pci.c +++ b/sys/dev/ppc/ppc_pci.c @@ -88,6 +88,7 @@ static struct pci_id pci_ids[] = { { 0x80001407, "Lava Computers 2SP-PCI parallel port", 0x10 }, { 0x84031415, "Oxford Semiconductor OX12PCI840 Parallel port", 0x10 }, { 0x95131415, "Oxford Semiconductor OX16PCI954 Parallel port", 0x10 }, + { 0xc1101415, "Oxford Semiconductor OXPCIe952 Parallel port", 0x10 }, { 0x98059710, "NetMos NM9805 1284 Printer port", 0x10 }, { 0x98659710, "MosChip MCS9865 1284 Printer port", 0x10 }, { 0x99019710, "MosChip MCS9901 PCIe to Peripheral Controller", 0x10 }, |
