# $NetBSD: FOUR_TTYS,v 1.54 2021/12/05 07:02:28 msaitoh Exp $ # FOUR_TTYS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260) # like GENERIC but both zs chips are used as ttys include "arch/sun3/conf/GENERIC" # # Note that by omitting "kdb0" and "ms0" one can build # a kernel that operates four plain serial lines, where # two of them are data-leads-only ports wired up using # a custom cable on the keyboard connector. The flags 1 # part sets TIOCFLAG_SOFTCAR (remember, data-leads-only). # Note: the signal levels on these are 0/5 Volt TTL. # no kbd0 at zsc0 no ms0 at zsc0 zstty2 at zsc0 channel 0 flags 1 # ttyc zstty3 at zsc0 channel 1 flags 1 # ttyd c-10.99.5'>lockdoc-10.99.5 NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/xmi
AgeCommit message (Expand)Author
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-03-11Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconfmatt
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-01-01Oops, missed a printf that should be an aprint_normal.thorpej
2003-01-01Use aprint_normal() in cfprint routines.thorpej