CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/08/15 13:15:18
Modified files: sys/arch/alpha/isa: isa_machdep.h sys/arch/alpha/pci: sio.c Log message: Fix isa_chipset_t ic_intr_{alloc,check} prototype: these take an isa_chipset_tag_t, not an isa_chipset_tag_t *, as isa_chipset_tag_t is already a pointer.