Module Name:    src
Committed By:   matt
Date:           Fri Apr 29 08:21:25 UTC 2011

Modified Files:
        src/sys/dev/pci [matt-nb5-mips64]: siisata_pci.c

Log Message:
Add 3114 entry


To generate a diff of this commit:
cvs rdiff -u -r1.1.14.1.4.1 -r1.1.14.1.4.2 src/sys/dev/pci/siisata_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/siisata_pci.c
diff -u src/sys/dev/pci/siisata_pci.c:1.1.14.1.4.1 src/sys/dev/pci/siisata_pci.c:1.1.14.1.4.2
--- src/sys/dev/pci/siisata_pci.c:1.1.14.1.4.1	Wed Apr 21 00:27:49 2010
+++ src/sys/dev/pci/siisata_pci.c	Fri Apr 29 08:21:25 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: siisata_pci.c,v 1.1.14.1.4.1 2010/04/21 00:27:49 matt Exp $ */
+/* $NetBSD: siisata_pci.c,v 1.1.14.1.4.2 2011/04/29 08:21:25 matt Exp $ */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -93,6 +93,12 @@
 static const struct siisata_pci_board siisata_pci_boards[] = {
 	{
 		.spb_vend = PCI_VENDOR_CMDTECH,
+		.spb_prod = PCI_PRODUCT_CMDTECH_3114,
+		.spb_port = 4,
+		.spb_chip = 3114,
+	},
+	{
+		.spb_vend = PCI_VENDOR_CMDTECH,
 		.spb_prod = PCI_PRODUCT_CMDTECH_3124,
 		.spb_port = 4,
 		.spb_chip = 3124,

Reply via email to