Scott Long
7d9aed9c4c
Fix some warnings that only triggered in LINT.
2004-10-24 09:23:07 +00:00
Scott Long
f01be89133
Embed the correct name.
2004-10-24 08:48:32 +00:00
Scott Long
1713e81b9c
Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint for
...
providing the original driver, and thanks to IronSystems for providing
hardware for testing.
2004-10-24 05:37:23 +00:00
Nate Lawson
ca36a5dc0d
This commit was generated by cvs2svn to compensate for changes in r133931,
...
which included commits to RCS files with non-trunk default branches.
2004-08-18 05:41:21 +00:00
Nate Lawson
aaff1d4cfa
Add a padding member to the header overlaid on data allocated in the
...
ACPI_DEBUG case. Without this, use of allocated memory is unaligned and
causes a trap on ia64. Intel may fix this differently in a subsequent
release but this is adequate for now.
Submitted by: marcel
MFC after: 2 days
2004-08-18 05:41:21 +00:00
Robert Watson
9baf5f2da1
Since if_oltr doesn't contain locking or run with INTR_MPSAFE, mark
...
the interface as IFF_NEEDSGIANT so if_start is run holding Giant.
2004-08-14 00:19:07 +00:00
Poul-Henning Kamp
3f4324df4d
Send the fla driver in the Attic
2004-07-13 17:44:17 +00:00
Mark Santcroos
bde5ba82c2
Local change: Allow access to the field if it is within the region
...
size rounded up to a multiple of the access byte width. This overcomes
"off-by-one" programming errors in the AML often found in Toshiba
laptops.
2004-07-02 08:38:55 +00:00
Mark Santcroos
2e8f631a0d
Local diff: allow use of the disassembler.
2004-07-02 08:37:56 +00:00
Mark Santcroos
727fde6f33
Unchanged files that are off the vendor branch.
2004-07-02 08:34:19 +00:00
Mark Santcroos
671d52d8aa
Vendor import of Intel ACPI-CA 20040527
2004-07-02 08:14:36 +00:00
Mark Santcroos
648474d5f4
This commit was generated by cvs2svn to compensate for changes in r131440,
...
which included commits to RCS files with non-trunk default branches.
2004-07-02 08:14:36 +00:00
Poul-Henning Kamp
cb5cb48675
Add missing <sys/module.h> include.
...
Approved by: sam
2004-06-18 08:53:55 +00:00
Poul-Henning Kamp
89c9c53da0
Do the dreaded s/dev_t/struct cdev */
...
Bump __FreeBSD_version accordingly.
2004-06-16 09:47:26 +00:00
Poul-Henning Kamp
77409fe148
Add missing #include <sys/module.h>
2004-05-30 20:34:58 +00:00
Nate Lawson
0d224e7f88
Remove a warning of a constant that is too large. Change submitted to
...
vendor.
2004-05-25 03:06:37 +00:00
Nate Lawson
a86c577a6d
This commit was generated by cvs2svn to compensate for changes in r129694,
...
which included commits to RCS files with non-trunk default branches.
2004-05-25 03:06:37 +00:00
Nate Lawson
275c8028ab
Local change: allow usermode to compile this header. Submitted to vendor.
2004-05-25 02:41:49 +00:00
Nate Lawson
0c3e6e7452
Local change: don't hang forever if WAK_STS is never set.
2004-05-25 02:41:19 +00:00
Nate Lawson
c2c6addc68
Local change: remove warnings.
2004-05-25 02:40:48 +00:00
Nate Lawson
4ace1857d7
Local diff: allow use of the disassembler.
2004-05-25 02:39:46 +00:00
Nate Lawson
6c57d4e8fb
Unchanged files that are off the vendor branch.
2004-05-25 02:39:01 +00:00
Nate Lawson
a5a81f7c89
Vendor import of Intel ACPI-CA 20040514.
2004-05-25 02:34:44 +00:00
Nate Lawson
d57f8354ca
This commit was generated by cvs2svn to compensate for changes in r129684,
...
which included commits to RCS files with non-trunk default branches.
2004-05-25 02:34:44 +00:00
Nate Lawson
c3bac8b5d5
Add sys/types.h for both kernel and user compiles.
2004-05-05 20:02:02 +00:00
Nate Lawson
eccb3e0e14
Remove warnings from vendor files. This takes some files off the vendor
...
branch but they have indicated they will not fix these warnings.
2004-04-14 18:12:29 +00:00
Nate Lawson
95ee367419
Even though the patch has been submitted to the vendor, this file is off
...
the vendor branch. Once more, with feeling!
2004-04-14 16:52:19 +00:00
Nate Lawson
5391902bdf
Only avoid disabling bus mastering on the sleep path. This should fix
...
power off for some users. The patch has been submitted to Intel.
Bug: http://bugme.osdl.org/show_bug.cgi?id=2109
2004-04-14 16:50:32 +00:00
Nate Lawson
aa87b3ef75
Check in files with local changes:
...
* In the resume path, give up after waiting for a while
for WAK_STS to be set. Some BIOSs never set it.
* Allow access to the field if it is within the region size rounded
up to a multiple of the access byte width. This overcomes "off-by-one"
programming errors in the AML often found in Toshiba laptops.
2004-04-14 02:17:00 +00:00
Nate Lawson
ea905c360c
Check in unmodified files off the vendor branch.
2004-04-14 02:14:51 +00:00
Nate Lawson
e0ef747b89
Import ACPI-CA 20040402 distribution.
2004-04-14 02:10:27 +00:00
Nate Lawson
630c18309b
This commit was generated by cvs2svn to compensate for changes in r128212,
...
which included commits to RCS files with non-trunk default branches.
2004-04-14 02:10:27 +00:00
Nate Lawson
ba551b7d6b
Add another cleanfile for future imports.
2004-04-14 02:03:33 +00:00
Nate Lawson
b3d0ea94b1
Unbreak the bootloader build by excluding ctype.h.
...
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
2004-04-05 17:30:15 +00:00
Nate Lawson
66f8ce8f20
Add #include for ctype.h to cover strupr() in the !_KERNEL case.
...
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
2004-04-05 04:03:09 +00:00
Warner Losh
3666cedd6b
Eliminate support for FreeBSD 3.x and earlier now that we're in the
...
glide path for the 5.x branch.
2004-03-29 21:10:05 +00:00
Nate Lawson
bf4c71fd65
Revert 1.22. Go back to "FreeBSD" as our _OS value. Since we now support
...
_OSI, we can claim compatibility with MS products without claiming to BE
one. :-)
2004-03-22 20:11:49 +00:00
Nate Lawson
fce89338bf
Check in files off the vendor branch as well as files with local patches.
2004-03-18 17:46:27 +00:00
Nate Lawson
731de42fc8
Import of Intel ACPI-CA 20040311.
2004-03-18 17:42:14 +00:00
Nate Lawson
55545f899c
This commit was generated by cvs2svn to compensate for changes in r127175,
...
which included commits to RCS files with non-trunk default branches.
2004-03-18 17:42:14 +00:00
Nate Lawson
5f96beb9e0
Convert callers to the new bus_alloc_resource_any(9) API.
...
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by: imp, dfr, bde
2004-03-17 17:50:55 +00:00
Nate Lawson
d64168a5a2
Part 2 of Project Evil: Pretend to be Windows 2000 for buggy ASL that
...
always expects to be running on some MS OS. A survey of ASL shows that
this is the 2nd most common expected OS value. (1st is Win98 and we don't
emulate its buggy ACPI support.) Our ACPI support is similar to Win2k,
also. Put this behavior under ACPICA_PEDANTIC so we can get back to our
previous behavior for OSV testing.
2004-03-04 05:57:41 +00:00
Nate Lawson
31b8e5b3b6
Remove these on the vendor branch as we no longer import them (and some
...
were never used).
CVS surgery credit: joe
2004-03-03 05:47:09 +00:00
Nate Lawson
6d0267157c
This commit was generated by cvs2svn to compensate for changes in r126520,
...
which included commits to RCS files with non-trunk default branches.
2004-03-03 05:47:09 +00:00
Nate Lawson
2676fbe88c
Strip out new, unused file acnetbsd.h
2004-02-28 20:56:25 +00:00
Nate Lawson
0161891aa1
Fix an off-by-one in the compiler path. Originally from iwasaki-san's
...
patches for the pmtools port. This change has been submitted to Intel.
2004-02-28 20:42:10 +00:00
Nate Lawson
fd73230997
This commit was generated by cvs2svn to compensate for changes in r126380,
...
which included commits to RCS files with non-trunk default branches.
2004-02-28 20:42:10 +00:00
Nate Lawson
4c80f45557
Local change: emulate a ReturnOp if the AML expects one but it isn't
...
present. Some buggy BIOSs do not have a ReturnOp even though it is
required for a function to return a value.
2004-02-28 20:40:24 +00:00
Nate Lawson
e222f620d1
Local change: In the resume path, give up after waiting for a while
...
for WAK_STS to be set. Some BIOSs never set it.
2004-02-28 20:39:50 +00:00
Nate Lawson
56491b7ba0
Local change: Allow access to the field if it is within the region
...
size rounded up to a multiple of the access byte width. This overcomes
"off-by-one" programming errors in the AML often found in Toshiba
laptops.
2004-02-28 20:39:09 +00:00