summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2002-01-31 08:24:36 +0000
committernyan <nyan@FreeBSD.org>2002-01-31 08:24:36 +0000
commit108d6ed03fc5a3cd123db610714b9276783ae26d (patch)
tree055945599abb4073591db412007eb3a9af3972bc /sys
parent82fdfbe8fa7b7c4ef9cc365c96c66f84a024bf8f (diff)
downloadFreeBSD-src-108d6ed03fc5a3cd123db610714b9276783ae26d.zip
FreeBSD-src-108d6ed03fc5a3cd123db610714b9276783ae26d.tar.gz
Add pc98 support.
Diffstat (limited to 'sys')
-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