diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-10-02 04:47:52 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-10-02 04:47:52 +0000 |
| commit | 945a11211b8f0545eb72d974099cd7df64cd0082 (patch) | |
| tree | 7befec476704899746c6491c4a6267e0e58582a2 /sys/dev/idt/idt_pci.c | |
| parent | c12ef98f270ac3c6c8bd294a7038fdf944733724 (diff) | |
Notes
Diffstat (limited to 'sys/dev/idt/idt_pci.c')
| -rw-r--r-- | sys/dev/idt/idt_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/idt/idt_pci.c b/sys/dev/idt/idt_pci.c index c2fe260a918f..69b8e2e5e5a0 100644 --- a/sys/dev/idt/idt_pci.c +++ b/sys/dev/idt/idt_pci.c @@ -267,13 +267,13 @@ idt_free (device_t dev) } static int -idt_modevent (module_t mod, int what, void *arg) +idt_modevent (module_t mod, int type, void *data) { int error; error = 0; - switch (what) { + switch (type) { case MOD_LOAD: idt_nif_zone = uma_zcreate("idt nif", sizeof(struct atm_nif), |
