summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev
Commit message (Expand)AuthorAgeFilesLines
* Patch the reintroduced (~0 << 32) == 1 bug with a cryptic but functionalmsmith2001-02-022-2/+4
* 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
|\
| * 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
* | 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
|\ \ | |/
| * 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
* | 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
|\ \ | |/
| * 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
|\ \ | |/
| * Update to the 20001115 Intel ACPI CA snapshot.msmith2000-12-01184-4722/+6904
* | We should include <machine/stdarg.h> not <stdarg.h>msmith2000-10-282-2/+2
* | Some AML code assumes that a function without an explicit ReturnOp willmsmith2000-10-282-0/+38
* | FreeBSD-specific customisations:msmith2000-10-286-4/+138
* | Add some extra fuctions:msmith2000-10-283-0/+244
* | This commit was generated by cvs2svn to compensate for changes in r67754,msmith2000-10-28261-0/+158932
|\ \ | |/
| * Initial import of the Intel-maintained ACPI Component Architecture. Thismsmith2000-10-28261-0/+158932
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+0
* o Change TX_BUFFER_LEN from 512 to 2048.lile2000-10-101-6/+11
* remove unused #include.phk2000-10-071-1/+0
* Remove SMP hack.phk2000-09-161-6/+0
* Install mode 644, not mode 664 during kernel compile. Yes, Peter, I amkris2000-08-151-1/+2
* Unused include: #include "fla.h"peter2000-06-101-1/+0
* Fix a reference to an old FreeBSD 2.2 register name.peter2000-05-281-3/+3
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Enforce and respect the 8 unit limit.phk2000-04-231-1/+3
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-22/+22
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* o Get basic if_media support working.lile2000-03-261-295/+272
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-2/+2
* o Fix typo in the RapidFire 3540 adapter namelile2000-03-191-3/+3
* o Replace the old "oltr" driver with the completely re-writtenlile2000-03-185-7136/+9210
* Remove a somewhat odd #if that is always true (NOLTR will be alwayspeter2000-01-291-4/+0
* Garbage collect oltr_pci_shutdowneivind1999-12-211-11/+0
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-081-1/+2
* Fix a stray (ifdef'ed) reference to a non-existing file.peter1999-11-291-4/+0
* Finding root devices is a much more sane thing now.phk1999-11-101-7/+8
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-3/+1
* remove unused #includes.phk1999-10-111-2/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-181-7/+4
OpenPOWER on IntegriCloud