diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-07-25 07:40:42 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-07-25 07:40:42 +0000 |
commit | 60168b8a507c15a0034c445f2612bafd06edfee6 (patch) | |
tree | c80b02b822f499bc66b23ada71df569e9526fec5 /sys/dev | |
parent | 0f298baa4b89ad787896a98e103bde1825fb34aa (diff) |
Give Smart Card part of TI PCI6515 a different product define so this
actually compiles.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 8cc50a75f5b..4f7c75a855b 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.895 2005/07/25 06:51:20 jsg Exp $ +$OpenBSD: pcidevs,v 1.896 2005/07/25 07:40:41 jsg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2627,7 +2627,7 @@ product TI PCI4520_FW 0x802A PCI4520 FireWire product TI PCI7410_FW 0x802b PCI7(4-6)10 FireWire product TI PCI7420_FW 0x802e PCI7x20 FireWire product TI PCI6515 0x8036 PCI6515 CardBus -product TI PCI6515 0x8038 PCI6515 CardBus (Smart Card mode) +product TI PCI6515SC 0x8038 PCI6515 CardBus (Smart Card mode) product TI ACX100A 0x8400 ACX100A product TI ACX100B 0x8401 ACX100B product TI ACX111 0x9066 ACX111 |