summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sio_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sio/sio_pci.c')
-rw-r--r--sys/dev/sio/sio_pci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c
index 3cf80f5..13715c6 100644
--- a/sys/dev/sio/sio_pci.c
+++ b/sys/dev/sio/sio_pci.c
@@ -138,6 +138,9 @@ sio_pci_probe(dev)
if (id->desc == NULL)
return (ENXIO);
device_set_desc(dev, id->desc);
+#ifdef PC98
+ SET_FLAG(dev, SET_IFTYPE(COM_IF_NS16550));
+#endif
return (sioprobe(dev, id->rid, 0UL, 0));
}
OpenPOWER on IntegriCloud