summaryrefslogtreecommitdiffstats
path: root/sys/dev/idt
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2002-10-02 04:47:52 +0000
committermdodd <mdodd@FreeBSD.org>2002-10-02 04:47:52 +0000
commit8c002c3888127a0d4f8f6e05fb59dc16bbe23c62 (patch)
tree7befec476704899746c6491c4a6267e0e58582a2 /sys/dev/idt
parentf005de54e0d5bb9ccccc4ac9ced19cf1accc1794 (diff)
downloadFreeBSD-src-8c002c3888127a0d4f8f6e05fb59dc16bbe23c62.zip
FreeBSD-src-8c002c3888127a0d4f8f6e05fb59dc16bbe23c62.tar.gz
Use more standard variable names for modevent functions.
Diffstat (limited to 'sys/dev/idt')
-rw-r--r--sys/dev/idt/idt_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/idt/idt_pci.c b/sys/dev/idt/idt_pci.c
index c2fe260..69b8e2e 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),
OpenPOWER on IntegriCloud