CVSROOT: /cvs Module name: src Changes by: aoy...@cvs.openbsd.org 2014/12/08 06:24:04
Modified files: share/man/man4/man4.luna88k: Makefile pcexmem.4 sys/arch/luna88k/conf: GENERIC files.luna88k sys/arch/luna88k/dev: pcex.c sys/arch/luna88k/luna88k: mainbus.c Added files: share/man/man4/man4.luna88k: cbus.4 sys/arch/luna88k/dev: cbus.c cbusvar.h Log message: Add an intermediate layer driver, cbus(4), to manage its own interrupts of PC-9801 extension board slot bus (so-called 'C-bus') on LUNA-88K2. Existing pcex(4) is now attached at cbus(4), i.e. cbus0 at mainbus0 pcex0 at cbus0 With this driver, some other PC-9801 boards might be supported on luna88k in the (near?) future:-) ok miod@