diff options
| author | Kai Wang <kaiw@FreeBSD.org> | 2009-02-11 00:08:03 +0000 |
|---|---|---|
| committer | Kai Wang <kaiw@FreeBSD.org> | 2009-02-11 00:08:03 +0000 |
| commit | 64fc5491dbb134f117eaef3a2509a337ba3d5d10 (patch) | |
| tree | 6ab14cd935ebb5289c2b0e2b382da290e80a2a35 /sys/dev/ppc | |
| parent | 60d5654464cfee5da7cea15d55f0c91f1314d112 (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 991de1f857cf..c8e40b56377d 100644 --- a/sys/dev/ppc/ppc_pci.c +++ b/sys/dev/ppc/ppc_pci.c @@ -84,6 +84,7 @@ struct pci_id { static struct pci_id pci_ids[] = { { 0x1020131f, "SIIG Cyber Parallel PCI (10x family)", 0x18 }, { 0x2020131f, "SIIG Cyber Parallel PCI (20x family)", 0x10 }, + { 0x05111407, "Lava SP BIDIR Parallel PCI", 0x10 }, { 0x80001407, "Lava Computers 2SP-PCI parallel port", 0x10 }, { 0x84031415, "Oxford Semiconductor OX12PCI840 Parallel port", 0x10 }, { 0x95131415, "Oxford Semiconductor OX16PCI954 Parallel port", 0x10 }, |
