Subject: CVS commit: src/sys/dev/cardbus
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 12/23/2002 04:19:23
Module Name:	src
Committed By:	tsutsui
Date:		Mon Dec 23 02:19:23 UTC 2002

Modified Files:
	src/sys/dev/cardbus: if_rtk_cardbus.c

Log Message:
Sync with if_rtk_pci.c:
- Fix typo in printf message.
- Don't use PCI_PRODUCT_DELTA_8139 (0x1360) for args of cardbus_conf_read()
  and cardbus_conf_write(); use CARDBUS_INTERRUPT_REG (0x3c) instead.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/cardbus/if_rtk_cardbus.c

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