Don't call cdevsw_add().

This commit is contained in:
phk 2001-11-04 11:56:22 +00:00
parent b1912eb177
commit b102b404f9

View File

@ -191,7 +191,6 @@ disk_create(int unit, struct disk *dp, int flags, struct cdevsw *cdevsw, struct
proto->d_ioctl = diskioctl;
proto->d_strategy = diskstrategy;
proto->d_psize = diskpsize;
cdevsw_add(proto);
}
if (bootverbose)