summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-01-03Spacing, comments.Marcus Glocker
2007-01-03Consistent naming for the sensors.Marco Peereboom
2007-01-03Add first shot of the firmware upload. Tested on i386 and amd64.Marcus Glocker
2007-01-03Uncomment bcw_powercontrol_crystal_off() for now because it leads toMarcus Glocker
2007-01-02syncKevin Steves
2007-01-02add Sierra Wireless Aircard 875; ok fkr@Kevin Steves
2007-01-02return is not a function.Marc Balmer
2007-01-02do not permit agp_ioctl if the methods are invalid; ok miodTheo de Raadt
2007-01-02syncKevin Steves
2007-01-02spacing and change comment for MC8755 to "MC8755 HSDPA"; ok fkr@Kevin Steves
2007-01-02Use the value returned by pci_findproduct() as the timedelta sensor descriptionMarc Balmer
2007-01-02Provide a new function, pci_findproduct(), which is analog to pci_findvendor().Marc Balmer
2007-01-02Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on aClaudio Jeker
2007-01-02regen.Marc Balmer
2007-01-02Add the Alcatel Telecom SpeedTouch 120g (WLAN adapter using pgt).Marc Balmer
2007-01-02On some systems EC must be attached as the first device. Move EC fromMarco Peereboom
2007-01-01knock UPS products out from being matched as HID devicesTheo de Raadt
2007-01-01syncTheo de Raadt
2007-01-01a few UPS products; from freebsdTheo de Raadt
2007-01-01regen.Marc Balmer
2007-01-01Add a new Intel host bridge chipsetMarc Balmer
2006-12-31Add a debug printf to warn when malo_init() fails and resets the card.Claudio Jeker
2006-12-31There is no need to busy wait in malo_send_cmd(). 0x0c14 only stores theClaudio Jeker
2006-12-31Use a bus_space_barrier instead of those stupid 0x0c14 reads to make sureClaudio Jeker
2006-12-31In malo_init() check for firmware loading errors and in case of an errorClaudio Jeker
2006-12-31malo_stop() never fails so no need to return an error. OK mglocker@Claudio Jeker
2006-12-31Use #ifdef MALO_DEBUG else a simple #define MALO_DEBUG will not work.Claudio Jeker
2006-12-31Bring last few phys into line by calling their XXX_status() functionsKenneth R Westerback
2006-12-31Bye bye unused acx_shutdown() we won't miss you.Claudio Jeker
2006-12-31correct the code to handle the adt7475, which stupidly is missing someTheo de Raadt
2006-12-30Use the same PCI product name strings we have in pcidevs_data.h for theMarc Balmer
2006-12-30Fix another printf where the format string did not match with the varargs.Claudio Jeker
2006-12-30spacing.Marcus Glocker
2006-12-30Set MASTER based on IFM_ETH_MASTER instead of LINK0.Mark Kettenis
2006-12-30Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtagClaudio Jeker
2006-12-30Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtagClaudio Jeker
2006-12-30Enable jumbo frames (except on the Yukon-2 FE).Mark Kettenis
2006-12-30Only advertise flow control if MIIF_DOPAUSE is set.Mark Kettenis
2006-12-30Pass MIIF_FORCEANEG to mii_attack() until we stop doing unnecessary PHYMark Kettenis
2006-12-30Rewrite eephy(4) to take advantage of generic phy code.Mark Kettenis
2006-12-30In agp_generic_alloc_memory(), make sure the age_mem structure freshlyMiod Vallat
2006-12-30In agp_i810_alloc_memory(), do not check for sc_maxmem limit reached, as theMiod Vallat
2006-12-30SyncMarco Peereboom
2006-12-30Add new marvell sata controller. from brad@Marco Peereboom
2006-12-30regenMartin Reindl
2006-12-30add IDs for Integrated System Solution Corp. KY-BT100 and another BelkinMartin Reindl
2006-12-30Add flow control support.Mark Kettenis
2006-12-30Make mii_phy_auto() advertise flow control if MIIF_DOPAUSE is set.Mark Kettenis
2006-12-30Why doing something as complex as for () bus_space_write_1(); when thereClaudio Jeker
2006-12-29Pass MIIF_DOPAUSE to mii_attach().Mark Kettenis