--- Gnu-Mach/linux/src/drivers/net/at1700.c 2020/09/02 04:41:40 1.1 +++ Gnu-Mach/linux/src/drivers/net/at1700.c 2020/09/02 04:49:12 1.1.1.3 @@ -258,7 +258,7 @@ int at1700_probe1(struct device *dev, in outb(0x00, ioaddr + CONFIG_1); if (net_debug) - printk(version); + printk("%s", version); /* Initialize the device structure. */ dev->priv = kmalloc(sizeof(struct net_local), GFP_KERNEL); @@ -595,7 +595,9 @@ net_rx(struct device *dev) /* The inverse routine to net_open(). */ static int net_close(struct device *dev) { +#if 0 struct net_local *lp = (struct net_local *)dev->priv; +#endif int ioaddr = dev->base_addr; dev->tbusy = 1;