Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-07 | Fix uvisor for what's currently in the tree | Nathan Binkert | |
2002-05-07 | Sync quirks with NetBSD | Nathan Binkert | |
2002-05-07 | Sync uvisor driver with NetBSD. This adds support for PALM4 devices | Nathan Binkert | |
2002-05-07 | Add a driver for Realtek RTL8150L based ethernet devices | Nathan Binkert | |
From NetBSD | |||
2002-05-07 | Meant to commit only ulpt and committed everything. Most things weren't ready | Nathan Binkert | |
2002-05-07 | Sync ulpt driver with NetBSD | Nathan Binkert | |
2002-05-06 | sync uaudio with NetBSD | Nathan Binkert | |
2002-05-06 | typedef for proc * for portability | Nathan Binkert | |
2002-05-06 | Make more portable with NetBSD | Nathan Binkert | |
Whitespace sync with NetBSD | |||
2002-05-06 | sync with NetBSD | Nathan Binkert | |
2002-05-06 | Sync with NetBSD | Nathan Binkert | |
2002-05-05 | Use correct $NetBSD$ | Nathan Binkert | |
2002-05-05 | whitespace sync with netbsd. | Nathan Binkert | |
2002-05-02 | prefix structure members to avoid name clashes. | Nathan Binkert | |
From NetBSD | |||
2002-04-03 | move the "ukbd_enable: %s: bad call on=%d" from DIAGNOSTIC to UKBD_DEBUG | Jason Wright | |
2002-04-01 | Add support for a bunch of new adapters. | Nathan Binkert | |
Sync with NetBSD. ok deraadt | |||
2002-04-01 | sync | Nathan Binkert | |
2002-04-01 | More USB devices. | Nathan Binkert | |
From NetBSD ok deraadt | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-12 | swiss german and french keymaps; from pckbd by Mathias Schmocker ↵ | Michael Shalayeff | |
<smat@polaris.smat.ch> | |||
2002-03-12 | sync with KAME | Kenjiro Cho | |
ALTQify more drivers. ok millert@ | |||
2002-02-27 | We have memcpy and memset in the kernel. | Artur Grabowski | |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin | |
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. nate@ ok | Thomas Nordin | |
2002-01-03 | new names, nate broke the tree | Theo de Raadt | |
2002-01-03 | more devices from NetBSD | Nathan Binkert | |
2002-01-03 | sync | Nathan Binkert | |
2002-01-03 | Add devices and reorganize. | Nathan Binkert | |
Some stuff from NetBSD | |||
2001-12-17 | and of course, since the tree is so volatile now, i mess it up | Theo de Raadt | |
2001-12-17 | move more microcode, so that it does not end up in /usr/include | Theo de Raadt | |
2001-11-25 | regen | Michael Shalayeff | |
2001-11-25 | nikon e880; from Dan Weeks <danimal@danimal.org> | Michael Shalayeff | |
2001-11-06 | sync | Peter Stromberg | |
2001-11-06 | new device | Peter Stromberg | |
2001-11-02 | i do not think everybody needs USB_DEBUG | Michael Shalayeff | |
2001-10-31 | sync | Nathan Binkert | |
2001-10-31 | new device | Nathan Binkert | |
2001-10-31 | sync | Nathan Binkert | |
2001-10-31 | Synchronize usb code with NetBSD. | Nathan Binkert | |
2001-10-26 | sync | Nathan Binkert | |
2001-10-26 | MCT USB-232 interface | Nathan Binkert | |
from S@mSmith.net | |||
2001-10-25 | ddb entry support using usb (console) keyboard. | Dale Rahn | |
Do not send characters directly from usb interrupt handler for console keyboard. entering ddb from within the usb interrupt handler is _bad_. Instead delay until next timeout check and deliver characters then. Tested on mappc. From NetBSD. | |||
2001-10-25 | If a usb keyboard is detached, check if the intrpipe is still active. | Dale Rahn | |
Console keyboard will still be active and must be shut down for successful detach. This change and previous change to wskbd.c both from NetBSD. Tested by miod@ and myself. Hot plug/unplug on USB console keyboard now works on macppc. (this and wskbd.c may be errata candidates). | |||
2001-10-04 | Match a IEEE 1284.4 protocol. We do not support this protocol directly, | Grigoriy Orlov | |
but USB_ATTACH will switch printer to bidirectional protocol. Read status from printer. From NetBSD. This forces newest usb printers works. Tested by drahn@ (Epson 740) and me (HP LaserJet 2200). Ok aaron@ | |||
2001-10-02 | make usb work across apm suspends. okay millert@, niklas@, aaron@, deraadt@ | Niels Provos | |
2001-10-02 | regen with uplcom devices | Todd C. Miller | |
2001-10-02 | Add support for I/O DATA USB-RSAQ2 serial adapter; ichiro@netbsd.org | Todd C. Miller | |
2001-09-25 | Change to umass to not attach immediately if the system is still 'cold'. | Dale Rahn | |
Accessing the device via polling would cause a crash in the usb subsystem. this change delays the media configuration using startuphooks, when the system is fully up and running. This allows it to configure properly and on macppc it is possible to use a umass device as root device. Has little effect on other system, because they do not force USB configuration during 'cold'. Tested by myself and brad@. | |||
2001-09-20 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok |