diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-12-02 09:33:27 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-12-02 09:33:27 +0000 |
| commit | 5ac82ff58751d4ec4ceaf42ffe960a06c6d1af90 (patch) | |
| tree | 60ae800f21ee40e71681c38df91bf0c7aa72b8dd /sys/alpha/pci | |
| parent | 9ad861edeeb2c6be3a89dce538539a7619c95fbe (diff) | |
Notes
Diffstat (limited to 'sys/alpha/pci')
| -rw-r--r-- | sys/alpha/pci/cia.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/pci/cia.c b/sys/alpha/pci/cia.c index b64bdb33c39a..41769ead1f2a 100644 --- a/sys/alpha/pci/cia.c +++ b/sys/alpha/pci/cia.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cia.c,v 1.11 1998/11/15 18:25:16 dfr Exp $ + * $Id: cia.c,v 1.12 1998/11/28 09:55:16 dfr Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -719,7 +719,7 @@ cia_init() chipset = cia_bwx_chipset; cia_hae_mem = REGVAL(CIA_CSR_HAE_MEM); -#if 1 +#if 0 chipset = cia_swiz_chipset; /* XXX */ cia_ispyxis = 0; #endif |
