Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 08/23/1997 14:20:02
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.