> > The scheme sys/dev/<bus>/wsdisplay_<bus>.[ch] where <bus> > > is pci, sbus, etc. is fine with me. > > When trying to do that I uncovered a problem with doing it: > > In sys/dev/pci/files.pci I can't do 'wsdisplay & pci' > because 'wsdisplay' is defined in sys/dev/wscons/files.wscons. > > So I will leave it as is for now and will do it later when a solution > is found for that.
this sounds like a simple ordering issue. please post the patches you have so far for others to see and suggest fixes. thanks. .mrg.