diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-16 07:46:47 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-16 07:46:47 +0000 |
commit | 8a0191fee26ee340bc05b92e18b5af4cc299a5d1 (patch) | |
tree | 091bd9a729f164733963f575d27aa3f6ef360c69 /sys | |
parent | 79ba0600b03edcfbf274aeb309ee2aa9c7555c68 (diff) |
compile on alpha, needs testing
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_de.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c index ba8b89e629e..0b661fe7330 100644 --- a/sys/dev/pci/if_de.c +++ b/sys/dev/pci/if_de.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_de.c,v 1.25 1997/11/13 21:14:15 rees Exp $ */ +/* $OpenBSD: if_de.c,v 1.26 1997/11/16 07:46:46 millert Exp $ */ /* $NetBSD: if_de.c,v 1.45 1997/06/09 00:34:18 thorpej Exp $ */ /*- @@ -5175,7 +5175,7 @@ tulip_pci_attach( #endif -#if defined(__alpha__) +#if defined(__alpha__) && defined(__NetBSD__) /* * The Alpha SRM console encodes a console set media in the driver * part of the CFDA register. Note that the Multia presents a |