1. 10 Apr, 2003 1 commit
    • Kevin Bracey's avatar
      Fix for erratic behaviour after having unplugged hubs: TAILQ was being given... · 495f60f3
      Kevin Bracey authored
      Fix for erratic behaviour after having unplugged hubs: TAILQ was being given an entry which wasn't on its list, and the behaviour was to break the list and poke a zero into the reset vector!
      
      Also, some extra IFDEF's so that debug builds will work again.
      A few typos/spelling errors changed.
      
      Version 0.11. Tagged as 'NetBSD-0_11'
      495f60f3
  2. 08 Apr, 2003 1 commit
  3. 08 Mar, 2003 1 commit
  4. 02 Mar, 2003 1 commit
    • Robert Sprowson's avatar
      Found a "busses" lingering in the messages file,also removed a \n which must... · f5d5a094
      Robert Sprowson authored
      Found a "busses" lingering in the messages file,also removed a \n which must have been copied from a printf somewhere.
      
      Old service call detail removed from c.port as it's defined in another
      file differently!
      USBDiscover is now only available for debugging purposes.
      Internationalised the mouse name (default is still "USB mouse").
      
      Version 0.08. Tagged as 'NetBSD-0_08'
      f5d5a094
  5. 22 Feb, 2003 1 commit
  6. 10 Feb, 2003 1 commit
  7. 07 Feb, 2003 1 commit
    • Dan Ellis's avatar
      Another fix to the previous buffer overrun fix,such that this time the command... · 7d316e9c
      Dan Ellis authored
      Another fix to the previous buffer overrun fix,such that this time the command aliases actually get executed now.
      
      Timing code changed to work round HAL call not returning the right value
      so temporarily wired to 2000000.
      Change to Makefile so ROM builds don't have annoying throwback windows
      popping up,this is now in the !Mk file.Also "-ff" function names away.
      
      Version 0.05. Tagged as 'NetBSD-0_05'
      7d316e9c
  8. 31 Jan, 2003 1 commit
  9. 29 Jan, 2003 1 commit
  10. 28 Jan, 2003 3 commits
  11. 06 Mar, 2001 1 commit
    • Dan Ellis's avatar
      This is the initial import of prototype USB drivers written for the OHCI chip... · d3203fa1
      Dan Ellis authored
      This is the initial import of prototype USB drivers written for the OHCI chip on the customer L board.
      
      Details:
        The drivers are for mouse, keyboard and combined keyboard and mouse.  They
      assume that the correct device is going to be plugged in, not reading the
      descriptors at all.  Once the mouse is plugged in, it will become the active
      pointer device, reverting to the previous one when extracted.
      
      Admin:
        The prototypes have been tested on a SDB customer L board, but require a couple
      of pokes to the reset and configuration register to get them going:
        memorya f99f611c 3840 works on the SDB but will be different on the customer L board
      
      d3203fa1