summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Merge FreeBSD-specific changes.msmith2001-06-293-2/+14
|
* This commit was generated by cvs2svn to compensate for changes in r78986,msmith2001-06-2916-362/+715
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of the Intel ACPI CA 20010615 snapshot.msmith2001-06-2919-364/+729
| |
* | Do only call oltr_stop() if we are not already in OL_STOPPED state.joerg2001-06-141-3/+14
| | | | | | | | | | | | | | | | | | | | This avoids a null pointer deref panic in TRlldClose() inside the vendor-supplied object code. It's now possible to unload the driver at all. Implement deallocation of malloc()ed memory regions. MFC after: 2 months
* | Remove old ACPI CA code. These will be drained from the repo at somemsmith2001-05-29139-82734/+0
| | | | | | | | future date.
* | - wbinvd isn't an inline on ia64.msmith2001-05-293-4/+2
| | | | | | | | - includes are not in subdirectories.
* | Merge FreeBSD-specific changes with the ACPI CA 20010518 release.msmith2001-05-296-534/+756
| |
* | This commit was generated by cvs2svn to compensate for changes in r77424,msmith2001-05-29124-8016/+8590
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import the 20010518 Intel ACPI CA release. Note that Intel's directory layoutmsmith2001-05-29130-8536/+9394
| | | | | | | | | | keeps changing, so to reduce repository thrash everything has been moved into a single directory. (repo copy involved)
* | This commit was generated by cvs2svn to compensate for changes in r77422,msmith2001-05-292-0/+639
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import the 20010518 Intel ACPI CA release. Note that Intel's directory layoutmsmith2001-05-292-0/+639
| | | | | | | | | | | | keeps changing, so to reduce repository thrash everything has been moved into a single directory. (repo copy involved)
* | Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-2/+1
| | | | | | | | | | | | than the bioerror(). Most of this patch is generated by scripts.
* | Update the DiskOnChip firmware to OSAK version 4.1.phk2001-05-061-589/+687
| | | | | | | | Sponsored by: Redfern Broadband Networks (www.RedFernNetworks.com)
* | fix security hole created by fragment cachedarrenr2001-04-065-10/+36
| |
* | Send the remains (such as I have located) of "block major numbers" tophk2001-03-262-3/+0
| | | | | | | | the bit-bucket.
* | Move configuration of work_memory to oltr_init() rather thanmdodd2001-03-081-43/+24
| | | | | | | | | | | | | | | | oltr_pci_attach(). This only affects the OC-3139 and OC-3540. MFC candidate. PR: kern/24074
* | Resolve merge conflicts.msmith2001-03-056-26/+14
| |
* | This commit was generated by cvs2svn to compensate for changes in r73561,msmith2001-03-0563-1899/+2514
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Belated vendor update to the Intel ACPI CA 20010208 snapshot.msmith2001-03-0569-1925/+2530
| |
* | fix duplicate rcsiddarrenr2001-02-041-1/+0
| |
* | fix conflictsdarrenr2001-02-0414-114/+254
| |
* | Patch the reintroduced (~0 << 32) == 1 bug with a cryptic but functionalmsmith2001-02-022-2/+4
| | | | | | | | | | | | version. This should fix the read-before-write problem again. Obtained from: "Adam J. Richter" <adam@yggdrasil.com>
* | Merge conflicts from the ACPI CA 20010125 import.msmith2001-01-3110-32/+56
| |
* | Remove obsoleted files.msmith2001-01-312-1801/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r71867,msmith2001-01-31261-4208/+7592
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Update to the 20010125 ACPI CA snapshot.msmith2001-01-31271-4234/+7652
| |
* | Disable strstr() if ACPICA is compiled in userland.iwasaki2001-01-102-0/+4
| | | | | | | | Reviewed by: msmith
* | Resolve conflicts from the ACPI CA 20001215 vendor import.msmith2000-12-2111-67/+61
| |
* | This commit was generated by cvs2svn to compensate for changes in r70243,msmith2000-12-21256-1082/+1182
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Update to the Intel 20001215 ACPI CA snapshot.msmith2000-12-21267-1149/+1243
| |
* | Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
| | | | | | | | | | Submitted by: josh@zipperup.org Submitted by: Robert Drehmel <robd@gmx.net>
* | Staticize some malloc M_ instances.phk2000-12-081-1/+1
| |
* | Resolve conflicts from the 20001201 merge.msmith2000-12-084-82/+150
| |
* | This commit was generated by cvs2svn to compensate for changes in r69746,msmith2000-12-08158-2228/+2908
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Update to the 20001201 ACPI CA snapshot.msmith2000-12-08162-2310/+3058
| |
* | Remove duplicate definition.msmith2000-12-012-4/+0
| |
* | Update local changes for new hardware register interface.msmith2000-12-011-5/+5
| |
* | Resolve conflicts from the vendor update.msmith2000-12-017-294/+80
| |
* | This commit was generated by cvs2svn to compensate for changes in r69450,msmith2000-12-01175-4423/+6822
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Update to the 20001115 Intel ACPI CA snapshot.msmith2000-12-01184-4722/+6904
| |
* | Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | before adding/removing packets from the queue. Also, the if_obytes and if_omcasts fields should only be manipulated under protection of the mutex. IF_ENQUEUE, IF_PREPEND, and IF_DEQUEUE perform all necessary locking on the queue. An IF_LOCK macro is provided, as well as the old (mutex-less) versions of the macros in the form _IF_ENQUEUE, _IF_QFULL, for code which needs them, but their use is discouraged. Two new macros are introduced: IF_DRAIN() to drain a queue, and IF_HANDOFF, which takes care of locking/enqueue, and also statistics updating/start if necessary.
* | While I'm here, get rid of (now useless) MCLISREFERENCED and use MEXT_IS_REFbmilekic2000-11-111-6/+2
| | | | | | | | | | | | | | | | | | instead. Also, fix a small set of "avail." If we're setting `avail,' we shouldn't be re-checking whether m_flags is M_EXT, because we know that it is, as if it wasn't, we would have already returned several lines above. Reviewed by: jlemon
* | Fix conflicts creted by import.darrenr2000-10-298-41/+51
| |
* | We should include <machine/stdarg.h> not <stdarg.h>msmith2000-10-282-2/+2
| | | | | | | | Submitted by: phk
* | Some AML code assumes that a function without an explicit ReturnOp willmsmith2000-10-282-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | return the last value returned by a nested method call. This violates the ACPI spec, but is implemented by the Microsoft interpreter, and thus vendors can (and do) get away with it. Intel's stance is that this is illegal and should not be supported. As they put it, however, we have to live in the real world. So go ahead and implement it. Submitted by: Mitsaru IWASAKI <iwasaki@jp.freebsd.org>
* | FreeBSD-specific customisations:msmith2000-10-286-4/+138
| | | | | | | | | | | | | | - Set debugger options for kernel build - Define some missing functions - Bring in GCC defines - Disable the 'wbinvd' macro as it conflicts with our inline
* | Add some extra fuctions:msmith2000-10-283-0/+244
| | | | | | | | | | | | - AcpiGetProcessorID (fetch the ACPI processor ID for a given ACPI_HANDLE) - AcpiSetSystemSleepState (set the Sx sleeping state, proposed by Intel but not actually implemented)
* | This commit was generated by cvs2svn to compensate for changes in r67754,msmith2000-10-28261-0/+158932
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of the Intel-maintained ACPI Component Architecture. Thismsmith2000-10-28261-0/+158932
| | | | | is Intel's reference implementation of the core operating-system ACPI support. (This import is on the vendor branch.)
* Include sys/param.h for `__FreeBSD_version' rather than the non-existentobrien2000-10-271-2/+2
| | | | | | osreldate.h. Submitted by: dougb
OpenPOWER on IntegriCloud