Module Name: src Committed By: phx Date: Sun May 16 11:27:50 UTC 2010
Modified Files: src/sys/arch/sandpoint/include: bootinfo.h src/sys/arch/sandpoint/sandpoint: autoconf.c src/sys/arch/sandpoint/stand/netboot: brdsetup.c globals.h main.c skg.c src/sys/dev/pci: if_sk.c Log Message: Make netboot generate a BTINFO_NET bootinfo node for the Synology sk(4) NIC. It will pass the MAC address, which is read from Flash ROM, into the kernel. The kernel creates a "mac-address" device-property, which is used by sk(4), when given, before reading the MAC from its EEPROM. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sandpoint/include/bootinfo.h cvs rdiff -u -r1.19 -r1.20 src/sys/arch/sandpoint/sandpoint/autoconf.c cvs rdiff -u -r1.13 -r1.14 src/sys/arch/sandpoint/stand/netboot/brdsetup.c cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sandpoint/stand/netboot/globals.h cvs rdiff -u -r1.28 -r1.29 src/sys/arch/sandpoint/stand/netboot/main.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sandpoint/stand/netboot/skg.c cvs rdiff -u -r1.66 -r1.67 src/sys/dev/pci/if_sk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.