File:  [Plan 9 NeXT] / lucent / sys / src / 9 / gnot / gnotdsp
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 18:01:01 2018 UTC (8 years, 1 month ago) by root
Branches: lucent, MAIN
CVS tags: plan9, HEAD
Plan 9 NeXT

dev
	root	/
	cons	c
	env	e
	pipe	|
	proc	p
	srv	s
	mnt	M
	incon	i
	dk	k
	dup	d
	bit	b
	duart	t
	dsp	x

stream
	urp
	async
	fcall

port
	int cpuserver = 0;
	void consdebug(void){}
	void confinit1(int mul){ USED(mul); }
	void kproftimer(ulong pc) { USED(pc); }
	/*
	 *  port interrupts just generate traps
	 */
	void devportintr(void *ur)
	{
		extern void trap(void*);
		trap(ur);
	}
	/*
	 * null routine if configured without devdsp
		void dspclock(void) { }
	 */

boot
	incon "config 1 16 restart dk"
	9600
	19200

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.