Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-27 | Don't spam dmesg. | Mark Kettenis | |
2006-11-27 | Support for different video modes (by playing with wsconfcfg). | Miod Vallat | |
8 bit modes are disabled until I find why the LUT writes are ignored, and Zaurus-like 640x480x16 is still the default. | |||
2006-11-27 | regen | Jonathan Gray | |
2006-11-27 | Add some Agere Ethernet ids. | Jonathan Gray | |
2006-11-27 | Make normal pic interrupt routing work too. | Mark Kettenis | |
2006-11-27 | Make AML_CRSLEN return the correct length for small resources. | Mark Kettenis | |
ok jordan@ | |||
2006-11-27 | commit vesabios for matthieu@ | Gordon Willem Klok | |
ok deraadt, "slap it in" miod@ | |||
2006-11-27 | Properly enable enterrupts. Now I finally can newfs the whole drive. | Alexander Yurchenko | |
2006-11-27 | IBM ServeRAID controllers driver. | Alexander Yurchenko | |
Way far from complete but enough to fdisk and disklabel logical drives. | |||
2006-11-27 | Add check for acpi pointer. This prevents some ugly panics. | Marco Peereboom | |
ok ketennis. | |||
2006-11-27 | Initial untested bits for ZD1211B support, different init | Jonathan Gray | |
sequences for radios not yet done. "commit what you have" damien@ | |||
2006-11-27 | Enable WEP. | Marcus Glocker | |
Tested by jsg@ | |||
2006-11-27 | Fixes for acpiprt routing | Jordan Hargrave | |
Post-parse fixup for namerefs ok kettenis@ | |||
2006-11-27 | Added support for parsing _CRS resources | Jordan Hargrave | |
Post-parsing fixup for forward name references | |||
2006-11-27 | Do not use a complete bitmap as a backing store for multiple screens, but | Miod Vallat | |
remember character cells instead; this is noticeably faster. | |||
2006-11-27 | Separate solid fill operations from regular raster ops; this also brings | Miod Vallat | |
us accelerated copyrows and copycols. | |||
2006-11-27 | Handle objrefs in _PRT. | Mark Kettenis | |
ok jordan@ | |||
2006-11-27 | Do not perform frame buffer actions on non-active screens. | Miod Vallat | |
2006-11-27 | smallest usb driver ever: enable config on the Blackberry which prevents | Theo de Raadt | |
usb from idling, thus it can get enough power to charge in all cases | |||
2006-11-27 | Store the wsscreen_descr structure in the softc. | Miod Vallat | |
2006-11-27 | Always update cfxga_scr emulops field when creating a new screen, in case | Miod Vallat | |
the card was removed and then reinserted. XXX It's still ugly, a better way to handle this is in the works. | |||
2006-11-26 | Replace the firmware reset command by a register write which also | Marcus Glocker | |
causes a device reset. This enables resetting also on amd64, and therefore reinitializing after the 'up' 'down' dance works now there. ok claudio@ | |||
2006-11-26 | Rewrite the blitter functions, providing an accelerated putchar in the | Miod Vallat | |
process; and fix synchronization points, so that the card no longer gets stuck and in need of a reset after being flooded with rop requests. | |||
2006-11-26 | avoid extra inclusions; ok jsg | Theo de Raadt | |
2006-11-26 | revert the Jumbo diff that was commited as part of a wireles drivers commit. | Brad Smith | |
2006-11-26 | sync | Theo de Raadt | |
2006-11-26 | learn about RIM products | Theo de Raadt | |
2006-11-26 | Start reworking the raster ops code, and be smarter when monitoring the FIFO | Miod Vallat | |
for cpuu-to-display operation. This is much faster already. | |||
2006-11-26 | regen again. :) | Dimitry Andric | |
2006-11-26 | regen | Dimitry Andric | |
2006-11-26 | Add some Intel 946, 963 and 965 entries. | Dimitry Andric | |
2006-11-26 | Make sure AGP debug printfs actually compile. | Dimitry Andric | |
2006-11-26 | Make use of ieee80211_std_rateset | Jonathan Gray | |
2006-11-26 | Much better register description and values. No functional change yet - but | Miod Vallat | |
this code does not look like a bingo game chart anymore. | |||
2006-11-26 | commented out entry for the BCM5709. | Brad Smith | |
2006-11-26 | cover up a bug (resulting in noise in dmesg) that we still do not | Theo de Raadt | |
understand, happens on the sun x4100 virtual console; ok dlg | |||
2006-11-26 | It's sizeof(struct ieee80211_frame) not sizeof(struct ieee80211_frame *). | Marcus Glocker | |
Spotted by damien@ | |||
2006-11-26 | do not have each net80211 driver define its own rates structures. if they use | Theo de Raadt | |
the standard rates, use some defined by net80211 itself. kernel shrinks a bit ok jsg mglocker | |||
2006-11-26 | correct hardware revision mask. | Jonathan Gray | |
2006-11-26 | use scsi_detach_target when a device dissapears, rather than using | David Gwynne | |
config_detach and cleaning the midlayer up ourselves. | |||
2006-11-26 | missing file; sorry niall! | Uwe Stuehler | |
2006-11-25 | use pci_matchbyid() here, too. | Marc Balmer | |
2006-11-25 | Convert pwdog(4) over to using pci_matchbyid(). | Marc Balmer | |
From brad, thanks. | |||
2006-11-25 | remove a comment that only applies to freebsd. | Damien Bergamini | |
2006-11-25 | Add mutex. | Marco Peereboom | |
prodded dlg, ok jordan | |||
2006-11-25 | Initial USB device controller (UDC) and USB CDC Ethernet function support | Uwe Stuehler | |
for PXA27x/Zaurus, not enabled yet; for dlg and dale :) | |||
2006-11-25 | The PWDOG1 card can be jumpered to work I/O or memory mapped. Detect | Marc Balmer | |
the correct type and use it. Use a macro for the first BAR and remove an unneeded header file. help & ok uwe & jsg. | |||
2006-11-25 | ANSI | Brad Smith | |
2006-11-25 | regen | Jonathan Gray | |
2006-11-25 | Netgear WG111v2 | Jonathan Gray | |