diff options
Diffstat (limited to 'sys/scsi/cd.c')
-rw-r--r-- | sys/scsi/cd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index 31105662554..f50dfa66037 100644 --- a/sys/scsi/cd.c +++ b/sys/scsi/cd.c @@ -194,9 +194,7 @@ cdattach(parent, self, aux) cd->sc_dk.dk_name = cd->sc_dev.dv_xname; disk_attach(&cd->sc_dk); -#if !defined(i386) - dk_establish(&cd->sc_dk, &cd->sc_dev); /* XXX */ -#endif + dk_establish(&cd->sc_dk, &cd->sc_dev); /* * Note if this device is ancient. This is used in cdminphys(). |