Changeset a7c4314d in rtems
- Timestamp:
- 01/19/99 20:23:15 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7d0dbf1a
- Parents:
- eb6fafd
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/lib/tftpDriver.c
reb6fafd ra7c4314d 140 140 * Initialize the TFTP driver 141 141 */ 142 /* XXX change name to rtems_bsdnet_initialize_tftp_filesystem ("mountpt") */ 143 /* XXX this won't be a driver when we are finished */ 142 144 rtems_device_driver rtems_tftp_initialize( 143 145 rtems_device_major_number major, … … 159 161 if (sc != RTEMS_SUCCESSFUL) 160 162 return sc; 163 /* XXX change to a mount */ 161 164 rtems_io_register_name (TFTP_PATHNAME_PREFIX, major, minor); 162 165 return RTEMS_SUCCESSFUL; … … 311 314 rtems_status_code sc; 312 315 316 /* XXX change to eval_path/open */ 313 317 /* 314 318 * Read-only for now -
c/src/lib/libnetworking/lib/tftpDriver.c
reb6fafd ra7c4314d 140 140 * Initialize the TFTP driver 141 141 */ 142 /* XXX change name to rtems_bsdnet_initialize_tftp_filesystem ("mountpt") */ 143 /* XXX this won't be a driver when we are finished */ 142 144 rtems_device_driver rtems_tftp_initialize( 143 145 rtems_device_major_number major, … … 159 161 if (sc != RTEMS_SUCCESSFUL) 160 162 return sc; 163 /* XXX change to a mount */ 161 164 rtems_io_register_name (TFTP_PATHNAME_PREFIX, major, minor); 162 165 return RTEMS_SUCCESSFUL; … … 311 314 rtems_status_code sc; 312 315 316 /* XXX change to eval_path/open */ 313 317 /* 314 318 * Read-only for now -
c/src/libnetworking/lib/tftpDriver.c
reb6fafd ra7c4314d 140 140 * Initialize the TFTP driver 141 141 */ 142 /* XXX change name to rtems_bsdnet_initialize_tftp_filesystem ("mountpt") */ 143 /* XXX this won't be a driver when we are finished */ 142 144 rtems_device_driver rtems_tftp_initialize( 143 145 rtems_device_major_number major, … … 159 161 if (sc != RTEMS_SUCCESSFUL) 160 162 return sc; 163 /* XXX change to a mount */ 161 164 rtems_io_register_name (TFTP_PATHNAME_PREFIX, major, minor); 162 165 return RTEMS_SUCCESSFUL; … … 311 314 rtems_status_code sc; 312 315 316 /* XXX change to eval_path/open */ 313 317 /* 314 318 * Read-only for now -
cpukit/libnetworking/lib/tftpDriver.c
reb6fafd ra7c4314d 140 140 * Initialize the TFTP driver 141 141 */ 142 /* XXX change name to rtems_bsdnet_initialize_tftp_filesystem ("mountpt") */ 143 /* XXX this won't be a driver when we are finished */ 142 144 rtems_device_driver rtems_tftp_initialize( 143 145 rtems_device_major_number major, … … 159 161 if (sc != RTEMS_SUCCESSFUL) 160 162 return sc; 163 /* XXX change to a mount */ 161 164 rtems_io_register_name (TFTP_PATHNAME_PREFIX, major, minor); 162 165 return RTEMS_SUCCESSFUL; … … 311 314 rtems_status_code sc; 312 315 316 /* XXX change to eval_path/open */ 313 317 /* 314 318 * Read-only for now
Note: See TracChangeset
for help on using the changeset viewer.