summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Meuser <jakemsr@cvs.openbsd.org>2007-07-17 21:28:49 +0000
committerJacob Meuser <jakemsr@cvs.openbsd.org>2007-07-17 21:28:49 +0000
commit442b434243232ea90eed65b39849dc059c23c463 (patch)
tree4917d54cbb125ac3d678b6733f06f4b32cecb2c4
parent53bb6a04e37d4b121da16c0d3119647d4e2d9ca7 (diff)
emu(4) works on sgi.
requested by jsg@ the digital out port is obscured by the small PCI card access slot on the moosehead case, but we don't support the digital ports anyway
-rw-r--r--sys/arch/sgi/conf/GENERIC4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/GENERIC b/sys/arch/sgi/conf/GENERIC
index 05257f1d43f..5dff9cc042b 100644
--- a/sys/arch/sgi/conf/GENERIC
+++ b/sys/arch/sgi/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.20 2007/05/20 14:10:46 miod Exp $
+# $OpenBSD: GENERIC,v 1.21 2007/07/17 21:28:48 jakemsr Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -103,6 +103,8 @@ ukphy* at mii? # "unknown" PHYs
#### Audio
audio* at mavb?
+emu* at pci?
+audio* at emu?
#### WS console
#wsdisplay* at vga?