summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppc
diff options
context:
space:
mode:
authorkaiw <kaiw@FreeBSD.org>2009-02-11 00:08:03 +0000
committerkaiw <kaiw@FreeBSD.org>2009-02-11 00:08:03 +0000
commited3597a69687b0a5ae150456beb6c191cffeaaf8 (patch)
tree6ab14cd935ebb5289c2b0e2b382da290e80a2a35 /sys/dev/ppc
parent29a739cb60ccf8c2457c837b6cfb6df866a25bfe (diff)
downloadFreeBSD-src-ed3597a69687b0a5ae150456beb6c191cffeaaf8.zip
FreeBSD-src-ed3597a69687b0a5ae150456beb6c191cffeaaf8.tar.gz
Added entries for Lava SP-PCI (1 serial + 1 parallel) PCI card. The
card is a multifunction PCI and report itself as two logical devices.
Diffstat (limited to 'sys/dev/ppc')
-rw-r--r--sys/dev/ppc/ppc_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ppc/ppc_pci.c b/sys/dev/ppc/ppc_pci.c
index 991de1f..c8e40b5 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 },
OpenPOWER on IntegriCloud