Chris Costello wrote: > On Sat, Apr 24, 1999, Peter Wemm wrote: > > This shouldn't cause much in the way of trouble, but it will complain > > about old lint in your config files. That includes 'net/tty/bio/cam' > > mask indicators, and 'vector xxxintr' as well as some of the wierder > > workarounds for the poor 'options' parsing. > > > > So: things like: > > device sio1 at isa? tty port "IO_COM2" tty irq 3 > > become: > > device sio1 at isa? port IO_COM2 irq3 > > > > options "VM86" -> options VM86 > > options "_KPOSIX_FOO=12345L" -> options _KPOSIX_FOO=12345L > > etc. > > Excellent! Why wasn't this done before?
Probably because the code was a nightmare.. :-) Cheers, -Peter To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message