Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/31/2006 14:04:29
Module Name:	src
Committed By:	thorpej
Date:		Tue Oct 31 14:04:29 UTC 2006

Modified Files:
	src/sys/arch/ibmnws/conf: GENERIC
	src/sys/arch/ibmnws/ibmnws: autoconf.c
	src/sys/arch/ibmnws/include: types.h
	src/sys/dev/pci: files.pci if_pcn.c

Log Message:
In the pcn driver:
- Remove the PCN_NO_PROM option.  Instead, query the am79c970-no-eeprom
  property, and read the MAC address from the CSRs if that property is TRUE.

In the ibmnws port:
- Implement device_register().
- In device_register(), set the am79c970-no-eeprom property for the
  built-in Ethernet.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/arch/ibmnws/conf/GENERIC
cvs rdiff -r1.4 -r1.5 src/sys/arch/ibmnws/ibmnws/autoconf.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/ibmnws/include/types.h
cvs rdiff -r1.271 -r1.272 src/sys/dev/pci/files.pci
cvs rdiff -r1.32 -r1.33 src/sys/dev/pci/if_pcn.c

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