Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci For ICH4/ICH5, set IOSE flag to make them compat...
details: https://anonhg.NetBSD.org/src/rev/c90c1579f5b5
branches: trunk
changeset: 554619:c90c1579f5b5
user: kent <kent%NetBSD.org@localhost>
date: Thu Oct 30 19:33:51 2003 +0000
description:
For ICH4/ICH5, set IOSE flag to make them compatible to old ICHs.
diffstat:
sys/dev/pci/auichreg.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 6a514236a2d5 -r c90c1579f5b5 sys/dev/pci/auichreg.h
--- a/sys/dev/pci/auichreg.h Thu Oct 30 19:33:24 2003 +0000
+++ b/sys/dev/pci/auichreg.h Thu Oct 30 19:33:51 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: auichreg.h,v 1.5 2003/05/03 18:11:32 wiz Exp $ */
+/* $NetBSD: auichreg.h,v 1.6 2003/10/30 19:33:51 kent Exp $ */
/*
* Copyright (c) 2000 Michael Shalayeff
@@ -43,6 +43,8 @@
#define ICH_NAMBAR 0x10
/* 12.1.11 NABMBAR - native audio bus mastering base address register */
#define ICH_NABMBAR 0x14
+#define ICH_CFG 0x41
+#define ICH_CFG_IOSE 0x01
/* table 12-3. native audio bus master control registers */
#define ICH_BDBAR 0x00 /* 8-byte aligned address */
Home |
Main Index |
Thread Index |
Old Index