Peter Wemm
151cd71608
Add the MD ifdefs for amd64 to point to the IO space bustag/handle.
...
Approved by: re ("safe" amd64 support)
2003-05-31 06:45:28 +00:00
John Baldwin
dea7cce585
Add some extra #ifdef stubs so that this compiles on 4.8.
...
Approved by: re (rwatson/bmah)
2003-05-13 16:59:46 +00:00
Nate Lawson
014ed75b27
Move some printfs under bootverbose since they are not true errors.
...
Approved by: re (bmah)
2003-05-12 16:54:55 +00:00
Nate Lawson
51773ddf47
Support functions for the new ACPI import.
...
* AcpiOsDerivePciId(): finds a bus number, given the slot/func and the
acpi parse tree.
* AcpiOsPredefinedOverride(): use the sysctl hw.acpi.os_name to
override the value for _OS.
Ideas from: takawata, jhb
Reviewed by: takawata, marcel
Tested on: i386, ia64
2003-04-29 18:50:34 +00:00
Peter Wemm
30171114b3
Fix a gcc-3.1+ warning.
...
warning: deprecated use of label at end of compound statement
ie: you cannot do this anymore:
switch(foo) {
....
default:
}
2002-03-19 11:02:06 +00:00
Mike Smith
76f2b644fd
Synch with minor changes in the ACPI CA 20011120 snapshot.
2001-11-28 04:36:29 +00:00
Doug Rabson
b0ee13ad5a
Add busspace hacks for ia64.
2001-10-04 08:33:16 +00:00
Mike Smith
9d839ea8e4
Update the OSD module to match the ACPI CA 20010717 import.
...
Submitted by: "Grover, Andrew" <andrew.grover@intel.com> (OsdHardware.c)
2001-07-21 04:10:01 +00:00
Mike Smith
fd660059d9
FreeBSD-specific OSD (operating system dependant) modules for the Intel
...
ACPICA code.
2000-10-28 06:56:15 +00:00