summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-02-11regenBrad Smith
2006-02-11this HT-2000 PCI bridge is actually PCI-X and not PCI Express.Brad Smith
2006-02-11Mask off the highest 16 bit of the io space address.Alexander Yurchenko
2006-02-11Move a bit more under MPT_DEBUG.Kenneth R Westerback
2006-02-10CMOTech/Maxon EVDO card needs ASSUME_CM_OVER_DATA quirk to attach; ok dlg@Damien Miller
2006-02-10regenDamien Miller
2006-02-10Entry for CMOTech CM5100P (a.k.a Maxon EVDO card); ok dlg@Damien Miller
2006-02-10Fix LBA48 access for ServerWorks SATA.Mark Kettenis
2006-02-10regenJonathan Gray
2006-02-10Fix typo in G.Mate vendor id. Should make Raphael Langerhorst's Yopy work.Jonathan Gray
2006-02-10fix a typo in em_clean_transmit_interrupts() that will cause theBrad Smith
2006-02-10remove unnecessary link state check in the watchdog handler.Brad Smith
2006-02-10Remove clearing of the IFF_RUNNING flag from the watchdog handler asBrad Smith
2006-02-10Only kick the TX engine once in nfe_start() and only if there areBrad Smith
2006-02-09split the ofw scan up into two parts: one to find the i2c bus on a pciDavid Gwynne
2006-02-09sync PCI id.Brad Smith
2006-02-09add defines for Yukon XL and Yukon EC Ultra revisions.Brad Smith
2006-02-09regenBrad Smith
2006-02-09YUKON_2 -> YUKON_8038, the Yukon 88E8038 Fast Ethernet controller.Brad Smith
2006-02-09Oops, put the default case outside the ADBVERBOSE block in adbprint().Miod Vallat
2006-02-09cleaning.Brad Smith
2006-02-09adjust timeouts a bit.Brad Smith
2006-02-08add a member to the i2c_attach args so that a controller can pass aDavid Gwynne
2006-02-08lower the number of Jumbo slots on sparc64.Brad Smith
2006-02-08eliminate a reset when configuring the IP address.Brad Smith
2006-02-08fix MTU check.Brad Smith
2006-02-08Fix lm75 check.Mark Kettenis
2006-02-08Add back minimal debugging to help track down tx errors some MACsJonathan Gray
2006-02-08Use __LP64__ instead of __amd64__ for portability.Jonathan Gray
2006-02-07regenBrad Smith
2006-02-07add Panasonic 50" touch panelBrad Smith
2006-02-07move the devices list up a bit.Brad Smith
2006-02-07Disable checksum offload for the moment as it appears to notJonathan Gray
2006-02-06vr_start(): return if IFF_OACTIVE is set.Brad Smith
2006-02-06regenBrad Smith
2006-02-06add Broadcom BCM5708 Gb and BCM5708S 2.5 Gb Ethernet controllers.Brad Smith
2006-02-06SiS 190 Gigabit Ethernet controllerBrad Smith
2006-02-06fix a typo so this will compile on amd64.Brad Smith
2006-02-06typo from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06Attach a wskbd device for unknown adb mapped devices, just in case we lackMiod Vallat
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06Make sure to call bge_setmulti() as we're enabling or disabling promiscuousBrad Smith
2006-02-05improve support for TV tuning via radio(4) by:Jacob Meuser
2006-02-05Add a fix from David Young to not set the ring indexes to somethingJonathan Gray
2006-02-05Simplify SIOCSIFADDR switch case a bit.Brad Smith
2006-02-05Eliminate a reset when configuring the IP address.Brad Smith
2006-02-05make sure to set or clear the RX mode promiscuous bit.Brad Smith
2006-02-05Deal with bus semaphore.Alexander Yurchenko
2006-02-05Rework code a bit more and move mpt_print_header() completely underKenneth R Westerback