Re: SB1000 cable modem and /proc

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 10 Aug 1999 14:35:15 +0100 (BST)


> connection is made the device is failed to register and I get in
> /var/log/messages: sb1000: failed to register device (io: 000,000 irq:
> 7)" When i try to add it directly in the kernel I get the error

I/O 000,000 sort of implies you didn't set the I/O address up

> message when compiling the kernel: Space.c:828: `sb1000_probe' undeclared here
> (not in a function)
> Space.c:828: initializer element for `sb1000_dev.init' is not constant.

oops yes. That should read

extern int sb1000_probe(struct device *dev)

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/