From bc26a2b3b0044c0e7082cedf29b4b76a8cbc3185 Mon Sep 17 00:00:00 2001 From: eadler Date: Mon, 22 Oct 2012 03:41:14 +0000 Subject: Now that device disabling is generic, remove extraneous code from the device drivers that used to provide this feature. Reviewed by: des Approved by: cperciva MFC after: 1 week --- sys/dev/kbdmux/kbdmux.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/dev/kbdmux') diff --git a/sys/dev/kbdmux/kbdmux.c b/sys/dev/kbdmux/kbdmux.c index a21b37c..16e6535 100644 --- a/sys/dev/kbdmux/kbdmux.c +++ b/sys/dev/kbdmux/kbdmux.c @@ -378,8 +378,6 @@ kbdmux_configure(int flags) static int kbdmux_probe(int unit, void *arg, int flags) { - if (resource_disabled(KEYBOARD_NAME, unit)) - return (ENXIO); return (0); } -- cgit v1.1