summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-03-02Change some spaces to tabs in the transmit functions.Brad Smith
2008-03-02if there is no smbios, there cannot be acpiTheo de Raadt
2008-03-02Clear interrupts on detach. Fixes interrupt storm on digital-onlyDeanna Phillips
2008-03-02Add missing half duplex flag for 100baseT4.Brad Smith
2008-03-02Correct a status flag which could cause half duplex to be reported forBrad Smith
2008-03-02Correct the comment describing the BGE_PCISTATE_PCI_BUSSPEED bit.Brad Smith
2008-03-02If bus_dmamap_load_mbuf() fails in ixgb_get_buf() use m_freem() intead ofBrad Smith
2008-03-02At the moment em_flowstatus() does not deal with fiber interfaces andBrad Smith
2008-03-02If bus_dmamap_load_mbuf() fails in em_get_buf() use m_freem() intead ofBrad Smith
2008-03-01Resolve an issue where the Starfire chipset can get into an endless loopBrad Smith
2008-03-01Print consoleness the canonical way.Mark Kettenis
2008-03-01Print consoleness the canonical way.Mark Kettenis
2008-03-01Use getpropspeed() to get console speed. Add code to handle "ssp-console" andMark Kettenis
2008-03-01Make sabtty(4) adopt the speed configured in OpenFirmware when it is theMark Kettenis
2008-03-01Add getpropspeed(); a function which decodes a property describing a serialMark Kettenis
2008-03-01Provide "reg" property when attaching cpu(4).Mark Kettenis
2008-03-01regenMark Kettenis
2008-03-01Add O2 Micro firewire.Mark Kettenis
2008-03-01regenMark Kettenis
2008-03-01Correct/shorten a few more Intel chipset entries I overlooked before.Mark Kettenis
2008-02-29Fix dksc() bootpath parsing.Miod Vallat
2008-02-29Fix db_read_bytes() for short reads.Miod Vallat
2008-02-29replacement algorithm. initialize a 64K-short buffer using DurstenfeldTheo de Raadt
2008-02-28from audio(4):Jacob Meuser
2008-02-28Add initial bits for fiber support with the BCM5706/BCM5708 chipsets.Brad Smith
2008-02-28Update for the BCM5706 miidevs entry change.Brad Smith
2008-02-28regenBrad Smith
2008-02-28- Update the BCM5706 PHY entry to also mention SX since this id is sharedBrad Smith
2008-02-27Don't dump duplicate data in stack segments of core dumps when the stackMark Kettenis
2008-02-27Make sure we match the correct pci domain; clean up the code a bit and removeMark Kettenis
2008-02-27Add ICH8M SATA IDE support, and adjust for renamed ICH7 and ICH8 IDs.Mark Kettenis
2008-02-27regenMark Kettenis
2008-02-27Add ICH8M SATA IDE, and correct a few ICH7 and ICH8 SATA/AHCI/RAID entries.Mark Kettenis
2008-02-27Correct the watchdog timer by moving it out from under the condition checkBrad Smith
2008-02-27return from tda_attach before registering the sensor taskRobert Nagy
2008-02-26syncTheo de Raadt
2008-02-26support EPSON CX5400 scanner; Christophe Etcheverry <cetcheve at gmail dot com>Theo de Raadt
2008-02-26syncTheo de Raadt
2008-02-26Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZ;Theo de Raadt
2008-02-25- Add lii(4) commented out to the amd64 configsBrad Smith
2008-02-25Following up with further dmesg display tweaking after the cardbusprint()Brad Smith
2008-02-25delete prototypes for functions which the kernel does not haveTheo de Raadt
2008-02-25Make bwi compile in debug mode again.Marcus Glocker
2008-02-25Sync up with DragonFlyBSD driver. Please read their commit messageMarcus Glocker
2008-02-25Remove redundant information from the dmesg entry which is alreadyBrad Smith
2008-02-25Stop cardbusprint() from printing the CIS data so that CardBus dmesgBrad Smith
2008-02-25regenBernd Ahlers
2008-02-25Add some ATI ids. help/ok jsg@Bernd Ahlers
2008-02-25Fix broken cast on 64bit platformsUwe Stuehler
2008-02-24Correctly check that we have a complete rthdr before trying to do m_copydata(...Ryan Thomas McBride