1. 01 Feb, 2011 1 commit
    • Jeffrey Lee's avatar
      Fix modules so resources don't get included twice in ROM builds · 32bcd2b5
      Jeffrey Lee authored
      Detail:
        A couple of the USB modules were including their resources both in the Messages module and within themselves, leading to wasted ROM space
        build/OBJOHCIDriver, build/OBJUSBDriver - Tweaked makefiles so that ohcimsgs.o and usbmsgs.o only get built/linked for RAM builds
        build/c/usbmodule - Fix erroneous attempt to free non-registered resource files in ROM builds
        Version - Increased OHCIDriver & USBDriver version numbers
      Admin:
        Tested with Iyonix ROM softload. Saves approx 48k of ROM space.
        Fixes bug #265
      
      
      Version 0.57. Tagged as 'NetBSD-0_57'
      32bcd2b5
  2. 28 Jan, 2003 1 commit