tshiozak
fe6f56bfb7
add support for the per-device power management capability.
...
int pci_set_powerstate(pci_chipset_tag_t pc, pcitag_t tag, int newstate)
set power state of the device to newstate.
int pci_get_powerstate(pci_chipset_tag_t pc, pcitag_t tag)
get current power state of the device.
In the future, these functions will be used for ACPI support.
2002-06-18 13:18:37 +00:00
drochner
93755862ca
make it compile with ACPI_DEBUG
2002-06-18 10:26:15 +00:00
tshiozak
368090887b
add MI part of ACPI sleep state transition code.
...
However, we have no interface to use it, and we also need device driver
support. (e.g. D2/D3 support for PCI)
2002-06-18 08:09:21 +00:00
augustss
b281015496
Regen.
2002-06-18 01:02:39 +00:00
augustss
c76a2b70d7
Another Atmel chip.
2002-06-18 01:02:15 +00:00
augustss
cdfeb5f2ff
Regen.
2002-06-18 00:32:55 +00:00
augustss
81779a3b41
Add another scanner.
2002-06-18 00:32:30 +00:00
christos
8bb4772dd8
move spic_acpi to arch/i386/acpi
2002-06-17 22:39:25 +00:00
christos
4b396d8f13
AcpiUtGetObjectTypeName is not defined if we are not debugging.
2002-06-17 22:30:07 +00:00
jdolecek
1d64dfa199
regen:
...
add VIA Technologies VT8653 and VT8633 entries
move VT82C686A_MC97 entry to where it numerically belongs
2002-06-17 14:08:25 +00:00
jdolecek
8a8c3e3040
add VIA Technologies VT8653 and VT8633 entries
...
move VT82C686A_MC97 entry to where it numerically belongs
2002-06-17 14:07:14 +00:00
kanaoka
23508069b7
- Show SCI interrupt information.
...
- Remove ACPI_STA_DEV_SHOW from device check in acpi_build_tree().
2002-06-17 08:18:51 +00:00
martin
802d01cc19
Add support for Zcomax/ELSA XI325. From Jasper Wallace in PR 17252.
2002-06-17 07:47:33 +00:00
martin
1afa7ca375
Regen (XI325 Wireless LAN added)
2002-06-17 07:40:31 +00:00
martin
c7a70b196f
Add ELSA XI325 Wireless LAN, from Jasper Wallace
2002-06-17 07:38:42 +00:00
augustss
0c3e1ecc44
Match Sony Clie 4.1.
2002-06-16 15:01:31 +00:00
augustss
a66fe6523b
Regen.
2002-06-16 15:00:41 +00:00
augustss
72ec9576e9
Add Sony Clie 4.1 devices.
2002-06-16 15:00:18 +00:00
augustss
9b2766b49b
Use different quirks for Sony Memory Stick. From John Heasley in kern/16946.
...
Also don't munge all sony devices when patching subclass.
2002-06-16 14:59:58 +00:00
thorpej
5dfc880fdd
* #if 0 ACPI_DISABLE_IRQS() and ACPI_ENABLE_IRQS(); they're not used.
...
* Fill in ACPI_ACQUIRE_GLOBAL_LOCK() and ACPI_RELEASE_GLOBAL_LOCK()
(copied from FreeBSD just to get it working -- room for improvement,
here).
2002-06-15 18:59:03 +00:00
thorpej
17848b05a8
Update for acpica-unix-20020612. From Takayoshi Kochi.
2002-06-15 18:01:05 +00:00
thorpej
1b7848b55b
Remove a locally-added static from several functions, now that
...
the master sources have added extern prototypes for them.
2002-06-15 17:59:50 +00:00
thorpej
aed30267cd
Update for acpica-unix-20020612.
2002-06-15 17:58:34 +00:00
thorpej
d24f2ef86a
Don't define DEBUGGER_THREADING if it's already defined.
2002-06-15 17:56:48 +00:00
thorpej
d1da74ff06
Delete files not present in acpica-unix-20020612.
2002-06-15 01:59:29 +00:00
thorpej
932e9074c8
Update for acpica-unix-20020612.
2002-06-15 01:58:23 +00:00
thorpej
bd5d00a47f
Add RCS IDs.
2002-06-15 01:52:19 +00:00
thorpej
c510528ce7
Resolve conflicts from acpica-unix-20020612 import.
2002-06-15 01:47:07 +00:00
mjacob
fc73c60a36
Add support for ISP_FC_GETHINFO which can tell you connection topology,
...
current speed, loopid, etc.
2002-06-15 00:20:18 +00:00
mjacob
aaa250cade
Roll version minor.
...
Add DEFAULT_FRAMESIZE/DEFAULT_EXEC_THROTTLE/ISPASYNC_FW_RESTARTED
defines.
2002-06-15 00:18:02 +00:00
mjacob
168ee5d9a6
keep target mode up to date.
2002-06-15 00:17:28 +00:00
mjacob
e02259aa26
Add support for ISP_FC_GETHINFO which can tell you connection topology,
...
current speed, loopid, etc.
2002-06-15 00:17:07 +00:00
mjacob
942d8435f7
Make sure we set maxluns even if isp_touched is already set.
...
Do a fallback on reading stuff from the fabric. Some devices/initiators
don't correctly register their type with the fabric nameserver. This
seems to be due to a misinterpretation of what TYPE should mean for a
CT_HDR. In any case, do a fallback to try and catch these misentered
entities.
Add some stuff for default framesize and throttle. Fix some buglets.
2002-06-15 00:16:26 +00:00
mjacob
f76122c26b
Make all 23XX cards 'touched'. We seem to, too often, hang when trying
...
to run ABOUT FIRMWARE at the first isp_reset call. We *do* check for
the registers being set with values which would tell us if there's
firmware running or not- but this seems to not always work. It's not
essential, so move on.
2002-06-15 00:11:36 +00:00
thorpej
3b40046c9a
Import the Intel ACPICA Unix 20020612 release.
2002-06-14 23:36:27 +00:00
thorpej
5b5608e8b2
Use M_IFMADDR instead of M_IPMADDR. From John Franklin, kern/16251.
2002-06-14 15:21:45 +00:00
thorpej
05c37016cb
Map the device's memory space with BUS_SPACE_MAP_LINEAR, since we
...
need to be able to access it as such.
Fixes kern/17114.
2002-06-14 15:15:23 +00:00
ragge
e665b4e35e
Must check B_PHYS, not b_proc, if it is DMA to userspace, otherwise the
...
machine will crash. This fixes a panic when a Unibus adapter runs out
of map registers (happens frequently), reported by Johnny Billquist.
2002-06-14 11:57:21 +00:00
wiz
51a583ff09
Make tabbing consistent. From Julio Merino in misc/17256.
2002-06-14 10:01:27 +00:00
augustss
b6c5332498
Add copyright notice (thanks itojun).
2002-06-13 16:48:34 +00:00
augustss
74cfa48c7d
Use consistent naming.
2002-06-13 15:27:23 +00:00
dsainty
4cfd804df5
Regen.
2002-06-13 11:16:11 +00:00
dsainty
5c6618951c
Add 3com Bluetooth adapter
2002-06-13 11:11:08 +00:00
bouyer
6280502d5f
Bump delay() between reset and IDENTIFY from 100 to 5000. Some ATAPI devices
...
wedge when talking to them too soon, and incorrectly react to WDC_RESET.
Close PR kern/17208 by Paul Goyette.
2002-06-12 09:55:47 +00:00
someya
f4076c7aff
Make the yds driver work on big-endian systems.
2002-06-10 16:58:57 +00:00
cjs
a8056945a4
Recognise the VT8233A ATA100 controller and use Ultra-DMA mode 5 with it.
2002-06-10 08:41:11 +00:00
cjs
d4dfe8676c
Regenerate.
2002-06-10 08:38:27 +00:00
cjs
405914fc9b
Add Viatech VT8233A PCI-ISA Bridge.
2002-06-10 08:30:29 +00:00
taca
3fff4029d4
Add support for VIA Technologies's VT8231 IDE Controller to ATA/100.
2002-06-09 16:52:26 +00:00
taca
800e08ba3b
Regen.
2002-06-09 16:51:32 +00:00