dfr
5cd3ebd8eb
Typo in comment.
2001-09-07 11:01:39 +00:00
dfr
90f6eac893
* Track ref/mod information properly when a mapping changes.
...
* Fix a panic in pmap_remove() for a non-current pmap.
2001-09-07 11:00:21 +00:00
dfr
db9d3370ef
Remove old setjmp/longjmp stubs.
2001-09-07 10:59:05 +00:00
dfr
99af25f895
Hook up the native EFI filesystem reader.
2001-09-07 08:52:53 +00:00
dfr
b750cc500a
Set currdev and loaddev variables.
2001-09-07 08:52:26 +00:00
dfr
622326c63f
Add a libstand filesystem for accessing EFI native filesystems.
2001-09-07 08:51:48 +00:00
dfr
6f1a1519fd
Reformat.
2001-09-07 08:49:47 +00:00
julian
9ade8e4044
Remove some un-needed code that was accidentally included in
...
the 2nd previous KAME patch.
Submitted by: SUMIKAWA Munechika <sumikawa@ebina.hitachi.co.jp>
2001-09-07 07:24:28 +00:00
julian
3cc9960fd1
Patches from KAME to remove usage of Varargs in existing
...
IPV4 code. For now they will still have some in the developing stuff (IPv6)
Submitted by: Keiichi SHIMA / <keiichi@iij.ad.jp>
Obtained from: KAME
2001-09-07 07:19:12 +00:00
julian
f307b418db
First pass at porting John's "accept" changes to
...
allow an in-kernel webserver (or similar) to accept
and handle incoming connections using netgraph without ever leaving the
kernel. (allows incoming tunnel requests to be
handled totally within the kernel for example)
Needs work, but shouldn't break existing functionality.
Submitted by: John Polstra <jdp@polstra.com>
MFC after: 2 weeks
2001-09-07 07:12:51 +00:00
jlemon
c5b125fd9c
Fix another shortcircuit return() statement that I missed.
2001-09-07 05:39:47 +00:00
jlemon
fad843fe5a
Fix sense of comparison in space test. Also eliminate a compile
...
warning and remove a previously existing off-by-one error.
2001-09-07 05:32:54 +00:00
msmith
cb3e386fb2
Should check debug.acpi.avoid, not .disable.
2001-09-07 03:54:37 +00:00
green
2939396e31
Correct the path for OsdEnvironment.c.
2001-09-07 03:38:23 +00:00
msmith
477d47f146
Now that this code is MD, we don't need the i386 ifdefs.
2001-09-07 03:00:30 +00:00
msmith
aa26f8f1ff
Allow the ACPI subsystem to be disabled with a hint.
...
Avoid fully initialising the ACPI namespace if we are attempting to avoid
parts of it. This is a workaround for some systems that still crash
the interpreter.
Implement the ISA_IVAR_LOGICALID for ISA compatibility. Implement stubs
for other PnP ID-related ivars.
2001-09-07 02:57:29 +00:00
msmith
b6bb56ed4e
Move OsdEnvironment.c into MD code; searching for the ACPI tables is not
...
portable.
2001-09-07 02:55:00 +00:00
msmith
900b040f00
Merge our local branch changes with the 20010831 snapshot.
2001-09-07 02:52:26 +00:00
msmith
47317efb99
This commit was generated by cvs2svn to compensate for changes in r83174,
...
which included commits to RCS files with non-trunk default branches.
2001-09-07 01:22:25 +00:00
msmith
9d39e615a8
Vendor-branch import of the Intel ACPI CA 20010831 snapshot.
2001-09-07 01:22:25 +00:00
msmith
8ccf25b79d
Initialise the adapter status to an invalid state, so that the initial check
...
of the adapter object will always result in a change event.
This fixes the problem where a laptop booted without an AC adapter ran
at 100% CPU speed by default.
Submitted by: "Christopher N . Harrell" <cnh@netvmg.com>
2001-09-06 23:33:22 +00:00
jhb
1799601856
Add a hack to acpi_EvaluateInteger() to handle the case of a method
...
returning a Buffer that contains an Integer rather an an Integer directly.
Submitted by: msmith
Approved by: msmith
2001-09-06 23:16:55 +00:00
msmith
ec1ab724cb
Allocate system resource IRQs as shareable; this is the typical case.
2001-09-06 22:34:40 +00:00
jhb
054237d0be
Call sendsig() with the proc lock held and return with it held.
2001-09-06 22:20:41 +00:00
imp
fc76d31ce4
Don't panic when we don't know the exact chip that is being used.
...
Also, add support for the following parts:
O2micro 6912/6972, 6922, 6933
Cirrus Logic PD6834
TI PCI-1260 and PCI-1421
MFC: Soon
2001-09-06 20:55:25 +00:00
imp
067e1a9963
Surf the net again and find more device IDs:
...
Cirrus Logic PD6834
O2micro OZ6836
O2micro OZ6912/6972
O2micro OZ6922
O2micro OZ6933
TI1260 Note: These two aren't on TI's site, but are in
TI1260B http://www.yourvote.com/pci/vendors.txt
Plus comments for other chips found in Windows INF files, and also
referenced in various spots on the net:
* Intel 82092AA 0x12218086 16bit
* smc/Databook DB87144 0x310610b3
* SMC/databook smc34c90 0xb10610b3
* Omega/Trident 82c094 0x00940123?
* Omega/Trident 82c194 0x01941023
* Omega/Trident 82c722 0x07221023?
* Opti 82c814 0xc8141045
* Opti 82c824 0xc8241045
* NEC uPD66369 0x003e1033
2001-09-06 20:50:10 +00:00
imp
9f52d66759
minor commentary
2001-09-06 20:43:12 +00:00
dfr
a8e78b194e
Add struct tags to avoid warnings in kernel code.
2001-09-06 18:11:16 +00:00
sos
7ebc549651
Fix the size of medium code, the old one failed for DVD's.
...
This might introduce problems on normal CD's (again) sigh...
2001-09-06 17:44:04 +00:00
nyan
126bc821c0
Use MACHINE_ARCH instead of MACHINE to fix pc98 module.
2001-09-06 12:53:53 +00:00
yokota
7f7bf018aa
Update the atkbdc, atkbd, and psm drivers to probe/attach
...
more cleanly and consistently in all APCI, PnP BIOS, and "hint"
cases.
NOTE: this doesn't necessarily solve the problem that the PS/2
mouse is not detected after the recent ACPI update.
2001-09-06 12:09:26 +00:00
sos
d2f14e461c
Fix verbose probe message.
...
PR: 29360
2001-09-06 09:50:25 +00:00
scottl
c8d35d00a7
Don't use a silly test to define INTR_ENTROPY.
...
Submitted by: peter
2001-09-06 08:57:51 +00:00
sos
a4f76035a1
Add support for set/getting the region code on DVD drives.
...
PR: 28604
2001-09-06 08:52:28 +00:00
jlemon
f729fe0a4a
Wrap array accesses in macros, which also happen to be lvalues:
...
ifnet_addrs[i - 1] -> ifaddr_byindex(i)
ifindex2ifnet[i] -> ifnet_byindex(i)
This is intended to ease the conversion to SMPng.
2001-09-06 02:40:43 +00:00
jlemon
32d9aeaf2d
Cosmetic cleanups and rearrangement for code to come. There should be
...
no functional change in this commit.
2001-09-06 00:44:45 +00:00
peter
7681feaabc
Sigh. Dig up text from a signature in a 1994 Usenet post I made and redo
...
the ..uhh... ``console test'' to avoid another 50 emails about GPL issues.
2001-09-05 23:51:06 +00:00
brooks
9a81106528
Attach if_vlan to the build process.
2001-09-05 23:47:46 +00:00
brooks
6fafba46d7
vlan.h is obsolete, don't create it anymore.
2001-09-05 23:47:02 +00:00
brooks
28aafd1768
Deconditionalize vlan support.
2001-09-05 23:33:58 +00:00
brooks
115d713955
Update tx(4) to always enable vlan(4) support.
...
Approved by: semenu
2001-09-05 23:04:53 +00:00
imp
7a8588e685
Patric Gualat tells me that I can't do basic bit math. He's right.
...
When either bit 3 or 4 is set, we need to *SET* bit 5, not clear it in
the card control register. This makes TI PCI-1030, 1130 and 1131 not
work anymore without this fix.
MFC: soon
2001-09-05 22:26:14 +00:00
brooks
096b80272c
Don't specify the number of vlan interfaces any more, they are created
...
at runtime.
2001-09-05 21:19:56 +00:00
brooks
7da2447808
Make vlan(4) loadable, unloadable, and clonable. As a side effect,
...
interfaces must now always enable VLAN support.
Reviewed by: jlemon
MFC after: 3 weeks
2001-09-05 21:10:28 +00:00
scottl
06023d7a89
Bring the aac driver *much* closer to style(9).
...
Reviewed by: ken
2001-09-05 20:43:02 +00:00
jhb
684261300a
Include <sys/_lock.h> for the definition of struct lock_object. Don't
...
understand why this wasn't added when _mutex.h was added.
Noticed by: jlemon
2001-09-05 18:19:09 +00:00
jlemon
c05780a8fc
Remove superfluous statement.
2001-09-05 17:05:19 +00:00
cg
9d8a805762
add a method for recording of specific channels for devices with more than
...
one hardware record channel. new devices, /dev/dsprX.Y where X is unit
number and Y is channel index.
2001-09-05 16:28:41 +00:00
obrien
5f2415a1e9
style(9) the structure definitions.
2001-09-05 16:20:30 +00:00
cg
1a16a8c5cb
don't try to dump nonexistent data when recording
2001-09-05 14:49:44 +00:00