diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-04-14 02:20:01 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-04-14 02:20:01 +0000 |
| commit | 267afa1eab34593a51886b0e06ac7c896a5dbde9 (patch) | |
| tree | cf38cba09ccf1e0aaf8340bf99e171a2c233955f /sys/dev/sx | |
| parent | aa87b3ef755f32d383b3ddf2488b6d778a194ea9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sx')
| -rw-r--r-- | sys/dev/sx/sx_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sx/sx_pci.c b/sys/dev/sx/sx_pci.c index 35abb5517bb5..70be4c4e98c0 100644 --- a/sys/dev/sx/sx_pci.c +++ b/sys/dev/sx/sx_pci.c @@ -52,7 +52,7 @@ sx_pci_probe( switch (pci_get_devid(dev)) { case 0x200011cb: - if (pci_get_subdevice(dev) == (ushort)0xb008) { + if (pci_get_subdevice(dev) == (uint16_t)0xb008) { desc = "Specialix I/O8+ Multiport Serial Card"; } break; |
