CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2015/01/09 13:45:40
Modified files: sys/dev/usb : if_urndis.c Log message: The "SunMicro Virtual Eth Device" found on Oracle's more recent SPARC systems claims to support both RNDIS and CDC Ethernet. However, RNDIS doesn't seem to work, at least not with our driver. So blacklist it here such that cdce(4) takes over. ok miod@, armani@ (both a while back)