summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* warning fixes, mostly type matchingbillf2002-02-234-10/+10
|
* convert from KNR to ANSI function declarationsbillf2002-02-239-114/+92
| | | | Reviewed by: md5(1)
* Grrr. Got the wrong date on the last ACPI update. Fix this beforebmah2002-02-232-2/+2
| | | | someone else notices.
* Updated release note: ACPI 20020207. While I'm here, correct anbmah2002-02-232-4/+4
| | | | awkward wording.
* Don't call critical_enter()/critical_exit() around calls to pmap_pvo_enter()benno2002-02-233-24/+0
| | | | as it does it's own handling of critical sections.
* AcpiOsPrintf and AcpiOsVprintf now return void.msmith2002-02-231-6/+4
|
* AcpiOsCallocate is no longer required.msmith2002-02-231-11/+0
|
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-235-24/+25
|
* Add our own private defines for driver debug layers.msmith2002-02-231-7/+18
| | | | | | Obsolete the acpi_GetInto* interfaces. Fix a typo to be less appropriate.
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-46/+72
| | | | | | | | Use ACPI_SUCCESS/ACPI_FAILURE consistently. The AcpiGetInto* interfaces are obsoleted by ACPI_ALLOCATE_BUFFER. Convert to using a kthread rather than timeout() to avoid problems with the interpreter sleeping.
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-232-60/+68
| | | | | Use ACPI_SUCCESS/ACPI_FAILURE consistently. The AcpiGetInto* interfaces are obsoleted by ACPI_ALLOCATE_BUFFER.
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-232-38/+74
| | | | | | | Use ACPI_SUCCESS/ACPI_FAILURE consistently. The AcpiGetInto* interfaces are obsoleted by ACPI_ALLOCATE_BUFFER. Use _ADR as well as _BBN to get our bus number.
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-234-16/+16
| | | | Use ACPI_SUCCESS/ACPI_FAILURE consistently.
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-38/+44
| | | | | | | | Use ACPI_SUCCESS/ACPI_FAILURE consistently. The ACPI global lock acquire takes a timeout value. I'm not sure what we should do about timeouts on it; a deadlock against this lock is catastrophic.
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-34/+15
| | | | | | | | | | | Use ACPI_SUCCESS/ACPI_FAILURE consistently. The AcpiGetInto* interfaces are obsoleted by ACPI_ALLOCATE_BUFFER. Kill off the timeouts that used to read _BIF and _BST. These are invoked when the battery is actually read. timeout() is dangerous in combination with ACPI, as the interpreter can block. This driver still needs more work.
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-125/+78
| | | | | | | | | | | | | Use ACPI_SUCCESS/ACPI_FAILURE consistently. The AcpiGetInto* interfaces are obsoleted by ACPI_ALLOCATE_BUFFER. Add AcpiBatteryIsPresent helper to determine whether a battery device is inserted. Add ACPI_ALL_DRIVERS to the list of debug layers, now that we own the namespace for this. Pr:
* Resolve conflicts arising from the ACPI CA 20020217 import.msmith2002-02-2312-513/+586
|
* This commit was generated by cvs2svn to compensate for changes in r91116,msmith2002-02-23126-7212/+7709
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of the Intel ACPI CA 20020217 drop.msmith2002-02-23138-7720/+8290
| |
* | Add -ffreestanding to CFLAGS.jake2002-02-231-0/+1
| |
* | Add make variables for fs support and propagate them to CFLAGS. Putjake2002-02-231-9/+21
| | | | | | | | -ffreestanding in CFLAGS. Remove unnecessary LDFLAGS.
* | Fix test for != 0 that should be > 0.jake2002-02-231-1/+1
| |
* | Check the return values of index() and don't dereference it if its null;jake2002-02-231-2/+8
| | | | | | | | | | the path may not have a ':' in it. The mac address property is called mac-address for sparc64. Don't allocate a dma buffer for sparc64 either.
* | #if 0 more bootinfo stuff.jake2002-02-231-0/+4
| |
* | Fix fs support ifdefs. Add tftp support. Add physical and virtualjake2002-02-231-12/+107
| | | | | | | | | | | | | | | | watchpoint support for debugging (under LOADER_DEBUG). Claim the physical and virtual addresses used to map the kernel from the prom; we map it ourselves behind the scenes though. Add a reboot command. Submitted by: tmm
* | Allocate a frame on our initial stack so that it doesn't run off intojake2002-02-232-12/+24
| | | | | | | | | | | | random memory. Disable interrupts while loading the tlb. Submitted by: tmm
* | Add OF_claim_virt() and OF_release_phys().jake2002-02-232-0/+72
| | | | | | | | Submitted by: tmm
* | Include <machine/metadata.h>.jake2002-02-231-0/+2
| |
* | The usage of 'newaliases' needs to be after we know for sure that /usrobrien2002-02-238-15/+25
| | | | | | | | | | | | is mounted. Submitted by: rizzo
* | Don't echo a comment during make depend.jake2002-02-231-3/+2
| |
* | Make this compile.jake2002-02-231-1/+1
| | | | | | | | Pointy hat to: julian
* | This commit was generated by cvs2svn to compensate for changes in r91100,des2002-02-2394-284/+3860
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of OpenPAM Cantaloupedes2002-02-2394-284/+3860
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r91097,des2002-02-2311-26/+73
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of OpenPAM Caliopsisdes2002-02-2311-26/+73
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r91094,des2002-02-2387-0/+6867
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of OpenPAM Calamitedes2002-02-2387-0/+6867
| /
* | Add some DIAGNOSTIC code.julian2002-02-2210-94/+190
| | | | | | | | | | | | | | | | | | | | | | | | While in userland, keep the thread's ucred reference in a shadow field so that the usual place to store it is NULL. If DIAGNOSTIC is not set, the thread ucred is kept valid until the next kernel entry, at which time it is checked against the process cred and possibly corrected. Produces a BIG speedup in kernels with INVARIANTS set. (A previous commit corrected it for the non INVARIANTS case already) Reviewed by: dillon@freebsd.org
* | ANSIfy.markm2002-02-221-1/+1
| |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-224-21/+20
| |
* | Fix a boatload of warnings inspired by lint, a commercial lintmarkm2002-02-221-16/+14
| | | | | | | | and WARNS=4.
* | Warnings fixes.markm2002-02-221-1/+2
| |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-223-6/+10
| |
* | Partially fix (well, work around) warnings inspired by lint, amarkm2002-02-221-2/+2
| | | | | | | | commercial lint and WARNS=4.
* | Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-221-2/+3
| |
* | Warnings fixes inspired by lint, a commercial lint and WARNS=4.markm2002-02-221-5/+4
| |
* | Warning fix. Enter into the spirit of getopt(3) a bit more.markm2002-02-221-0/+2
| |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-227-36/+35
| |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4markm2002-02-221-9/+8
| |
* | Also blindly attempt to fix broken world with respect to proc.p_runtimegreen2002-02-221-1/+3
| | | | | | | | changes.
OpenPOWER on IntegriCloud