summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-12-25 22:15:12 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-12-25 22:15:12 +0000
commitaae9f73d384545f91e4c2e0e49b5510fba936289 (patch)
tree6b712b9062da19b9f2f0bea4b7eb643d7959c3c9 /sys/arch
parentc8fc16bdb586df531725f3561028228475d80d4d (diff)
By popular demand and peer pressure, check-in work in progress work to support
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/loongson/conf/GENERIC81
1 files changed, 81 insertions, 0 deletions
diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC
new file mode 100644
index 00000000000..1da08bcbe81
--- /dev/null
+++ b/sys/arch/loongson/conf/GENERIC
@@ -0,0 +1,81 @@
+# $OpenBSD: GENERIC,v 1.1 2009/12/25 22:15:11 miod Exp $
+#
+# For further information on compiling OpenBSD kernels, see the config(8)
+# man page.
+#
+# For further information on hardware support for this architecture, see
+# the intro(4) man page. For further information about kernel options
+# for this architecture, see the options(4) man page. For an explanation
+# of each device driver in this file see the section 4 man page for the
+# device.
+
+machine loongson mips64
+include "../../../conf/GENERIC"
+maxusers 32
+
+option CPU_LOONGSON2
+makeoption LINK_ADDRESS="0xffffffff80200000"
+
+option USER_PCICONF
+
+option PCIVERBOSE
+option USBVERBOSE
+
+config bsd swap generic
+
+mainbus0 at root
+cpu0 at mainbus0
+clock0 at mainbus0
+
+bonito* at mainbus0
+pci* at bonito?
+glxpcib* at pci?
+
+isa0 at glxpcib?
+mcclock0 at isa? port 0x70
+pckbc0 at isa?
+pckbd* at pckbc?
+wskbd* at pckbd? mux 1
+pmsi* at pckbc?
+wsmouse* at pmsi? mux 0
+
+pciide* at pci?
+wd* at pciide? flags 0x0000
+smfb* at pci?
+wsdisplay* at smfb?
+ohci* at pci?
+uhci* at pci?
+ehci* at pci?
+
+rl* at pci?
+rlphy* at mii?
+ukphy* at mii?
+
+usb* at ohci?
+usb* at uhci?
+usb* at ehci?
+uhub* at usb?
+uhub* at uhub?
+umass* at uhub?
+atapiscsi* at umass?
+scsibus* at atapiscsi?
+scsibus* at umass?
+uhidev* at uhub?
+uhid* at uhidev?
+ums* at uhidev?
+wsmouse* at ums? mux 0
+ukbd* at uhidev?
+wskbd* at ukbd? mux 1
+urtw* at uhub?
+
+url* at uhub?
+urlphy* at mii?
+uvideo* at uhub?
+video* at uvideo?
+
+sd* at scsibus?
+st* at scsibus?
+cd* at scsibus?
+ch* at scsibus?
+ss* at scsibus?
+uk* at scsibus?