This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0075503ee7
NetBSD
/
sys
/
arch
/
i386
/
isa
/
pcvt
/
pcvt_cons.h
2 lines
28 B
C
Raw
Normal View
History
Unescape
Escape
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.
1997-08-23 18:17:46 +04:00
int
pccnattach
__P
(
(
void
)
)
;
Reference in New Issue
Copy Permalink