Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/dev/pci Pull up revision 1.101 (via patch, requeste...



details:   https://anonhg.NetBSD.org/src/rev/b273456a5e4a
branches:  netbsd-1-4
changeset: 470854:b273456a5e4a
user:      he <he%NetBSD.org@localhost>
date:      Mon Aug 14 14:19:54 2000 +0000

description:
Pull up revision 1.101 (via patch, requested by bouyer):
  Change PCIIDE_CMD0646U_UDMA to PCIIDE_CMD0646U_ENABLEUDMA
  for consistency with PCIIDE_AMD756_ENABLEDMA.

diffstat:

 sys/dev/pci/files.pci |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1c36976296e5 -r b273456a5e4a sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Mon Aug 14 14:19:33 2000 +0000
+++ b/sys/dev/pci/files.pci     Mon Aug 14 14:19:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.54.2.3 2000/01/17 19:16:49 he Exp $
+#      $NetBSD: files.pci,v 1.54.2.4 2000/08/14 14:19:54 he Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -6,6 +6,9 @@
 
 defopt PCIVERBOSE
 
+defopt opt_pciide.h    PCIIDE_CMD064x_DISABLE PCIIDE_AMD756_ENABLEDMA
+                       PCIIDE_CMD0646U_ENABLEUDMA
+
 device pci {[dev = -1], [function = -1]}
 attach pci at pcibus
 file   dev/pci/pci.c                   pci needs-flag



Home | Main Index | Thread Index | Old Index