diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-10-19 17:12:28 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-10-19 17:12:28 +0000 |
| commit | 74121ffc35caa5944ec858741c0f4e2299159f26 (patch) | |
| tree | 4b7607ebb4ec93e08140e8744b9f48e869a8ab72 /sys/amd64 | |
| parent | c0593e34b75b670f98f730106bb4dd78b30bb1a0 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/legacy.c | 5 | ||||
| -rw-r--r-- | sys/amd64/amd64/nexus.c | 5 |
2 files changed, 0 insertions, 10 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; } |
