summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-02-11Simplify code a bit.Brad Smith
2006-02-11Back out the "it is not completely clear" part of revision 1.18 - itBrad Smith
2006-02-11trim FCS in the driver instead of setting the M_HASFCS flag and lettingDamien Bergamini
2006-02-11don't free the mbuf in nfe_encap() if it can't be DMA'mapped since it isDamien Bergamini
2006-02-11MCP51 boards don't support jumbo frames..Damien Bergamini
2006-02-11force a wakeup of the MAC in nfe_init().Damien Bergamini
2006-02-11recognize another 5714 family chipset.Brad Smith
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-11remove unused srom_crc32() function.Brad Smith
2006-02-11add art(4) here.Brad Smith
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-10Recognize 7447/7457.Mark Kettenis
2006-02-10Add a few more CPU types.Mark Kettenis
2006-02-10- remove lmc(4) from RAMDISKBIGBrad Smith
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-10enable san(4).Brad Smith
2006-02-10driver for Philips PCF8591 I2C ADC sensor. Because of the mindlessnessDamien Miller
2006-02-10i got some labels in the system power supply bits mixed upDavid Gwynne
2006-02-10hook the amp sensors up properly. normalise their values and check theDavid Gwynne
2006-02-10add nfePeter Valchev
2006-02-10Only kick the TX engine once in nfe_start() and only if there areBrad Smith
2006-02-10some of the voltage sensors on the 4400 (not all of them, just some) areDavid Gwynne
2006-02-09remove trailing ',' in enum declarationReyk Floeter
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-09add an interface detach hook and use it with the vlan(4) driver. thisReyk Floeter
2006-02-08align tabPeter Valchev
2006-02-08add nfe(4) to all ramdisksPeter Valchev
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