Subject: Re: com_cardbus.c
To: Chris G. Demetriou <cgd@netbsd.org>
From: Johan Danielsson <joda@pdc.kth.se>
List: current-users
Date: 04/17/2000 09:58:56
cgd@netbsd.org (Chris G. Demetriou) writes:

> you've created a driver which blindly matches communications/serial
> as a simple 'com' port.

Yes, but isn't this exactly how matching devices is supposed to work?
Any other driver that think it has a better chance of handling a
device can easily take command (by returning > 1). I would say that
it's a 99% chance that a communications/serial device is infact 16x50
compatible.

Since you apparently think it's a major problem (I don't), I'll fix it
in some way.

/Johan