CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2014/12/11 12:44:18
Modified files: sys/sys : conf.h sys/arch/alpha/alpha: conf.c sys/arch/alpha/conf: GENERIC sys/arch/amd64/amd64: conf.c sys/arch/amd64/conf: GENERIC sys/arch/arm/arm: conf.c sys/arch/armish/conf: GENERIC sys/arch/armv7/conf: GENERIC-IMX GENERIC-OMAP GENERIC-SUNXI RAMDISK-IMX sys/arch/hppa/conf: GENERIC sys/arch/hppa/hppa: conf.c sys/arch/hppa64/conf: GENERIC sys/arch/hppa64/hppa64: conf.c sys/arch/i386/conf: GENERIC sys/arch/i386/i386: conf.c sys/arch/landisk/conf: GENERIC sys/arch/landisk/landisk: conf.c sys/arch/loongson/conf: GENERIC sys/arch/loongson/loongson: conf.c sys/arch/macppc/conf: GENERIC sys/arch/macppc/macppc: conf.c sys/arch/octeon/octeon: conf.c sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 sys/arch/sgi/sgi: conf.c sys/arch/socppc/conf: GENERIC sys/arch/socppc/socppc: conf.c sys/arch/sparc64/conf: GENERIC sys/arch/sparc64/sparc64: conf.c sys/arch/zaurus/conf: GENERIC sys/dev/usb : files.usb Removed files: sys/dev/usb : urio.c urio.h Log message: dragonflybsd has added a urio driver. conservation of urios requires that we delete ours, which isn't actually useful. ok mpi sthen