diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-12-18 18:42:02 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-12-18 18:42:02 +0000 |
| commit | d961068fba77dcf96946a2c08822c4f75bec81bf (patch) | |
| tree | e805163dde870293327c2a15b5e9e2cc3d13bd71 /sys/dev/pcic | |
| parent | 068c487f19ca7864b4fa3cd88185f2d278957bbb (diff) | |
Notes
Diffstat (limited to 'sys/dev/pcic')
| -rw-r--r-- | sys/dev/pcic/i82365.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pcic/i82365.c b/sys/dev/pcic/i82365.c index eeb03044aa56..818e536c6188 100644 --- a/sys/dev/pcic/i82365.c +++ b/sys/dev/pcic/i82365.c @@ -487,7 +487,7 @@ pcic_create_event_thread(void *arg) } if (kthread_create(pcic_event_thread, h, &h->event_thread, - RFTHREAD, "%s,%s", device_get_name(PCIC_H2SOFTC(h)->dev), cs)) { + 0 "%s,%s", device_get_name(PCIC_H2SOFTC(h)->dev), cs)) { device_printf(PCIC_H2SOFTC(h)->dev, "cannot create event thread for sock 0x%02x\n", h->sock); panic("pcic_create_event_thread"); |
