#
867099fa |
| 08-Mar-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head up to r232685 to projects/pf/head.
|
#
0566170f |
| 06-Mar-2012 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
Provide wbwd(4), a driver for the watchdog timer found on various Winbond Super I/O chips.
With minor efforts it should be possible the extend the driver to support further chips/revisions available
Provide wbwd(4), a driver for the watchdog timer found on various Winbond Super I/O chips.
With minor efforts it should be possible the extend the driver to support further chips/revisions available from Winbond. In the simplest case only new IDs need to be added, while different chipsets might require their own function to enter extended function mode, etc.
Sponsored by: Sandvine Incorporated ULC (in 2011) Reviewed by: emaste, brueffer MFC after: 2 weeks
show more ...
|
#
f11c7f63 |
| 31-Jan-2012 |
Jim Harris <jimharris@FreeBSD.org> |
Add isci(4) driver for amd64 and i386 targets.
The isci driver is for the integrated SAS controller in the Intel C600 (Patsburg) chipset. Source files in sys/dev/isci directory are FreeBSD-specific
Add isci(4) driver for amd64 and i386 targets.
The isci driver is for the integrated SAS controller in the Intel C600 (Patsburg) chipset. Source files in sys/dev/isci directory are FreeBSD-specific, and sys/dev/isci/scil subdirectory contains an OS-agnostic library (SCIL) published by Intel to control the SAS controller. This library is used primarily as-is in this driver, with some post-processing to better integrate into the kernel build environment.
isci.4 and a README in the sys/dev/isci directory contain a few additional details.
This driver is only built for amd64 and i386 targets.
Sponsored by: Intel Reviewed by: scottl Approved by: scottl
show more ...
|
#
8fa0b743 |
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
#
80dbff4e |
| 04-Jan-2012 |
Sean Bruno <sbruno@FreeBSD.org> |
IFC to head to catch up the bhyve branch
Approved by: grehan@
|
Revision tags: release/9.0.0 |
|
#
81966bce |
| 29-Dec-2011 |
Xin LI <delphij@FreeBSD.org> |
Import the first release of HighPoint RocketRAID 27xx SAS 6Gb/s HBA card driver. This driver works for FreeBSD/i386 and FreeBSD/amd64 platforms.
Many thanks to HighPoint for providing this driver.
Import the first release of HighPoint RocketRAID 27xx SAS 6Gb/s HBA card driver. This driver works for FreeBSD/i386 and FreeBSD/amd64 platforms.
Many thanks to HighPoint for providing this driver.
MFC after: 2 weeks
show more ...
|
#
25841e91 |
| 20-Dec-2011 |
Xin LI <delphij@FreeBSD.org> |
Add comments in NOTES to say what viawd is.
|
#
61af1d13 |
| 12-Dec-2011 |
Fabien Thomas <fabient@FreeBSD.org> |
Add watchdog support for VIA south bridge chipset. Tested on VT8251, VX900 but CX700, VX800, VX855 should works.
MFC after: 1 month Sponsored by: NETASQ
|
#
87c3644c |
| 24-May-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r222256
|
#
447274a8 |
| 15-May-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|
#
149d1c89 |
| 15-May-2011 |
Henrik Brix Andersen <brix@FreeBSD.org> |
Add I2C bus driver for the AMD Geode LX series CS5536 Companion Device.
Reviewed by: jhb (newbus bits only), adrian
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
714cf6c0 |
| 28-Dec-2010 |
Warner Losh <imp@FreeBSD.org> |
Revert r216777, per jhb@
|
#
1977f3f1 |
| 28-Dec-2010 |
Warner Losh <imp@FreeBSD.org> |
Comment out npx and isa from NOTES file. We don't need them here since DEFAULTS already pulls them in.
|
#
6f3544cd |
| 26-Oct-2010 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Merge svn+ssh://svn.freebsd.org/base/head@214309
|
#
cbf4dac6 |
| 19-Sep-2010 |
Norikatsu Shigemura <nork@FreeBSD.org> |
Add support 'device tpm' for amd64. Add tpm(4)'s default setting to /boot/defaults/loader.conf. Add 'device tpm' to NOTES for amd64 and i386.
Discussed with: takawata Approved by: imp (mentor)
|
#
b17f9ad2 |
| 16-Aug-2010 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Merge svn+ssh://svn.freebsd.org/base/head@211344
|
#
daef39e7 |
| 25-Jul-2010 |
Rui Paulo <rpaulo@FreeBSD.org> |
Remove the acpi_aiboost driver. It has been replaced by aibs(4).
|
Revision tags: release/8.1.0_cvs, release/8.1.0 |
|
#
774f94f1 |
| 15-Jul-2010 |
Bernhard Schmidt <bschmidt@FreeBSD.org> |
- Update 6000 firmware to 9.221.4.1 - Add 6050 firmware
MFC after: 2 weeks
|
#
d6c18050 |
| 07-Jul-2010 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Merge svn+ssh://svn.freebsd.org/base/head@209749
|
#
bbe4a97d |
| 25-Jun-2010 |
Rui Paulo <rpaulo@FreeBSD.org> |
Import the acpi_aibs(4) driver written by Constantine A. Murenin. It has more features than acpi_aiboost(4) and it will eventually replace acpi_aiboost(4).
Submitted by: Constantine A. Murenin <cnst
Import the acpi_aibs(4) driver written by Constantine A. Murenin. It has more features than acpi_aiboost(4) and it will eventually replace acpi_aiboost(4).
Submitted by: Constantine A. Murenin <cnst at FreeBSD.org> Reviewed by: freebsd-acpi, imp MFC after: 1 month
show more ...
|
#
9e3e64e7 |
| 18-Jun-2010 |
Konstantin Belousov <kib@FreeBSD.org> |
Only enable kdtrace hook in the LINT on the architectures that implement it.
|
#
a4bf5fb9 |
| 28-Apr-2010 |
Kirk McKusick <mckusick@FreeBSD.org> |
Update to current version of head.
|
#
7bf38446 |
| 26-Mar-2010 |
John Baldwin <jhb@FreeBSD.org> |
MFC 204972: Make NKPT a kernel option on i386 so that it can be set to a non-default value from kernel config files.
|
Revision tags: release/7.3.0_cvs, release/7.3.0 |
|
#
dbf9f56d |
| 17-Mar-2010 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Merge svn+ssh://svn.freebsd.org/base/head@205234
|
#
cf684ede |
| 10-Mar-2010 |
John Baldwin <jhb@FreeBSD.org> |
Make NKPT a kernel option on i386 so that it can be set to a non-default value from kernel config files.
Tested by: Charles Sprickman spork of bway net MFC after: 2 weeks
|