Space.c (1da177e4c3f41524e886b7f1b8a0c1fc7321cac2) | Space.c (02c30a84e6298b6b20a56f0896ac80b47839e134) |
---|---|
1/* 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 3 * operating system. INET is implemented using the BSD Socket 4 * interface as the means of communication with the user level. 5 * 6 * Holds initial configuration information for devices. 7 * 8 * Version: @(#)Space.c 1.0.7 08/12/93 9 * | 1/* 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 3 * operating system. INET is implemented using the BSD Socket 4 * interface as the means of communication with the user level. 5 * 6 * Holds initial configuration information for devices. 7 * 8 * Version: @(#)Space.c 1.0.7 08/12/93 9 * |
10 * Authors: Ross Biro, <bir7@leland.Stanford.Edu> | 10 * Authors: Ross Biro |
11 * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> 12 * Donald J. Becker, <becker@scyld.com> 13 * 14 * Changelog: 15 * Stephen Hemminger (09/2003) 16 * - get rid of pre-linked dev list, dynamic device allocation 17 * Paul Gortmaker (03/2002) 18 * - struct init cleanup, enable multiple ISA autoprobes. --- 394 unchanged lines hidden --- | 11 * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> 12 * Donald J. Becker, <becker@scyld.com> 13 * 14 * Changelog: 15 * Stephen Hemminger (09/2003) 16 * - get rid of pre-linked dev list, dynamic device allocation 17 * Paul Gortmaker (03/2002) 18 * - struct init cleanup, enable multiple ISA autoprobes. --- 394 unchanged lines hidden --- |