cvs commit: src/sys/dev/txp if_txp.c

John Baldwin jhb at FreeBSD.org
Wed Aug 31 18:09:54 GMT 2005


jhb         2005-08-31 18:09:54 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/txp          if_txp.c 
  Log:
  - Only call txp_release_resources() once if attach fails.
  - Set errno to ENXIO instead of 0 in several attach failure cases.
  - Setup the interrupt handler at the very end of txp_attach() after
    ether_ifattach().
  - Various whitespace fixes in function prototypes.
  
  Revision  Changes    Path
  1.34      +31 -38    src/sys/dev/txp/if_txp.c


More information about the cvs-all mailing list