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:10:14 PDT 1997
Update of /cvsroot/src/sys/arch/i386/isa
In directory netbsd1:/var/slash-tmp/cvs-serv8088/isa

Modified Files:
        pccons.c 
Log Message:
Put all console initialization into 1 exported function (pccnattach()).
Delay setting of cn_tab->cn_dev until autoconfiguration attach
  to get the minor number right.
Delete unused pccnprobe() and pccninit().


drochner
Sat Aug 23 07:10:15 PDT 1997
Update of /cvsroot/src/sys/arch/i386/include
In directory netbsd1:/var/slash-tmp/cvs-serv8088/include

Modified Files:
        pccons.h 
Log Message:
Put all console initialization into 1 exported function (pccnattach()).
Delay setting of cn_tab->cn_dev until autoconfiguration attach
  to get the minor number right.
Delete unused pccnprobe() and pccninit().


drochner
Sat Aug 23 07:17:47 PDT 1997
Update of /cvsroot/src/sys/arch/i386/isa/pcvt
In directory netbsd1:/var/slash-tmp/cvs-serv8562

Modified Files:
        pcvt_cons.h pcvt_drv.c 
Log Message:
Put all console initialization into 1 exported function (pccnattach()).
Delay setting of cn_tab->cn_dev until autoconfiguration attach
  to get the minor number right. (not really needed, but for
  consistency with pccons and serial consoles)
Comment out unused pccnprobe() and pccninit().
XXX I didn't use "#if PCVT_NETBSD > ???" anymore, nor separated from
  FreeBSD. The driver is not centrally maintained anyway.




Home | Main Index | Thread Index | Old Index