aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pcic
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-04-04 04:12:43 +0000
committerWarner Losh <imp@FreeBSD.org>2000-04-04 04:12:43 +0000
commit1b239080820fb6513df001f7190e956807639b15 (patch)
tree487d8c6fa175bf8d79ce68cf5fba426b1d5a21ce /sys/dev/pcic
parent0d1337c6fa1959e0a12243acb986b3d155a2d21d (diff)
Notes
Diffstat (limited to 'sys/dev/pcic')
-rw-r--r--sys/dev/pcic/i82365.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pcic/i82365.c b/sys/dev/pcic/i82365.c
index 265d2902c59e..2e270776ac4b 100644
--- a/sys/dev/pcic/i82365.c
+++ b/sys/dev/pcic/i82365.c
@@ -1299,7 +1299,7 @@ pcic_enable_socket(device_t dev, device_t child)
int
pcic_disable_socket(device_t dev, device_t child)
{
- struct pcic_handle *h = NULL; /* XXXIMPXXX */
+ struct pcic_handle *h = pcic_get_handle(dev, child);
DPRINTF(("pcic_chip_socket_disable\n"));
/* power down the socket */