diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-07-22 20:02:16 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-07-22 20:02:16 +0000 |
| commit | e2b194a02d41af960e5e384d5c7e77efda7464d3 (patch) | |
| tree | 654596bcbcf9a633a7ede783c99f995d5b1c7962 | |
| parent | 5285558ac2d0c7bb889d962c3d270463ee921ce0 (diff) | |
Notes
| -rw-r--r-- | sys/dev/pccbb/pccbbdevid.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/pccbb/pccbbdevid.h b/sys/dev/pccbb/pccbbdevid.h index a23806061655..deacb86af4a7 100644 --- a/sys/dev/pccbb/pccbbdevid.h +++ b/sys/dev/pccbb/pccbbdevid.h @@ -84,6 +84,9 @@ #define PCIC_ID_TI4451 0xac42104cul #define PCIC_ID_TI4510 0xac44104cul #define PCIC_ID_TI4520 0xac46104cul +#define PCIC_ID_TI6411 0x8031104cul /* PCI[67]x[12]1 */ +#define PCIC_ID_TI6420 0xac8d104cul /* PCI[67]x20 Smartcard dis */ +#define PCIC_ID_TI6420SD 0xac8e104cul /* PCI[67]x20 Smartcard en */ #define PCIC_ID_TI7410 0xac49104cul #define PCIC_ID_TI7510 0xac47104cul #define PCIC_ID_TI7610 0xac48104cul |
