From 108d6ed03fc5a3cd123db610714b9276783ae26d Mon Sep 17 00:00:00 2001 From: nyan Date: Thu, 31 Jan 2002 08:24:36 +0000 Subject: Add pc98 support. --- sys/dev/sio/sio_pci.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys') 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)); } -- cgit v1.1