cvs commit: src/sys/dev/usb if_rue.c

Larry Rosenman ler at lerctr.org
Mon Jul 9 20:11:18 UTC 2007


===> rue (all)
cc -O1 -pipe  -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc
-DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/BORG/opt_global.h
-I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100
--param large-function-growth=1000 -fno-common -g -fno-omit-frame-pointer
-I/usr/obj/usr/src/sys/BORG -mcmodel=kernel -mno-red-zone  -mfpmath=387
-mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
-fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -c
/usr/src/sys/modules/rue/../../dev/usb/if_rue.c
/usr/src/sys/modules/rue/../../dev/usb/if_rue.c: In function 'rue_attach':
/usr/src/sys/modules/rue/../../dev/usb/if_rue.c:598: error: 'struct
rue_softc' has no member named 'rue_tick_task'
/usr/src/sys/modules/rue/../../dev/usb/if_rue.c:598: error: 'struct
rue_softc' has no member named 'rue_tick_task'
/usr/src/sys/modules/rue/../../dev/usb/if_rue.c:598: warning: left-hand
operand of comma expression has no effect
/usr/src/sys/modules/rue/../../dev/usb/if_rue.c:598: error: 'struct
rue_softc' has no member named 'rue_tick_task'
/usr/src/sys/modules/rue/../../dev/usb/if_rue.c:598: warning: left-hand
operand of comma expression has no effect
/usr/src/sys/modules/rue/../../dev/usb/if_rue.c: In function 'rue_detach':
/usr/src/sys/modules/rue/../../dev/usb/if_rue.c:710: error: 'struct
rue_softc' has no member named 'rue_tick_task'
/usr/src/sys/modules/rue/../../dev/usb/if_rue.c: In function 'rue_tick':
/usr/src/sys/modules/rue/../../dev/usb/if_rue.c:931: error: 'struct
rue_softc' has no member named 'rue_tick_task'
*** Error code 1

Stop in /usr/src/sys/modules/rue.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/obj/usr/src/sys/BORG.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
^C[1] +  Done(1)                 make buildkernel >make.bk.out 2>&1 &
#

-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 512-248-2683                E-Mail: ler at lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893


-----Original Message-----
From: owner-cvs-all at freebsd.org [mailto:owner-cvs-all at freebsd.org] On Behalf
Of Warner Losh
Sent: Monday, July 09, 2007 11:58 AM
To: src-committers at FreeBSD.org; cvs-src at FreeBSD.org; cvs-all at FreeBSD.org
Subject: cvs commit: src/sys/dev/usb if_rue.c

imp         2007-07-09 16:58:08 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          if_rue.c 
  Log:
  When all the other drivers were converted to scheduling a taskqueue to
  do the heavy lifting of the 'mii_tick' function, rue was left behind.
  Implement this in a naive way.  Reports from the field show this makes
  the driver functional with some locking issues, as opposed to an
  instant panic.  Those will be addressed in a later version of the
  driver.
  
  Approved by: re@ (bmah)
  
  Revision  Changes    Path
  1.40      +18 -0     src/sys/dev/usb/if_rue.c
_______________________________________________
cvs-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"



More information about the cvs-src mailing list