Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/05/2001 20:49:47
Module Name:	syssrc
Committed By:	thorpej
Date:		Fri Oct  5 17:49:45 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: hme.c
	syssrc/sys/dev/pci: if_hme_pci.c
	syssrc/sys/dev/sbus: if_hme_sbus.c

Log Message:
Minor tidying up of the HME driver attach:
- Print nicer-looking message.
- Use bus_space_subregion() when appropriate, rather than arithmetic
  on a bus_space_handle_t.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 syssrc/sys/dev/ic/hme.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/pci/if_hme_pci.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/sbus/if_hme_sbus.c

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