+/* net.c
+ * Top-level network glue code
+ * NetWatch system management mode administration console
+ *
+ * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved.
+ * This program is free software; you can redistribute and/or modify it under
+ * the terms found in the file LICENSE in the root of this source tree.
+ *
+ */
+
#include <pci.h>
#include <smram.h>
#include <pci-bother.h>
// outputf("NIC: Transmit packet");
- nic->transmit(p);
+ nic->transmit(nic, p);
LINK_STATS_INC(link.xmit);