summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2006-11-28Try to detect stalled xfers with timeouts.Alexander Yurchenko
2006-11-28sync with new miidevs entries.Brad Smith
2006-11-28regenBrad Smith
2006-11-28rename Marvell Gig PHY E1000_5/6 to E1116/E1118.Brad Smith
From Pyun YongHyeon <pyunh at gmail dot com>
2006-11-28another motorola device.Dale Rahn
2006-11-28syncDale Rahn
2006-11-28yet another cdce device.Dale Rahn
2006-11-28acpi may steal power management functionality, in which case weMark Kettenis
cannot io map the device. Bail out without warning. If we want to retain the rgn we could re-enable io and be very very careful. ok deraadt@
2006-11-28The default debug level is ``error'' for now.Alexander Yurchenko
2006-11-28Keep free ccbs in a queue.Alexander Yurchenko
2006-11-28add needs-flag to allow pxaudc to compile without usbf (to get theUwe Stuehler
previous behaviour of just disabling the USB device controller)
2006-11-28Add some debug facility.Alexander Yurchenko
2006-11-28unhandled ioctls return ENOTTY, not 0David Gwynne
2006-11-28remove dead codeDavid Gwynne
2006-11-28Reorder cfxga initialization sequence for clarity, and minor tweaks; noMiod Vallat
functional changes.
2006-11-28Instead debug message for WEP key setting, just complain if WEP keyMarcus Glocker
setting fails. Always return with error in malo_init() if someting fails. ok claudio@
2006-11-28Pre-allocate the TX DMA maps intead of creating and destroying a DMA mapBrad Smith
per packet sent.
2006-11-28- ixgb_dma_alloc(): Uncomment the line setting the DMA tag to NUL upon failure.Brad Smith
- ixgb_dma_free(): Return if the DMA tag is NUL.
2006-11-28style changes and cleaning. no op.Brad Smith
2006-11-28Pretend to implement SCSI SYNCHRONIZE_CACHE command.Alexander Yurchenko
2006-11-27Replace DMA operations with something less ugly. Still a lot of work remains.Alexander Yurchenko
2006-11-27Post-process PCI config space opregionsJordan Hargrave
Fixed acpiprt for stinky presario v3000 ok marco@
2006-11-27Don't spam dmesg.Mark Kettenis
2006-11-27Support 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-27regenJonathan Gray
2006-11-27Add some Agere Ethernet ids.Jonathan Gray
2006-11-27Make normal pic interrupt routing work too.Mark Kettenis
2006-11-27Make AML_CRSLEN return the correct length for small resources.Mark Kettenis
ok jordan@
2006-11-27commit vesabios for matthieu@Gordon Willem Klok
ok deraadt, "slap it in" miod@
2006-11-27Properly enable enterrupts. Now I finally can newfs the whole drive.Alexander Yurchenko
2006-11-27IBM ServeRAID controllers driver.Alexander Yurchenko
Way far from complete but enough to fdisk and disklabel logical drives.
2006-11-27Add check for acpi pointer. This prevents some ugly panics.Marco Peereboom
ok ketennis.
2006-11-27Initial untested bits for ZD1211B support, different initJonathan Gray
sequences for radios not yet done. "commit what you have" damien@
2006-11-27Enable WEP.Marcus Glocker
Tested by jsg@
2006-11-27Fixes for acpiprt routingJordan Hargrave
Post-parse fixup for namerefs ok kettenis@
2006-11-27Added support for parsing _CRS resourcesJordan Hargrave
Post-parsing fixup for forward name references
2006-11-27Do not use a complete bitmap as a backing store for multiple screens, butMiod Vallat
remember character cells instead; this is noticeably faster.
2006-11-27Separate solid fill operations from regular raster ops; this also bringsMiod Vallat
us accelerated copyrows and copycols.
2006-11-27Handle objrefs in _PRT.Mark Kettenis
ok jordan@
2006-11-27Do not perform frame buffer actions on non-active screens.Miod Vallat
2006-11-27smallest usb driver ever: enable config on the Blackberry which preventsTheo de Raadt
usb from idling, thus it can get enough power to charge in all cases
2006-11-27Store the wsscreen_descr structure in the softc.Miod Vallat
2006-11-27Always update cfxga_scr emulops field when creating a new screen, in caseMiod 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-26Replace the firmware reset command by a register write which alsoMarcus 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-26Rewrite the blitter functions, providing an accelerated putchar in theMiod 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-26avoid extra inclusions; ok jsgTheo de Raadt
2006-11-26revert the Jumbo diff that was commited as part of a wireles drivers commit.Brad Smith
2006-11-26syncTheo de Raadt
2006-11-26learn about RIM productsTheo de Raadt
2006-11-26Start reworking the raster ops code, and be smarter when monitoring the FIFOMiod Vallat
for cpuu-to-display operation. This is much faster already.