summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_ipw.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_ipw.c b/sys/dev/pci/if_ipw.c
index 8d52f01f414..3cc2e17ce46 100644
--- a/sys/dev/pci/if_ipw.c
+++ b/sys/dev/pci/if_ipw.c
@@ -1,4 +1,4 @@
-/* $Id: if_ipw.c,v 1.25 2004/11/18 21:02:42 damien Exp $ */
+/* $Id: if_ipw.c,v 1.26 2004/11/20 16:28:31 damien Exp $ */
/*-
* Copyright (c) 2004
@@ -1648,8 +1648,6 @@ ipw_load_ucode(struct ipw_softc *sc, u_char *uc, int size)
MEM_WRITE_1(sc, 0x210000, 0x00);
MEM_WRITE_1(sc, 0x210000, 0x80);
- free(uc, M_DEVBUF);
-
for (ntries = 0; ntries < 100; ntries++) {
if (MEM_READ_1(sc, 0x210000) & 1)
break;