cvs commit: src/sys/dev/cx if_cx.c src/sys/dev/cy cy.c src/sys/dev/sio sio.c src/sys/pc98/pc98 sio.c

John Baldwin jhb at FreeBSD.org
Mon Jun 28 09:17:11 PDT 2004


jhb         2004-06-28 16:17:11 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cx           if_cx.c 
    sys/dev/cy           cy.c 
    sys/dev/sio          sio.c 
    sys/pc98/pc98        sio.c 
  Log:
  - Shorten the names for the TTY related swi interrupt handlers as the
    'tty:' prefix is largely redundant.
  - Fix the priority of the low-priority TTY SWIs that are hung off of the
    softclock thread.
  
  Submitted by:   bde (2)
  
  Revision  Changes    Path
  1.25      +1 -1      src/sys/dev/cx/if_cx.c
  1.157     +2 -2      src/sys/dev/cy/cy.c
  1.445     +2 -2      src/sys/dev/sio/sio.c
  1.222     +2 -2      src/sys/pc98/pc98/sio.c


More information about the cvs-src mailing list