On Sun Jan 24 2010 at 19:23:33 +0000, David Holland wrote: > On Sun, Dec 20, 2009 at 07:06:45PM +0000, Antti Kantee wrote: > > Date: Sun Dec 20 19:06:45 UTC 2009 > > Modified Files: > > src/sys/kern: tty_pty.c > > > > Log Message: > > Add a pointing to an explanation of why we have #ifdef pmax stuff in here. > > Well, that's sort of an explanation, although I might clarify it some > if it were me... but I can't see what purpose these things serve since > they're identical to the standard ones. If there's compat_ultrix logic > that recognizes them and does something special, I can't find it. > > Could they be removed, or is there some chewing gum sticking the logic > together somewhere that I've missed? (If so, it should be mentioned > explicitly...)
We can't have two majors mapped to the same devsw (at least that was my assumption?). Those couldn't be (re)moved easily, so I let them stay.