Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



drochner
Sat Aug 23 07:01:35 PDT 1997
Update of /cvsroot/src/sys/dev/isa
In directory netbsd1:/var/slash-tmp/cvs-serv6327

Modified Files:
        com.c comvar.h 
Log Message:
clean up the serial console / KGDB attachment:
-put all early console / KGDB initialization into 1 exported function
  (com_*_attach()) each, dont use global variables anymore
-use the passed tcflag_t for port settings instead of hardwiring 8N1
-at autoconfiguration attach time, decide if the attaching device is
  already console / KGDB by comparing bus tag and base addr (cgd's wish)
-export a function "com_is_console()" for use by driver frontends for
  this comparision
-delay setting of cn_tab->cn_dev until autoconfiguration attach
  to get the minor number right
-delete unused comcnprobe() and comcninit()


drochner
Sat Aug 23 07:03:56 PDT 1997
Update of /cvsroot/src/sys/dev/isa
In directory netbsd1:/var/slash-tmp/cvs-serv7340

Modified Files:
        com_isa.c com_multi.c 
Log Message:
Use the new com_is_console() to decide if the port is already initialized.


drochner
Sat Aug 23 07:06:19 PDT 1997
Update of /cvsroot/src/sys/dev/isa
In directory netbsd1:/var/slash-tmp/cvs-serv7757

Modified Files:
        ast.c boca.c rtfps.c 
Log Message:
Use the new com_is_console() to decide if the port is already initialized.
XXX shouldn't the attach() use the existing handle if present???




Home | Main Index | Thread Index | Old Index