8644dce05c
(1) the if_prom code needs to be cleaned up quite a bit (right now it hard-codes client's ethernet address), and (2) much of this code (esp: getsecs.c, netboot.c, newvers.sh, rpcc.S) should be shared with other Alpha boot blocks, and dev_net.[ch] should maybe go in libsa proper.
7 lines
125 B
C
7 lines
125 B
C
|
|
int net_open __P((struct open_file *, ...));
|
|
int net_close __P((struct open_file *));
|
|
int net_ioctl();
|
|
int net_strategy();
|
|
|