aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove old ACPI CA code. These will be drained from the repo at someMike Smith2001-05-29139-82734/+0
* | - wbinvd isn't an inline on ia64.Mike Smith2001-05-293-4/+2
* | Merge FreeBSD-specific changes with the ACPI CA 20010518 release.Mike Smith2001-05-296-534/+756
* | This commit was generated by cvs2svn to compensate for changes in r77424,Mike Smith2001-05-29124-8016/+8590
|\|
| * Import the 20010518 Intel ACPI CA release. Note that Intel's directory layoutMike Smith2001-05-29130-8536/+9394
* | This commit was generated by cvs2svn to compensate for changes in r77422,Mike Smith2001-05-292-0/+639
|\|
| * Import the 20010518 Intel ACPI CA release. Note that Intel's directory layoutMike Smith2001-05-292-0/+639
* | Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-2/+1
* | Update the DiskOnChip firmware to OSAK version 4.1.Poul-Henning Kamp2001-05-061-589/+687
* | Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-2/+0
* | Move configuration of work_memory to oltr_init() rather thanMatthew N. Dodd2001-03-081-43/+24
* | Resolve merge conflicts.Mike Smith2001-03-056-26/+14
* | This commit was generated by cvs2svn to compensate for changes in r73561,Mike Smith2001-03-0563-1899/+2514
|\|
| * Belated vendor update to the Intel ACPI CA 20010208 snapshot.Mike Smith2001-03-0569-1925/+2530
* | Patch the reintroduced (~0 << 32) == 1 bug with a cryptic but functionalMike Smith2001-02-022-2/+4
* | Merge conflicts from the ACPI CA 20010125 import.Mike Smith2001-01-3110-32/+56
* | Remove obsoleted files.Mike Smith2001-01-312-1801/+0
* | This commit was generated by cvs2svn to compensate for changes in r71867,Mike Smith2001-01-31261-4208/+7592
|\|
| * Update to the 20010125 ACPI CA snapshot.Mike Smith2001-01-31271-4234/+7652
* | Disable strstr() if ACPICA is compiled in userland.Mitsuru IWASAKI2001-01-102-0/+4
* | Resolve conflicts from the ACPI CA 20001215 vendor import.Mike Smith2000-12-2111-67/+61
* | This commit was generated by cvs2svn to compensate for changes in r70243,Mike Smith2000-12-21256-1082/+1182
|\|
| * Update to the Intel 20001215 ACPI CA snapshot.Mike Smith2000-12-21267-1149/+1243
* | Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* | Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* | Resolve conflicts from the 20001201 merge.Mike Smith2000-12-084-82/+150
* | This commit was generated by cvs2svn to compensate for changes in r69746,Mike Smith2000-12-08158-2228/+2908
|\|
| * Update to the 20001201 ACPI CA snapshot.Mike Smith2000-12-08162-2310/+3058
* | Remove duplicate definition.Mike Smith2000-12-012-4/+0
* | Update local changes for new hardware register interface.Mike Smith2000-12-011-5/+5
* | Resolve conflicts from the vendor update.Mike Smith2000-12-017-294/+80
* | This commit was generated by cvs2svn to compensate for changes in r69450,Mike Smith2000-12-01175-4423/+6822
|\|
| * Update to the 20001115 Intel ACPI CA snapshot.Mike Smith2000-12-01184-4722/+6904
* | We should include <machine/stdarg.h> not <stdarg.h>Mike Smith2000-10-282-2/+2
* | Some AML code assumes that a function without an explicit ReturnOp willMike Smith2000-10-282-0/+38
* | FreeBSD-specific customisations:Mike Smith2000-10-286-4/+138
* | Add some extra fuctions:Mike Smith2000-10-283-0/+244
* | This commit was generated by cvs2svn to compensate for changes in r67754,Mike Smith2000-10-28261-0/+158932
|\|
| * Initial import of the Intel-maintained ACPI Component Architecture. ThisMike Smith2000-10-28261-0/+158932
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-152-2/+0
* o Change TX_BUFFER_LEN from 512 to 2048.Larry Lile2000-10-101-6/+11
* remove unused #include.Poul-Henning Kamp2000-10-071-1/+0
* Remove SMP hack.Poul-Henning Kamp2000-09-161-6/+0
* Install mode 644, not mode 664 during kernel compile. Yes, Peter, I amKris Kennaway2000-08-151-1/+2
* Unused include: #include "fla.h"Peter Wemm2000-06-101-1/+0
* Fix a reference to an old FreeBSD 2.2 register name.Peter Wemm2000-05-281-3/+3
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-1/+1
* Enforce and respect the 8 unit limit.Poul-Henning Kamp2000-04-231-1/+3
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-22/+22
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-1/+1