CVS commit: src/sys/arch/i386/stand/netboot

2024-06-29 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sat Jun 29 07:36:04 UTC 2024

Removed Files:
src/sys/arch/i386/stand/netboot: Makefile Makefile.netboot conf.c
dev_net.c dev_net.h devopen.c main.c start_rom.S version
src/sys/arch/i386/stand/netboot/3c509: Makefile
src/sys/arch/i386/stand/netboot/3c590: Makefile
src/sys/arch/i386/stand/netboot/3c90xb: Makefile
src/sys/arch/i386/stand/netboot/i82557: Makefile
src/sys/arch/i386/stand/netboot/ne2000_isa: Makefile
src/sys/arch/i386/stand/netboot/pcnet_isapnp: Makefile
src/sys/arch/i386/stand/netboot/pcnet_pci: Makefile
src/sys/arch/i386/stand/netboot/wd80x3: Makefile

Log Message:
i386: netboot: Removed; unhooked since 2012 in prefer of pxeboot

netboot has its own NIC drivers and boots machine without help of PXE BIOS.
It had not been built nor received maintenance during the last decade.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r0 src/sys/arch/i386/stand/netboot/Makefile
cvs rdiff -u -r1.11 -r0 src/sys/arch/i386/stand/netboot/Makefile.netboot
cvs rdiff -u -r1.4 -r0 src/sys/arch/i386/stand/netboot/conf.c
cvs rdiff -u -r1.16 -r0 src/sys/arch/i386/stand/netboot/dev_net.c
cvs rdiff -u -r1.3 -r0 src/sys/arch/i386/stand/netboot/dev_net.h \
src/sys/arch/i386/stand/netboot/start_rom.S
cvs rdiff -u -r1.8 -r0 src/sys/arch/i386/stand/netboot/devopen.c \
src/sys/arch/i386/stand/netboot/version
cvs rdiff -u -r1.18 -r0 src/sys/arch/i386/stand/netboot/main.c
cvs rdiff -u -r1.1 -r0 src/sys/arch/i386/stand/netboot/3c509/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/arch/i386/stand/netboot/3c590/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/arch/i386/stand/netboot/3c90xb/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/arch/i386/stand/netboot/i82557/Makefile
cvs rdiff -u -r1.4 -r0 src/sys/arch/i386/stand/netboot/ne2000_isa/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/arch/i386/stand/netboot/pcnet_isapnp/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/arch/i386/stand/netboot/pcnet_pci/Makefile
cvs rdiff -u -r1.2 -r0 src/sys/arch/i386/stand/netboot/wd80x3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/i386/stand/netboot

2024-06-29 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sat Jun 29 07:36:04 UTC 2024

Removed Files:
src/sys/arch/i386/stand/netboot: Makefile Makefile.netboot conf.c
dev_net.c dev_net.h devopen.c main.c start_rom.S version
src/sys/arch/i386/stand/netboot/3c509: Makefile
src/sys/arch/i386/stand/netboot/3c590: Makefile
src/sys/arch/i386/stand/netboot/3c90xb: Makefile
src/sys/arch/i386/stand/netboot/i82557: Makefile
src/sys/arch/i386/stand/netboot/ne2000_isa: Makefile
src/sys/arch/i386/stand/netboot/pcnet_isapnp: Makefile
src/sys/arch/i386/stand/netboot/pcnet_pci: Makefile
src/sys/arch/i386/stand/netboot/wd80x3: Makefile

Log Message:
i386: netboot: Removed; unhooked since 2012 in prefer of pxeboot

netboot has its own NIC drivers and boots machine without help of PXE BIOS.
It had not been built nor received maintenance during the last decade.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r0 src/sys/arch/i386/stand/netboot/Makefile
cvs rdiff -u -r1.11 -r0 src/sys/arch/i386/stand/netboot/Makefile.netboot
cvs rdiff -u -r1.4 -r0 src/sys/arch/i386/stand/netboot/conf.c
cvs rdiff -u -r1.16 -r0 src/sys/arch/i386/stand/netboot/dev_net.c
cvs rdiff -u -r1.3 -r0 src/sys/arch/i386/stand/netboot/dev_net.h \
src/sys/arch/i386/stand/netboot/start_rom.S
cvs rdiff -u -r1.8 -r0 src/sys/arch/i386/stand/netboot/devopen.c \
src/sys/arch/i386/stand/netboot/version
cvs rdiff -u -r1.18 -r0 src/sys/arch/i386/stand/netboot/main.c
cvs rdiff -u -r1.1 -r0 src/sys/arch/i386/stand/netboot/3c509/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/arch/i386/stand/netboot/3c590/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/arch/i386/stand/netboot/3c90xb/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/arch/i386/stand/netboot/i82557/Makefile
cvs rdiff -u -r1.4 -r0 src/sys/arch/i386/stand/netboot/ne2000_isa/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/arch/i386/stand/netboot/pcnet_isapnp/Makefile
cvs rdiff -u -r1.1 -r0 src/sys/arch/i386/stand/netboot/pcnet_pci/Makefile
cvs rdiff -u -r1.2 -r0 src/sys/arch/i386/stand/netboot/wd80x3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.