Sam Leffler
1be92ea1ca
resolve merge conflicts
...
MFC after: 2 weeks
2006-02-10 19:01:02 +00:00
Sam Leffler
c6f3555125
Version 0.9.16.16:
...
o new chip support
o new platforms: powerpc-be-elf, sparc64-be-elf, and alpha-elf
(alpha is untested, others are known to work)
o many fixes and improvements
MFC after: 2 weeks
2006-02-10 18:57:38 +00:00
Sam Leffler
07c5770b96
This commit was generated by cvs2svn to compensate for changes in r155511,
...
which included commits to RCS files with non-trunk default branches.
2006-02-10 18:57:38 +00:00
David E. O'Brien
d5d59bade9
This commit was generated by cvs2svn to compensate for changes in r153200,
...
which included commits to RCS files with non-trunk default branches.
2005-12-07 17:32:13 +00:00
David E. O'Brien
b734606dff
Update the nForce MCP NIC bits. This is version 1.0-0310 23-Nov-2005.
2005-12-07 17:32:13 +00:00
Ruslan Ermilov
4a0d6638b3
- Store pointer to the link-level address right in "struct ifnet"
...
rather than in ifindex_table[]; all (except one) accesses are
through ifp anyway. IF_LLADDR() works faster, and all (except
one) ifaddr_byindex() users were converted to use ifp->if_addr.
- Stop storing a (pointer to) Ethernet address in "struct arpcom",
and drop the IFP2ENADDR() macro; all users have been converted
to use IF_LLADDR() instead.
2005-11-11 16:04:59 +00:00
Ruslan Ermilov
d09ed26fd8
- Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another
...
copy of Ethernet address.
- Change iso88025_ifattach() and fddi_ifattach() to accept MAC
address as an argument, similar to ether_ifattach(), to make
this work.
2005-11-11 07:36:14 +00:00
Jung-uk Kim
e9bfb92a8e
- Fix more resource parsing problems. The previous commit was imcomplete.
...
- Fix a typo in rsmisc.c and a style change for consistency.
This patch will also appear in future ACPI-CA release.
Submitted by: Robert Moore <robert dot moore at intel dot com>
Tested by: ru
2005-11-04 21:29:41 +00:00
Jung-uk Kim
45e7d2e745
This commit was generated by cvs2svn to compensate for changes in r152069,
...
which included commits to RCS files with non-trunk default branches.
2005-11-04 21:29:41 +00:00
Nate Lawson
ce60eb2a14
Account for the minimum resource size when parsing the end tag resource
...
descriptor. This should fix the "memory modified after free" panics. This
patch will appear in a future acpi-ca distribution.
Submitted by: Robert Moore <robert.moore / intel.com>
Tested by: Peter Holm
2005-11-04 20:15:09 +00:00
Nate Lawson
d4d37d2fc9
This commit was generated by cvs2svn to compensate for changes in r152058,
...
which included commits to RCS files with non-trunk default branches.
2005-11-04 20:15:09 +00:00
Jung-uk Kim
2a74e7368d
Fix build breakage on tinderbox.
2005-11-03 20:27:38 +00:00
Jung-uk Kim
6eb081af76
Update to reflect import of ACPI-CA 20051021 with includes fixups
2005-11-01 22:38:50 +00:00
Jung-uk Kim
5475ddb73a
Local change: remove unnecessary __cdecl
2005-11-01 22:33:32 +00:00
Jung-uk Kim
0dd793f645
Local change: remove compilation warnings
2005-11-01 22:30:52 +00:00
Jung-uk Kim
b56f6e1fd7
Fix conflicts from import of Intel ACPI-CA 20051021
2005-11-01 22:28:49 +00:00
Jung-uk Kim
775a51a92f
Unchanged files that are off the vendor branch
2005-11-01 22:23:25 +00:00
Jung-uk Kim
5e41bc61d8
Fix few compilation problems on vendor branch.
...
These fixes will be submitted vendor.
2005-11-01 22:18:47 +00:00
Jung-uk Kim
43ea53ef1f
This commit was generated by cvs2svn to compensate for changes in r151940,
...
which included commits to RCS files with non-trunk default branches.
2005-11-01 22:18:47 +00:00
Jung-uk Kim
fba7fc7e34
Vendor import of Intel ACPI-CA 20051021
2005-11-01 22:11:18 +00:00
Jung-uk Kim
ff4eaaff6b
This commit was generated by cvs2svn to compensate for changes in r151937,
...
which included commits to RCS files with non-trunk default branches.
2005-11-01 22:11:18 +00:00
John Baldwin
28f22a242b
Remove old ACPICA files from the INTEL vendor branch. They were removed
...
from HEAD about 4 years ago when we started flattening out the ACPICA
distribution.
2005-10-27 20:48:05 +00:00
David E. O'Brien
c33a1f33c8
Add a commented out version of what was done for the r20041119sysinc import.
2005-10-24 04:36:14 +00:00
David E. O'Brien
3e50df5a3e
Fix conflicts of import of Intel ACPI-CA 20041119 with system includes fixups.
2005-10-24 04:35:20 +00:00
David E. O'Brien
27f081c52f
Vendor import of Intel ACPI-CA 20041119 with system includes fixups.
2005-10-24 04:31:06 +00:00
David E. O'Brien
763384f7cd
This commit was generated by cvs2svn to compensate for changes in r151600,
...
which included commits to RCS files with non-trunk default branches.
2005-10-24 04:31:06 +00:00
Ruslan Ermilov
e019908ee7
In detach method, move if_free() after bus_teardown_intr().
2005-10-13 21:11:20 +00:00
Ruslan Ermilov
fead0681ed
Fix "struct ifnet" leak if attach() fails in the middle.
2005-09-16 12:49:06 +00:00
David E. O'Brien
1aa7b020d7
Per a request from Nick Triantos of nVidia, nVidia's legal department asked
...
that we provide their license document beside their nForce MCP object code.
2005-09-11 17:50:20 +00:00
Robert Watson
13f4c340ae
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
...
IFF_DRV_RUNNING, as well as the move from ifnet.if_flags to
ifnet.if_drv_flags. Device drivers are now responsible for
synchronizing access to these flags, as they are in if_drv_flags. This
helps prevent races between the network stack and device driver in
maintaining the interface flags field.
Many __FreeBSD__ and __FreeBSD_version checks maintained and continued;
some less so.
Reviewed by: pjd, bz
MFC after: 7 days
2005-08-09 10:20:02 +00:00
Brooks Davis
fc74a9f93a
Stop embedding struct ifnet at the top of driver softcs. Instead the
...
struct ifnet or the layer 2 common structure it was embedded in have
been replaced with a struct ifnet pointer to be filled by a call to the
new function, if_alloc(). The layer 2 common structure is also allocated
via if_alloc() based on the interface type. It is hung off the new
struct ifnet member, if_l2com.
This change removes the size of these structures from the kernel ABI and
will allow us to better manage them as interfaces come and go.
Other changes of note:
- Struct arpcom is no longer referenced in normal interface code.
Instead the Ethernet address is accessed via the IFP2ENADDR() macro.
To enforce this ac_enaddr has been renamed to _ac_enaddr.
- The second argument to ether_ifattach is now always the mac address
from driver private storage rather than sometimes being ac_enaddr.
Reviewed by: sobomax, sam
2005-06-10 16:49:24 +00:00
Robert Watson
e551d45211
Modify the alq(9) alq_open() API to accept a file creation mode, rather
...
than defaulting the cmode argument to vn_open() to 0. Supply a default
argument of ALQ_DEFAULT_CMODE (0600) in current callers.
Discussed with/pointed out by: hmp
Reveiwed by: jeff, hmp
MFC after: 3 days
2005-04-16 12:12:27 +00:00
David E. O'Brien
1e5fec6b15
Import the nForce MCP NIC bits. This is version 1.0-0301.
...
Demanded by: DES
Encouraged by: scottl
2005-03-12 00:17:37 +00:00
David E. O'Brien
0587a1ea34
This commit was generated by cvs2svn to compensate for changes in r143439,
...
which included commits to RCS files with non-trunk default branches.
2005-03-12 00:17:37 +00:00
Scott Long
d38d9c9e5e
Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistaken
...
for being on a CVS vendor branch. The files were moved via a repo-copy.
2005-03-02 05:14:28 +00:00
David E. O'Brien
bb4e63066a
Add FreeBSD ID.
2005-02-28 00:53:29 +00:00
Sam Leffler
c01f36ef0c
avoid sneaky double free
...
Noticed by: Coverity Prevent analysis tool
Reviewed by: scottl
2005-02-25 00:16:53 +00:00
Matthew N. Dodd
1f005b6723
- Split out PCI support.
...
- Add previously removed ISA support.
Submitted by: David S. Madole <david AT madole.net>
2005-02-03 23:01:01 +00:00
Nate Lawson
edd973a013
Clean up a small memory leak introduced with the previous commit to
...
dsutils.c. We need to GC the implicitly-returned object.
Submitted by: Robert.Moore at Intel
MFC after: 1 day
2005-01-14 06:37:43 +00:00
Nate Lawson
d26e4b9a02
This commit was generated by cvs2svn to compensate for changes in r140216,
...
which included commits to RCS files with non-trunk default branches.
2005-01-14 06:37:43 +00:00
Nate Lawson
4802655124
Fix handling of the implicit return case for methods called from an
...
external source (i.e., _STA). The previous case only handled calls
occurring within AML. This should fix Toshibas, among others. Thanks
to Robert Moore of Intel for the fix.
MFC after: 2 days
2005-01-12 00:52:40 +00:00
Nate Lawson
6023610d63
This commit was generated by cvs2svn to compensate for changes in r140094,
...
which included commits to RCS files with non-trunk default branches.
2005-01-12 00:52:40 +00:00
Sam Leffler
8c489f7420
clear old files now in public
2004-12-08 18:27:44 +00:00
Sam Leffler
7a4700cda9
resolve merge conflict
2004-12-08 18:18:39 +00:00
Sam Leffler
31801f0d36
Version 0.9.14.12:
...
[Changes listed only since last public release 0.9.12.14; for changes
prior to that consult the CVS logs at http://madwifi.sourceforge.net ]
o reorg directory structure to have a single set of public binary builds
shared by all systems
o support for new parts (all shipping pci/cardbus parts to this date work)
o new capabilities for identifying various chip features
o set/get tx power cap for supporting 802.11h information element
o revised api for set/get tx queue properties
o support for updating CTS in frames when doing packet bursting
o support for querying which tx queues have pending interrupts
2004-12-08 18:06:09 +00:00
Sam Leffler
230d5663fc
This commit was generated by cvs2svn to compensate for changes in r138583,
...
which included commits to RCS files with non-trunk default branches.
2004-12-08 18:06:09 +00:00
Mark Santcroos
697831d611
Oops, remove unnecessary cast in original, out-commented code.
...
This was a debug leftover.
MFC after: 1 week
2004-12-02 00:12:19 +00:00
Mark Santcroos
cdb35b24fe
This commit was generated by cvs2svn to compensate for changes in r138298,
...
which included commits to RCS files with non-trunk default branches.
2004-12-02 00:12:19 +00:00
Mark Santcroos
f42941d3ec
Local change: Supporting code not yet available, use previous behavior
...
instead for the time being. Intel should fix this.
Note that if this commit is correct, it is made on the vendor branch.
We expect the Intel folks to fix it, and we don't want to unnecessarily
take files off the vendor branch.
Approved by: njl
MFC after: 1 week
2004-12-02 00:05:02 +00:00
Mark Santcroos
cc50c2376d
This commit was generated by cvs2svn to compensate for changes in r138296,
...
which included commits to RCS files with non-trunk default branches.
2004-12-02 00:05:02 +00:00
Mark Santcroos
3e5f2bd199
Local change: Remove warnings from vendor files.
...
Approved by: njl
MFC after: 1 week
2004-12-01 23:42:21 +00:00
Mark Santcroos
0f190207e6
Local change: In the resume path, give up after waiting for a while
...
for WAK_STS to be set. Some BIOSs never set it.
Approved by: njl
MFC after: 1 week
2004-12-01 23:40:48 +00:00
Mark Santcroos
40047a89b4
Local change: Put various debugging options under ACPI_DISASSEMBLER.
...
Approved by: njl
MFC after: 1 week
2004-12-01 23:39:45 +00:00
Mark Santcroos
8baa584183
Unchanged files that are off the vendor branch.
...
Approved by: njl
MFC after: 1 week
2004-12-01 23:34:39 +00:00
Mark Santcroos
c846686064
Vendor import of Intel ACPI-CA 20041119
2004-12-01 23:14:10 +00:00
Mark Santcroos
3a36dacc92
This commit was generated by cvs2svn to compensate for changes in r138287,
...
which included commits to RCS files with non-trunk default branches.
2004-12-01 23:14:10 +00:00
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
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
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
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