summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-11-29regenJonathan Gray
2006-11-29Linksys WUSBF54GJonathan Gray
2006-11-29Compile the mixer tuning via keyboard code if NWSKBD_HOTKEY if nonzeroMiod Vallat
2006-11-29Enable monitor mode.Marcus Glocker
2006-11-29Kernel stack can be swapped. This means that stuff that's on the stackMiod Vallat
2006-11-29Use uvm_km_alloc() instead of uvm_km_alloc1(), so that the latter canMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-11-29Add another ID to match for the 88W8310 chip.Marcus Glocker
2006-11-29oops, don't always enable debuggingUwe Stuehler
2006-11-29Unbreak. No cookie for dlg.Alexander Yurchenko
2006-11-29oops, i missed a closing brace with the scsibus_attach_args fixup.David Gwynne
2006-11-29Show debug messages depending on current debug level, which may beUwe Stuehler
2006-11-29add ioctl hack to support the sdio(8) userland toolUwe Stuehler
2006-11-29Oh, scsi layer already has timeout stuff for us.Alexander Yurchenko
2006-11-29oops, i missed ips when giving scsibus an attach args for drivers to fillDavid Gwynne
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-11-28I just don't know why I decided to set block count to 512 unconditionalyAlexander Yurchenko
2006-11-28identify the chipset.Brad Smith
2006-11-28Fixed clearing arg for acpi_init_picJordan Hargrave
2006-11-28regenRobert Nagy
2006-11-28add IDs for SiS550/1/2 audio and SiS530/1/2 vgaRobert Nagy
2006-11-28move printing of the interrupt string into re_attach().Brad Smith
2006-11-28Better debug messages.Alexander Yurchenko
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-11-28some additional registers.Brad Smith
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
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
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
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
2006-11-28Instead debug message for WEP key setting, just complain if WEP keyMarcus Glocker
2006-11-28Pre-allocate the TX DMA maps intead of creating and destroying a DMA mapBrad Smith
2006-11-28- ixgb_dma_alloc(): Uncomment the line setting the DMA tag to NUL upon failure.Brad Smith
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
2006-11-27Don't spam dmesg.Mark Kettenis
2006-11-27Support for different video modes (by playing with wsconfcfg).Miod Vallat
2006-11-27regenJonathan Gray