Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 05/01/2000 08:08:58
Module Name:	syssrc
Committed By:	tsutsui
Date:		Mon May  1 15:08:55 UTC 2000

Modified Files:
	syssrc/sys/dev/cardbus: if_rl_cardbus.c
	syssrc/sys/dev/ic: rtl81x9.c rtl81x9var.h
	syssrc/sys/dev/pci: if_rl_pci.c

Log Message:
- Move some initialization into MI rl_attach() from each bus attachment.
- Use proper CARDBUS_* macro in if_rl_cardbus.c
- Use product ID read from PCI configuration space rather than from EEPROM
  in if_rl_pci.c.

Patch sent from Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp> and
some cosmetic changes by me.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/cardbus/if_rl_cardbus.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/ic/rtl81x9.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/ic/rtl81x9var.h
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/pci/if_rl_pci.c

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