summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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?