Subject: Re: CVS commit: sharesrc
To: Lennart Augustsson <lennart@augustsson.net>
From: Nathan J. Williams <nathanw@MIT.EDU>
List: source-changes
Date: 07/26/2000 19:50:36
Lennart Augustsson <lennart@augustsson.net> writes:

> > <augustss@netbsd.org> (Lennart Augustsson) writes:
> >
> > > XXX Why are com(4), joy(4), and lpt(4) in the i386 subdirectory?
> >
> > joy, at least, started life as an x86-specific driver, and while it
> > has been copied to arm32, bebox, arc, and prep, it's never been made
> > usefully MI.
> 
> But joy can attach to pci, and pci is not x86 specific...

The PCI front-end of the driver probably ought to be MI, like the
ofisa version (it would probably be more useful, too), but the
back-end is still MD, since it depends on MD timing routines. So
even though you could theoretically drop a PCI joystick card into any
PCI-equipped machine, the back end can't handle it.

        - Nathan