diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-11-04 09:07:23 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-11-04 09:07:23 +0000 |
| commit | 9f441d5a6d9c984c54be5d5404563de77fde4357 (patch) | |
| tree | 43e706d0b2dae39728b12e76211298e3ff612df3 | |
| parent | 20a3b67cb27b7b8045b9aac98231ecafb7530b15 (diff) | |
Notes
| -rw-r--r-- | sys/i386/isa/asc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/i386/isa/asc.c b/sys/i386/isa/asc.c index 9042fbc48e65..ca90a0d91eb3 100644 --- a/sys/i386/isa/asc.c +++ b/sys/i386/isa/asc.c @@ -371,10 +371,6 @@ ascprobe (struct isa_device *isdp) int unit = isdp->id_unit; struct asc_unit *scu = unittab + unit; int stb; - static int once; - - if (!once++) - cdevsw_add(&asc_cdevsw); scu->base = isdp->id_iobase; /*** needed by the following macros ***/ scu->flags = FLAG_DEBUG; |
