aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-10-19 17:12:28 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-10-19 17:12:28 +0000
commit74121ffc35caa5944ec858741c0f4e2299159f26 (patch)
tree4b7607ebb4ec93e08140e8744b9f48e869a8ab72
parentc0593e34b75b670f98f730106bb4dd78b30bb1a0 (diff)
Notes
-rw-r--r--sys/amd64/amd64/legacy.c5
-rw-r--r--sys/amd64/amd64/nexus.c5
-rw-r--r--sys/i386/i386/legacy.c5
-rw-r--r--sys/i386/i386/nexus.c5
4 files changed, 0 insertions, 20 deletions
diff --git a/sys/amd64/amd64/legacy.c b/sys/amd64/amd64/legacy.c
index c707b0510ad4..ec9c186fbb35 100644
--- a/sys/amd64/amd64/legacy.c
+++ b/sys/amd64/amd64/legacy.c
@@ -221,11 +221,6 @@ nexus_attach(device_t dev)
panic("nexus_attach isa");
device_probe_and_attach(child);
}
-
- child = device_add_child(dev, "pccard", 0, 0);
- if (child == NULL)
- panic("nexus_probe pccard");
- device_probe_and_attach(child);
return 0;
}
diff --git a/sys/amd64/amd64/nexus.c b/sys/amd64/amd64/nexus.c
index c707b0510ad4..ec9c186fbb35 100644
--- a/sys/amd64/amd64/nexus.c
+++ b/sys/amd64/amd64/nexus.c
@@ -221,11 +221,6 @@ nexus_attach(device_t dev)
panic("nexus_attach isa");
device_probe_and_attach(child);
}
-
- child = device_add_child(dev, "pccard", 0, 0);
- if (child == NULL)
- panic("nexus_probe pccard");
- device_probe_and_attach(child);
return 0;
}
diff --git a/sys/i386/i386/legacy.c b/sys/i386/i386/legacy.c
index c707b0510ad4..ec9c186fbb35 100644
--- a/sys/i386/i386/legacy.c
+++ b/sys/i386/i386/legacy.c
@@ -221,11 +221,6 @@ nexus_attach(device_t dev)
panic("nexus_attach isa");
device_probe_and_attach(child);
}
-
- child = device_add_child(dev, "pccard", 0, 0);
- if (child == NULL)
- panic("nexus_probe pccard");
- device_probe_and_attach(child);
return 0;
}
diff --git a/sys/i386/i386/nexus.c b/sys/i386/i386/nexus.c
index c707b0510ad4..ec9c186fbb35 100644
--- a/sys/i386/i386/nexus.c
+++ b/sys/i386/i386/nexus.c
@@ -221,11 +221,6 @@ nexus_attach(device_t dev)
panic("nexus_attach isa");
device_probe_and_attach(child);
}
-
- child = device_add_child(dev, "pccard", 0, 0);
- if (child == NULL)
- panic("nexus_probe pccard");
- device_probe_and_attach(child);
return 0;
}