summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Change uma_zone_set_max to return the effective value of "nitems" afterlstewart2010-10-163-8/+11
* - Simplify implementation of uma_zone_get_max.lstewart2010-10-163-13/+65
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-1/+1
* Remove unnecessary castings and fix couple of style(9) nits.jkim2010-10-151-4/+3
* Remove two .endp's without matching .proc in lib/csu/ia64/crtn.S.dim2010-10-151-2/+0
* Move setting power state for children into a separate function as they werejkim2010-10-151-38/+40
* Add three new drivers for fan control and temperature reading on theandreast2010-10-157-0/+1108
* sh: Allow running 'prove' from tools/regression/bin/sh againjilles2010-10-151-5/+1
* Now that all previous users of mii_phy_probe() have been convertedmarius2010-10-153-17/+0
* Currently only opt_compat.h is included by the mps(4) driver. Alsomdf2010-10-152-2/+5
* Update pmap_extract() to handle 1GB page mappings. Some device driversalc2010-10-151-13/+20
* Remove a device_printf() accidentally left in r213894.marius2010-10-151-1/+0
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-1519-83/+89
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-1567-427/+321
* Prevent the ofwdump manpage from being deleted by make delete-old onnwhitehorn2010-10-151-1/+1
* Stop hard coding nm(1) and make it overridable.jkim2010-10-142-5/+9
* Embellish this testcase a little bit to be more clear what the output isobrien2010-10-142-0/+18
* Fixes to mps_user_command():mdf2010-10-141-15/+8
* Add new USB device IDs to the list of supported devices.hselasky2010-10-141-0/+2
* - Add more USB devices to usbdevs and rename some previously unknown ones.hselasky2010-10-142-0/+3
* Add a NetBSD-compatible mii_attach(), which is intended to eventuallymarius2010-10-144-100/+257
* Add more USB device IDs to supported list of devices.hselasky2010-10-141-0/+2
* Update manual with regarding to the status of calendars/calendar.judaic.edwin2010-10-142-5/+4
* Explicitly lower the PIL to 0 as part of enabling interrupts, similar tomarius2010-10-141-0/+1
* Fix forwarding of Line Register Status changes to TTY layer.hselasky2010-10-141-0/+26
* Remove unused EHCI register definition.hselasky2010-10-142-3/+1
* Revert most of r197682 (EHCI Hardware BUG workaround). Implementhselasky2010-10-142-40/+51
* - In the spirit of r212559 add a comment describing what will eventuallymarius2010-10-141-1/+11
* Just like xmphy(4) this driver doesn't use any of the generic subroutinesmarius2010-10-141-4/+0
* Avoid using endless retransmission at EHCI hardware level, hence this hidehselasky2010-10-141-1/+2
* Correct EHCI root HUB interface descriptor.hselasky2010-10-141-2/+1
* Correct EHCI port register read.hselasky2010-10-141-1/+1
* - Add more USB devices to usbdevs and rename some previously unknown ones.hselasky2010-10-142-16/+41
* - Add missing LibUSB API functions:hselasky2010-10-144-22/+120
* - Add support for LibUSB in 32-bit compatibility mode.hselasky2010-10-145-16/+51
* - Fix some compile warnings regarding comparing signed to unsigned.hselasky2010-10-141-2/+2
* LibUSB (new API):hselasky2010-10-145-0/+39
* Remove stale comment.kib2010-10-141-5/+0
* Revert r213765. This is required because our build infrastructure usesrpaulo2010-10-142-2/+0
* Make sure to not use stale ip/tcp header pointers. The ip/tcpyongari2010-10-148-1/+14
* Backout r204230. TX mbuf parser for VLAN is still required toyongari2010-10-141-7/+25
* It seems some multi-port dc(4) controllers shares SROM of the firstyongari2010-10-142-0/+47
* Support firmware download.mdf2010-10-141-1/+37
* Re-work the internals of adding items to the driver's scatter-gathermdf2010-10-143-90/+213
* Remove dead code:bz2010-10-141-3/+1
* Style: make the asterisk go with the variable name, not the type.bz2010-10-141-1/+1
* Add FreeBSD 8.2.jh2010-10-141-0/+1
* Use ifa_ifwithaddr_check() rather than ifa_ifwithaddr() as we are notbz2010-10-141-1/+1
* Enable the shared memory reference clock driver. The GPS devices areglebius2010-10-141-1/+1
* In kern_sigtimedwait(), move initialization code out of process lock,davidxu2010-10-141-103/+86
OpenPOWER on IntegriCloud