Date: Wed, 31 Aug 2005 18:09:54 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/txp if_txp.c Message-ID: <200508311809.j7VI9sbW017911@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508311809.j7VI9sbW017911>
