summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* First pass at porting John's "accept" changes tojulian2001-09-072-49/+383
* Fix another shortcircuit return() statement that I missed.jlemon2001-09-071-1/+1
* Fix sense of comparison in space test. Also eliminate a compilejlemon2001-09-071-8/+8
* Should check debug.acpi.avoid, not .disable.msmith2001-09-071-1/+1
* Correct the path for OsdEnvironment.c.green2001-09-071-1/+1
* Now that this code is MD, we don't need the i386 ifdefs.msmith2001-09-072-12/+18
* Allow the ACPI subsystem to be disabled with a hint.msmith2001-09-071-19/+59
* Move OsdEnvironment.c into MD code; searching for the ACPI tables is notmsmith2001-09-073-65/+1
* Merge our local branch changes with the 20010831 snapshot.msmith2001-09-074-173/+140
* This commit was generated by cvs2svn to compensate for changes in r83174,msmith2001-09-07108-2219/+1852
|\
| * Vendor-branch import of the Intel ACPI CA 20010831 snapshot.msmith2001-09-07112-2392/+1992
* | Initialise the adapter status to an invalid state, so that the initial checkmsmith2001-09-061-0/+1
* | Add a hack to acpi_EvaluateInteger() to handle the case of a methodjhb2001-09-061-1/+37
* | Allocate system resource IRQs as shareable; this is the typical case.msmith2001-09-061-1/+1
* | Call sendsig() with the proc lock held and return with it held.jhb2001-09-068-27/+16
* | Don't panic when we don't know the exact chip that is being used.imp2001-09-061-4/+44
* | Surf the net again and find more device IDs:imp2001-09-061-6/+24
* | minor commentaryimp2001-09-061-0/+10
* | Add struct tags to avoid warnings in kernel code.dfr2001-09-061-2/+2
* | Fix the size of medium code, the old one failed for DVD's.sos2001-09-061-1/+14
* | Use MACHINE_ARCH instead of MACHINE to fix pc98 module.nyan2001-09-061-3/+3
* | Update the atkbdc, atkbd, and psm drivers to probe/attachyokota2001-09-0610-335/+728
* | Fix verbose probe message.sos2001-09-061-6/+8
* | Don't use a silly test to define INTR_ENTROPY.scottl2001-09-061-1/+1
* | Add support for set/getting the region code on DVD drives.sos2001-09-061-0/+3
* | Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-0624-80/+99
* | Cosmetic cleanups and rearrangement for code to come. There should bejlemon2001-09-061-63/+68
* | Sigh. Dig up text from a signature in a 1994 Usenet post I made and redopeter2001-09-051-5/+12
* | Attach if_vlan to the build process.brooks2001-09-051-0/+1
* | vlan.h is obsolete, don't create it anymore.brooks2001-09-055-21/+5
* | Deconditionalize vlan support.brooks2001-09-051-14/+3
* | Update tx(4) to always enable vlan(4) support.brooks2001-09-053-17/+1
* | Patric Gualat tells me that I can't do basic bit math. He's right.imp2001-09-051-4/+4
* | Don't specify the number of vlan interfaces any more, they are createdbrooks2001-09-052-2/+2
* | Make vlan(4) loadable, unloadable, and clonable. As a side effect,brooks2001-09-059-163/+205
* | Bring the aac driver *much* closer to style(9).scottl2001-09-0510-3246/+3428
* | Include <sys/_lock.h> for the definition of struct lock_object. Don'tjhb2001-09-051-0/+1
* | Remove superfluous statement.jlemon2001-09-052-2/+0
* | add a method for recording of specific channels for devices with more thancg2001-09-056-15/+64
* | style(9) the structure definitions.obrien2001-09-052-2/+2
* | don't try to dump nonexistent data when recordingcg2001-09-051-1/+1
* | Merge linker set relocations with the rest.dfr2001-09-052-0/+2
* | It is the last-second trivial changes that kill me every time.peter2001-09-051-1/+1
* | style(9) the structure definitions.obrien2001-09-059-20/+20
* | Rework the ISA PnP driver pnp and the PnP resource parser to fixyokota2001-09-058-360/+701
* | Attempt to refine the __IDSTRING() macros so that they dont collide withpeter2001-09-051-4/+12
* | style(9) the structure definitions.obrien2001-09-0514-22/+22
* | Fix the definition generation code from rev 1.15 that generates non-style(9)obrien2001-09-051-4/+4
* | style(9) the structure definitions.obrien2001-09-0525-58/+52
* | Style(9)obrien2001-09-051-47/+47
OpenPOWER on IntegriCloud