Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 08/13/1998 07:36:14
Module Name:	src
Committed By:	bouyer
Date:		Thu Aug 13 14:36:13 UTC 1998

Modified Files:
	src/sys/dev/pci [bouyer-ide]: files.pci pciide.c
Added Files:
	src/sys/dev/pci [bouyer-ide]: pciide_cmd_reg.h
Log Message:
-  sync with -current
- full support of CMD PCI0640 chips. This needs a special probe routine, as
this chip doesn't honnor the "PCI_COMMAND_IO_ENABLE" bit. sigh.
- do not map the native pci interrupts if we don't have a native channel.
some chips (e.g. PCI0640) have a valid interrupt value which gets
established, which may prevent the compat channel or some other ISA
device from working properly later.
- b* -> mem*