Prefer uint16_t to ushort.

Submitted by: bde
This commit is contained in:
Warner Losh 2004-04-14 02:20:01 +00:00
parent aa87b3ef75
commit 267afa1eab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128219

View File

@ -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;