summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-10-12fix rcsidMarco Peereboom
2006-10-12Massive ACPI changesJordan Hargrave
2006-10-12Add a symbolic name parameter to cardbus_intr_establish().Alexander Yurchenko
2006-10-12regenBrad Smith
2006-10-12add another ServerWorks HT-2100 PCIe bridge.Brad Smith
2006-10-11revert rev 1.54. This causes breakage with the PHY on a 5704 A3 chipset;Brad Smith
2006-10-11regenerate. ok bradChris Kuethe
2006-10-11add my Radeon X800Chris Kuethe
2006-10-11more ether_sprintf()'sDamien Bergamini
2006-10-11fix a potential null deref and a memleak (both in error path).Damien Bergamini
2006-10-11Make the timedelta sensor appear right when a device is plugged-in, with aMarc Balmer
2006-10-11Use __packed instead of __attribute__((packed)). OK mglocker@Claudio Jeker
2006-10-11Use correct arguments in printfs. OK mglocker@Claudio Jeker
2006-10-11regenBrad Smith
2006-10-11add the NetXen vendor id.Brad Smith
2006-10-11call xge_stop() at the top of xge_init().Brad Smith
2006-10-10- Only use the MAC address workaround for the Xframe chipset.Brad Smith
2006-10-10add a few more ACPI device ids, as found on a Acer Aspire 1360.Brad Smith
2006-10-10revert the firmware synchronization change in rev 1.178, this is the causeBrad Smith
2006-10-10bescon -> beacon, found by Maxim Bourmistrov, thanks. Since I am correctingMarc Balmer
2006-10-10fix a small typo (in a comment). ok kettenis.Marc Balmer
2006-10-10regenBrad Smith
2006-10-10add two Pericom PCI bridges.Brad Smith
2006-10-10Add bus_space_barrier.Brad Smith
2006-10-09Kill unused debug flag.Marcus Glocker
2006-10-09Kill unused kthread struct.Marcus Glocker
2006-10-09Change historical leftovers (tsleep "pftres" to "pgtres").Marcus Glocker
2006-10-09Add powerhooks. Tested with a Netgear WG511v1 on my X40.Marcus Glocker
2006-10-09The mickey (/brad) jumbo allocation avoidance patch triggers the sameTheo de Raadt
2006-10-09Fix jump scroll glitch, reported by dim@ and Paul Stoeber.Miod Vallat
2006-10-09revert the last two changes. the changes were causing brgphy@gem to panic.Brad Smith
2006-10-08Implement bus searching.Alexander Yurchenko
2006-10-08Rework bus scanning code so that most of work could be offloadedAlexander Yurchenko
2006-10-08Add status register bits string for pretty %b printf.Alexander Yurchenko
2006-10-08Also attach to boards with the PCI Express Fibre Channel FC949E chipset.Brad Smith
2006-10-08set Jumbo frame settings for Jumbo capable bge(4) adapters.Brad Smith
2006-10-08refactor the code a bit, use the bge(4) PHY flags and add anotherBrad Smith
2006-10-08- g/c unused code.Brad Smith
2006-10-07g/c unused code.Brad Smith
2006-10-07add a no Ethernet@Wirespeed flag.Brad Smith
2006-10-07MGET/MGETHDR will return NULL upon failure, not 0.Brad Smith
2006-10-07add and set PHY workaround flags depending on the ASIC revisionBrad Smith
2006-10-06Fix cardbus support for pgt(4). Tested with a Netgear WG511.Marcus Glocker
2006-10-06fix an exploitable integer overflow found by Chris Evans of GoogleDamien Miller
2006-10-06regenBrad Smith
2006-10-06move Hitachi to the right position (numerical order).Brad Smith
2006-10-06regenMichael Shalayeff
2006-10-06a few hitachi productsMichael Shalayeff
2006-10-05Always allow read-only opens on (s)vnd devices, despite theThordur I. Bjornsson
2006-10-05Zap more dead dot1x code.Marcus Glocker