summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-02-06add macros describing the ports interrupt status, interrupt enable, taskDavid Gwynne
2007-02-06De-register. No object code change.Kenneth R Westerback
2007-02-03Change sensor description to `docked'/`not docked' depending on actualMichael Knudsen
2007-02-03Fix typo; clear tx FIFO underrun IRQ as intended instead of rx FIFO overrunMark Kettenis
2007-02-03Don't set the RL_CFG1_FULLDUPLEX bit. The RL_CFG1_FULLDUPLEX bit inKenneth R Westerback
2007-02-02up the accepted length to ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN on rx; from brad@Jason Wright
2007-02-01Don't throttle and serialize I/O operations, okay miod@ krw@Pedro Martelletto
2007-01-31Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and VoltageGordon Willem Klok
2007-01-31oops. now is the miodski version of the diff (;Michael Shalayeff
2007-01-31run a timeout (calling intr handler) to recover from in buffer oflows that ma...Michael Shalayeff
2007-01-31Workaround for the problem where the SD card reader stops responding afterClaudio Jeker
2007-01-31macros describing a ports sata status registerDavid Gwynne
2007-01-30Simplify agp_generic_bind_memory by not trying to allocate big chunksDimitry Andric
2007-01-30default to have pckbd_set_xtscancode() instruct the 8042 to usejoshua stein
2007-01-30Oops, missed this in the regen commit.Jonathan Gray
2007-01-30update vic(4) to use the LINK_STATE_IS_UP() macroReyk Floeter
2007-01-30Allow the bnx(4) driver to make use of all of the available hardwareKenneth R Westerback
2007-01-30Rough in more support for 5787/5755 chips so far known to not work orKenneth R Westerback
2007-01-30Add some umsm devices found in Linux driver.Jonathan Gray
2007-01-30regenJonathan Gray
2007-01-30Add some additional umsm products found in Linux driver.Jonathan Gray
2007-01-28regenMark Kettenis
2007-01-28Add nVIDIA GeForce 7800 GS. From Jim Razmus.Mark Kettenis
2007-01-28Fix a number of issues with vesabios discovered by miod@Gordon Willem Klok
2007-01-28Fix pasto.Mark Kettenis
2007-01-28Properly route lapic NMIs.Mark Kettenis
2007-01-28Restore spl level before exiting on error.Kenneth R Westerback
2007-01-27When flooding dmesg with ``can't read/write phy register'', be nice enough toMiod Vallat
2007-01-27In autoneg mode, use RL_MEDIASTAT on re(4), like we do on rl(4) already.Miod Vallat
2007-01-27Add some more _STA flags.Marco Peereboom
2007-01-27No need to invoke _INI explicitly as this is currently doneMichael Knudsen
2007-01-27Don't invoke methods on the wrong devnode. Sigh.Michael Knudsen
2007-01-27Unbreak build with ACPI_DEBUG.Michael Knudsen
2007-01-27Enable transmit TCP/UDP checksum offload.Kenneth R Westerback
2007-01-27Only set sensor to on when ACPIDOCK_STATUS_DOCKED. Before it would alsoMichael Knudsen
2007-01-27Delay status report during attach until after invoking _DCK.Michael Knudsen
2007-01-27convert to our locks to rwlocks.David Gwynne
2007-01-27Say ``docking station'' instead of ``docked'' in the sensor descriptionMichael Knudsen
2007-01-27Reading the spec again it seems I missed that the _INI methodMichael Knudsen
2007-01-26Actually add the acpidock indicator sensor stuff to the softc struct soMichael Knudsen
2007-01-26Workaround for an issue with em(4) interfaces on Lenovo X60/T60 laptops whereTobias Weingartner
2007-01-26remove duplicate test; from bradJason Wright
2007-01-26As per PCI specs, disable an adapter's transaction response whileMarc Aurele La France
2007-01-25Be a bit more verbose during attach even without ACPI_DEBUG for now.Michael Knudsen
2007-01-25Install an indicator sensor to show if we're docked or not.Michael Knudsen
2007-01-25Make debug output a tad more consistent.Michael Knudsen
2007-01-25Remove comment that I committed by accident.Michael Knudsen
2007-01-25Do the sensor magic correctly. Found by Constantine Murenin.Marco Peereboom
2007-01-24Deal with weird systems that return bogus device numbers for stuff that's notMark Kettenis
2007-01-24revert changes committed between r1.25 and 1.26.Damien Bergamini