summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add a new 'bce_mgmt_init_locked' function to enable the minimal partsambrisko2006-09-201-0/+44
* Allow hw.mfi.event_locale/hw.mfi.event_class to be set via loader.ambrisko2006-09-201-2/+8
* Revert back to always using *(int *)arg for now. While thisru2006-09-201-8/+8
* Change some variable names and update some comments to help clarify somescottl2006-09-202-36/+33
* spell PCIS_CRYPTO_ENTERTAIN properly...jmg2006-09-201-1/+1
* Make typecast expressions comply with style(9).ru2006-09-191-5/+5
* This time, really fix endian bugs accessing ioctl arguments thatru2006-09-191-8/+8
* Back out revision 1.8. The only thing it did was to break LEDs (andru2006-09-191-13/+13
* Don't forget to add curly braces when doing more than one line of actionsandre2006-09-181-1/+2
* Do not try to call keyboard callback unless keyboard is active and busy.emax2006-09-181-4/+6
* Do not strip VLAN tag in promiscuous mode.jkim2006-09-181-15/+28
* Simplify promiscuous mode check and make ALLMULTI independent from it.jkim2006-09-181-14/+13
* Update prototype for smbus callback change.jhb2006-09-181-1/+1
* o move ath hal os glue code from the hal to the driver: this code wassam2006-09-182-0/+571
* Add support for newer parts that do not require separate keycachesam2006-09-182-39/+121
* remove stub radar support; it's never been used and futuresam2006-09-182-29/+0
* Declare security and security.bsd sysctl hierarchies in sysctl.h alongrwatson2006-09-171-2/+0
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-1711-90/+63
* - Updated to the latest myri10ge firmwaregallatin2006-09-155-1478/+1882
* - Added TSO support. This entailed increasing the number of send descriptorsgallatin2006-09-152-23/+229
* - Consistently use if_printf() only in interface methods: if_start(),glebius2006-09-1517-180/+203
* Whitespace nits.ru2006-09-152-2/+2
* Consistently use if_printf() only in interface methods: if_start,glebius2006-09-154-12/+17
* If current_heads or current_sectors in the disk cap page are zero, dont try t...sos2006-09-141-1/+2
* Only treat positive values as errors...jmg2006-09-141-1/+1
* Introduce a spinlock for synchronizing access to the video output hardwarescottl2006-09-133-19/+38
* Busmaster DMA address fix in VIA 6421 case.sos2006-09-121-1/+1
* Format mask lacks one bit.sos2006-09-121-1/+1
* - Revert making bus_generic_add_child() the default for BUS_ADD_CHILD().jhb2006-09-111-0/+1
* Fix issues found by Coverity (223392, 223393) due to TSO additionspdeuskar2006-09-111-2/+4
* Minor overhaul of SMBus support:jhb2006-09-1110-96/+139
* Add support for a few more Serverworks and lookalikes chips.sos2006-09-112-9/+15
* Update to fit latest USB cleanup crusade.sos2006-09-111-2/+2
* Give the ACPI I/O rman's unique description strings to make 'devinfo -u'jhb2006-09-111-2/+2
* CF devices are ATA not ATAPI.sos2006-09-111-1/+3
* Add support for MCP61 and MCP65 adaptors.obrien2006-09-112-0/+36
* Fix style(9) issues in the TSO specific changes.pdeuskar2006-09-101-154/+152
* Yank FreeBSD specific code out from under ifdef.trhodes2006-09-101-127/+0
* Second attempt at fixing module buildpdeuskar2006-09-091-1/+1
* Fix build breakage while compiling em as a module.pdeuskar2006-09-091-0/+1
* Fix the check where we want to use the end of the supported range if thenetchild2006-09-091-1/+1
* Add support for TSO. Thanks to Andre for adding support in the stackpdeuskar2006-09-092-29/+203
* Add support to bge(4) to not break IPMI support when the driver attachesambrisko2006-09-092-12/+215
* Fix style nits. No md5 changes in .o's. ;-)jkim2006-09-082-25/+25
* Support for PCI-Express 4Gb Cards.mjacob2006-09-081-5/+14
* Make 8139C+ work again which was broken since rev 1.68.yongari2006-09-081-0/+8
* Create a 'ready' handler for each personality. The purpose of this handlermjacob2006-09-073-13/+66
* Merge from DRM upstream:anholt2006-09-0712-62/+268
* Change the class from uint8_t to int8_t so people can filter on >0ambrisko2006-09-071-1/+1
* Change the event log dump on initial boot to use get_event versusambrisko2006-09-072-68/+117
OpenPOWER on IntegriCloud