summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2002-04-29 00:21:27 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2002-04-29 00:21:27 +0000
commitec165786b604d583dbb9cb11b2a5c8a6a38255cd (patch)
tree569285a71a4ac8ef02101eeb3febfd591082f71a /sys
parent18bf5461cb939831d2c63f102f3028d8b9fcb03c (diff)
cleanup, remove devices which macppc is likely to never have, comment
drivers not currently present in source space.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/macppc/conf/files.macppc58
1 files changed, 15 insertions, 43 deletions
diff --git a/sys/arch/macppc/conf/files.macppc b/sys/arch/macppc/conf/files.macppc
index 240ea3eb686..beca1aa3f29 100644
--- a/sys/arch/macppc/conf/files.macppc
+++ b/sys/arch/macppc/conf/files.macppc
@@ -1,4 +1,4 @@
-# $OpenBSD: files.macppc,v 1.6 2002/03/23 14:14:25 deraadt Exp $
+# $OpenBSD: files.macppc,v 1.7 2002/04/29 00:21:26 drahn Exp $
#
# macppc-specific configuration info
@@ -20,7 +20,7 @@ file arch/macppc/macppc/openfirm.c
file dev/cons.c
file dev/cninit.c
file arch/macppc/macppc/db_memrw.c ddb
-file arch/macppc/macppc/db_disasm.c ddb
+file arch/macppc/macppc/db_disasm.c ddb
file arch/macppc/macppc/db_interface.c ddb
file arch/macppc/macppc/db_trace.c ddb
file arch/macppc/macppc/ofwreal.S
@@ -55,7 +55,7 @@ major { ofdisk = 4 }
device memc {}
attach memc at mainbus
-file arch/macppc/dev/uni_n.c memc
+file arch/macppc/dev/uni_n.c memc
major {rd = 17}
major {sd = 2}
@@ -69,7 +69,7 @@ include "../../../scsi/files.scsi"
include "../../../dev/i2o/files.i2o"
include "dev/pci/files.pci"
-file arch/macppc/pci/pciide_machdep.c pciide
+file arch/macppc/pci/pciide_machdep.c pciide
device mpcpcibr {} : pcibus
attach mpcpcibr at mainbus
@@ -82,13 +82,6 @@ file arch/macppc/pci/mpcpcibus.c mpcpcibr
include "dev/wscons/files.wscons"
-
-#device ofb: wsemuldisplaydev, wsrasteremulops
-device ofb
-attach ofb at pci
-file arch/macppc/dev/ofb.c ofb needs-flag
-
-
#
# mac peripheral pieces.
#
@@ -122,18 +115,18 @@ device mesh: scsi
attach mesh at macobio
file arch/macppc/dev/mesh.c mesh
-device mc: ifnet, ether
-attach mc at macobio
-file arch/macppc/dev/if_mc.c mc
-file arch/macppc/dev/am79c950.c mc
+#device mc: ifnet, ether
+#attach mc at macobio
+#file arch/macppc/dev/if_mc.c mc
+#file arch/macppc/dev/am79c950.c mc
device bm: ether, ifnet, ifmedia, mii, mii_bitbang
attach bm at macobio
-file arch/macppc/dev/if_bm.c bm
+file arch/macppc/dev/if_bm.c bm
device gm: ether, ifnet, ifmedia, mii
attach gm at pci
-file arch/macppc/dev/if_gm.c gm needs-flag
+file arch/macppc/dev/if_gm.c gm needs-flag
device macintr {}
attach macintr at macobio
@@ -166,11 +159,6 @@ device aed
attach aed at adb
file arch/macppc/dev/aed.c aed needs-flag
-#??
-#define wskbddev {[console = -1]}
-#define wsmousedev {}
-#??
-
device akbd: wskbddev
attach akbd at adb
file arch/macppc/dev/akbd.c akbd needs-flag
@@ -185,11 +173,11 @@ file arch/macppc/dev/abtn.c abtn
device awacs: audio, auconv, mulaw
attach awacs at macobio
-file arch/macppc/dev/awacs.c awacs
+file arch/macppc/dev/awacs.c awacs
-device nvram
-attach nvram at macobio
-file arch/macppc/dev/nvram.c nvram needs-flag
+#device nvram
+#attach nvram at macobio
+#file arch/macppc/dev/nvram.c nvram needs-flag
device gpio {}
attach gpio at macobio with gpio_obio
@@ -202,25 +190,9 @@ file arch/macppc/dev/wdc_obio.c wdc_obio
attach wi at macobio with wi_obio
file arch/macppc/dev/if_wi_obio.c wi_obio
-define grfdev {}
-
-device grfati: grfdev
-attach grfati at pci
-file arch/macppc/dev/grf_ati.c grfati needs-flag
-
-device grf {}
-attach grf at grfdev
-file arch/macppc/dev/grf.c grf needs-flag
-file arch/macppc/dev/grf_subr.c grf
-
-device ite: tty
-attach ite at grf
-file arch/macppc/dev/ite.c ite needs-flag
-
-
# VGA framebuffer
device vgafb: wsemuldisplaydev, wsrasteremulops
-file arch/macppc/pci/vgafb.c vgafb & vgafb_pci
+file arch/macppc/pci/vgafb.c vgafb & vgafb_pci
# Generic VGA Framebuffer version
attach vgafb at pci with vgafb_pci