mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Remove warning introduced by the last committer.
This commit is contained in:
parent
b405a21dd1
commit
b3a941181e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41738
@ -24,7 +24,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_ed.c,v 1.145 1998/09/13 22:15:44 eivind Exp $
|
||||
* $Id: if_ed.c,v 1.146 1998/10/22 05:58:38 bde Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -3468,7 +3468,7 @@ edpnp_attach(u_long csn, u_long vend_id, char *name, struct isa_device *dev)
|
||||
|
||||
dev->id_iobase = d.port[0];
|
||||
dev->id_irq = (1 << d.irq[0]);
|
||||
dev->id_intr = edintr;
|
||||
dev->id_ointr = edintr;
|
||||
dev->id_drq = -1;
|
||||
|
||||
if (dev->id_driver == NULL) {
|
||||
|
@ -24,7 +24,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_ed.c,v 1.145 1998/09/13 22:15:44 eivind Exp $
|
||||
* $Id: if_ed.c,v 1.146 1998/10/22 05:58:38 bde Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -3468,7 +3468,7 @@ edpnp_attach(u_long csn, u_long vend_id, char *name, struct isa_device *dev)
|
||||
|
||||
dev->id_iobase = d.port[0];
|
||||
dev->id_irq = (1 << d.irq[0]);
|
||||
dev->id_intr = edintr;
|
||||
dev->id_ointr = edintr;
|
||||
dev->id_drq = -1;
|
||||
|
||||
if (dev->id_driver == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user