summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* First cut at getting the pcic controller and power information forimp2001-07-011-32/+62
* Clarify some of the 3.3V code with better comments. Also, since theimp2001-07-011-6/+12
* Add comments explaining why we do the somewhat odd irq mapping on PC98imp2001-07-011-0/+7
* Minor whitespace nit.imp2001-07-012-2/+2
* Obrien created this directory, but I didn't cvs add cvsignoreimp2001-07-011-0/+1
* Don't need the .keep_me files. Obrien and I committed past each other.imp2001-07-0113-6/+6
* intel ich/ich2 driver - this needs some work but is functional enough forcg2001-07-015-3/+1218
* add module version/dependanciescg2001-07-011-1/+4
* don't set a flag that is already setcg2001-07-011-1/+3
* set default 'monitor' volume (ac97 headphones) to 75%cg2001-07-011-0/+1
* Submitted by: Chip Salzenberg <chip@perlsupport.com>.groudier2001-07-011-2/+5
* Don't include machine/autoconf.h for now. It's not used and is breaking thebenno2001-07-011-0/+3
* Register definitions for the OpenPIC used in various models ofbenno2001-07-011-0/+93
* Add TRAPF_* macros required by MI-ification of ast() and userret().benno2001-07-011-0/+3
* Add .cvsignore so that CVS stop's complaining about people's kernel build dirs.obrien2001-06-301-0/+1
* Grrr, this was added in the wrong place.obrien2001-06-301-0/+0
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-307-0/+0
* Really do proper keepme files in the compile directories. Useimp2001-06-309-0/+5
* Add AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter.n_hibma2001-06-301-0/+1
* Don't free memory that has been freed already.n_hibma2001-06-302-2/+1
* Remove the resume method. It is not necessary any more, becauseyokota2001-06-303-20/+0
* Add the device resume method to keyboard drivers.yokota2001-06-304-1/+56
* If we are in DDB, don't switch to a vty in the VT_PROCESS mode.yokota2001-06-301-0/+6
* o Unfold p31b_proc() into the individual posix4 system calls so as torwatson2001-06-302-132/+120
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-305-0/+0
* Move kernel compile directory from sys/compile/FOO toimp2001-06-305-5/+5
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesimp2001-06-308-19/+7
* Fix warning message.imp2001-06-301-3/+4
* Remove the p_spinlocks spin lock count that was obsoleted by thejhb2001-06-302-2/+0
* Replace some use of 'p' with 'targetp' so as to not scarily overload therwatson2001-06-302-22/+34
* Make the schedlock saved critical section state a per-thread property.jhb2001-06-302-4/+3
* Wrap the interrupt handler so that we can get the ACPI lock.msmith2001-06-291-2/+20
* Add ACPI lock support.msmith2001-06-291-13/+52
* Add ACPI subsystem mutex support, currently disabled. This implementsmsmith2001-06-291-1/+21
* Update for new debug layer constant names in the ACPI CA 20010615msmith2001-06-295-5/+5
* Use msleep() when we sleep waiting for a GPE, since we are holding themsmith2001-06-291-37/+55
* Update to synch with the 20010615 ACPI CA import.msmith2001-06-291-129/+183
* 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
|\
| * Vendor import of the Intel ACPI CA 20010615 snapshot.msmith2001-06-2919-364/+729
* | Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-2911-1645/+19
* | Remove cruft from old bus.imp2001-06-292-6/+0
* | Remove file that hasn't been used since ze/zp.imp2001-06-291-191/+0
* | Use the new-born BIO_CMD1 instead of fudging a bio_flag value for readingjoerg2001-06-292-232/+144
* | Two more "oops"es here: i didn't mean to turn on fdc debugging byjoerg2001-06-291-2/+2
* | Define BIO_CMD{1,2}, available for local hacks, similar to the alreadyjoerg2001-06-291-0/+4
* | Backout CSRG revision 7.22 to this file (if in_losing notices anru2001-06-291-3/+2
* | Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-2941-181/+172
* | Enable interrupts again after disabling them in epson_{in,out}sw().jhb2001-06-291-0/+2
* | Duh-oh! When beautifying a comment right before my last commit, ijoerg2001-06-291-1/+1
OpenPOWER on IntegriCloud