summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* - Don't set MIIF_NOISOLATE so lxtphy(4) can be used in configurationsmarius2006-11-281-35/+8
* - Remove a dupe $FreeBSD$.marius2006-11-281-10/+8
* Remove unused leftovers.imp2006-11-281-9/+0
* Analogous to mii_add_media(), factor out the code for checking whethermarius2006-11-273-10/+8
* - Add a MIIF_FORCEANEG flag which forces an auto-negotiation to alwaysmarius2006-11-272-4/+11
* Write the short vendor name in ALL CAPS, since it will becomedougb2006-11-271-1/+1
* Refine the previous change to only call bus_dmamap_sync() in case ofmarius2006-11-271-12/+19
* - LNV -> LENOVOariff2006-11-271-4/+10
* Fix TX/RX checksum offload.obrien2006-11-272-16/+21
* Reformat to KNF after revision 1.12.obrien2006-11-271-85/+81
* Fix the jumbo frame support.obrien2006-11-273-209/+63
* Grrr. new .vimrc file is really giving me trouble.. get the whitespace right.obrien2006-11-271-2/+2
* Fix editor fatfingering in rev 1.9.obrien2006-11-271-2/+2
* nfe_stop() requires lock to be held when calling.obrien2006-11-261-0/+2
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-2627-2642/+5579
* MFP4 (109713):netchild2006-11-261-0/+3
* Add entry and no-UHID quirk for I-tuner networks USB-LCD 2x20 as foundphk2006-11-262-0/+6
* mark tx/rx descriptors COHERENT; we do not sync changes so onsam2006-11-241-1/+2
* I mistakenly committed the wrong version of my patch (sorry).dougb2006-11-241-2/+1
* remove no longer correct comment above em_read_pcie_cap_regkmacy2006-11-231-4/+0
* Move magic PCIe workaround constant to header - add appropriate commentkmacy2006-11-232-1/+7
* Add a vendor ID for O2Micro, obtained fromdougb2006-11-231-0/+3
* Fix TSO support on sun4vkmacy2006-11-231-8/+25
* add codes for Atheros USB devices; shuffle one ural code tosam2006-11-232-3/+80
* Fix transposition of width and value arguments to pci_config_write()gallatin2006-11-221-1/+1
* Fix coherency issue. From submitter:imp2006-11-221-0/+7
* Initialization bugfixes and enhancements:gallatin2006-11-222-6/+51
* MFp4: Add ixpiic bit-bang driver.imp2006-11-221-0/+1
* <blush> copyout on read, not write.imp2006-11-221-2/+2
* Acknowledge (dearly) departed filesdougb2006-11-211-12/+0
* Added MSI support.gallatin2006-11-211-12/+34
* don't mark the cksum as invalid here... off is incorrect when we getjmg2006-11-211-1/+0
* Fix typo.yongari2006-11-211-1/+1
* Add TSO support.yongari2006-11-211-10/+24
* o Correctly set IFCAP_VLAN_HWCSUM as re(4) can do VLAN tagging/checksumyongari2006-11-211-5/+17
* Don't set RL_CFG1_FULLDUPLEX bit. The RL_CFG1_FULLDUPLEX bit inyongari2006-11-211-1/+1
* Add suspend/resume support. Unlike many other NIC drivers,jhb2006-11-201-0/+38
* - Make rp(4) 64-bit- and endian-clean as well as work on strict alignmentmarius2006-11-203-74/+70
* o define transfer methodsam2006-11-191-0/+4
* i2c and clock driver for Dallas Semiconductor DS1672 RTCsam2006-11-191-0/+142
* i2c driver for Analog Devices AD7418sam2006-11-191-0/+234
* Pointy hat handed to me by Andrew: had msi_enable on as a default.mjacob2006-11-191-1/+1
* Play it safe and make MSI and MSI-X an option you have to turn on for MPT.mjacob2006-11-192-4/+15
* If a TMF request fails to start, make sure that we pull it off themjacob2006-11-191-2/+4
* Implement new ETHER_BPF_MTAP macro. Roll back the various changescsjp2006-11-181-70/+3
* Change the internal API for polled commands. Calling mfi_polled_commandscottl2006-11-181-83/+39
* Make the SAN login/logout stuff more common between different chipsetsmjacob2006-11-186-75/+175
* Disable code to set max read byte count on the 2400.mjacob2006-11-171-0/+6
* Missed two nits in rev 1.7.obrien2006-11-171-2/+2
* Deal more generically with the byteswap needed on !littleendian HW.sos2006-11-171-2/+2
OpenPOWER on IntegriCloud