summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-02-25 20:59:23 +0000
committerobrien <obrien@FreeBSD.org>2003-02-25 20:59:23 +0000
commitd42e7b5cee60cd61ff6ba42e8cd7b333814283cd (patch)
treec0f38d0eca522579e246a7343a25800d4d61da28 /sys/sparc64/conf
parentf1c8252d4ae1f5b3c53300c142edaba3c8f40f93 (diff)
downloadFreeBSD-src-d42e7b5cee60cd61ff6ba42e8cd7b333814283cd.zip
FreeBSD-src-d42e7b5cee60cd61ff6ba42e8cd7b333814283cd.tar.gz
Move most everything back to a MI NOTES, and use "nodevice" in MD NOTES
Where needed. Use 'sed' for now in place of "nooptions". Add a sparc64 MD NOTES. Reviewed by: arch@
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/Makefile43
-rw-r--r--sys/sparc64/conf/NOTES84
2 files changed, 127 insertions, 0 deletions
diff --git a/sys/sparc64/conf/Makefile b/sys/sparc64/conf/Makefile
new file mode 100644
index 0000000..c05af2c
--- /dev/null
+++ b/sys/sparc64/conf/Makefile
@@ -0,0 +1,43 @@
+# $FreeBSD$
+
+all:
+ @echo "make LINT only"
+
+clean:
+ rm -f LINT
+
+NOTES= ../../conf/NOTES NOTES
+LINT: ${NOTES} ../../conf/makeLINT.sed
+ cat ${NOTES} | sed -E -n -f ../../conf/makeLINT.sed \
+ | sed -e /VGA_DEBUG/d \
+ -e /SC_RENDER_DEBUG/d \
+ -e /SC_DEBUG_LEVEL/d \
+ -e /SC_NO_SUSPEND_VTYSWITCH/d \
+ -e /SC_NO_SYSMOUSE/d \
+ -e /SC_NO_HISTORY/d \
+ -e /SC_NO_FONT_LOADING/d \
+ -e /SC_NO_CUTPASTE/d \
+ -e /SC_TWOBUTTON_MOUSE/d \
+ -e /SC_CUT_SEPCHARS/d \
+ -e /SC_CUT_SPACES2TABS/d \
+ -e /SC_KERNEL_CONS_REV_ATTR/d \
+ -e /SC_KERNEL_CONS_ATTR/d \
+ -e /SC_NORM_REV_ATTR/d \
+ -e /SC_NORM_ATTR/d \
+ -e /SC_PIXEL_MODE/d \
+ -e /SC_MOUSE_CHAR/d \
+ -e /SC_HISTORY_SIZE/d \
+ -e /SC_DISABLE_REBOOT/d \
+ -e /SC_DISABLE_DDBKEY/d \
+ -e /SC_DFLT_FONT/d \
+ -e /SC_ALT_MOUSE_IMAGE/d \
+ -e /MAXCONS/d \
+ -e /VGA_WIDTH90/d \
+ -e /VGA_SLOW_IOACCESS/d \
+ -e /VGA_ALT_SEQACCESS/d \
+ -e /PSM_RESETAFTERSUSPEND/d \
+ -e /PSM_HOOKRESUME/d \
+ -e /KBD_DISABLE_KEYMAP_LOAD/d \
+ -e /ATKBD_DFLT_KEYMAP/d \
+ -e /EXT2FS/d \
+ > ${.TARGET}
diff --git a/sys/sparc64/conf/NOTES b/sys/sparc64/conf/NOTES
new file mode 100644
index 0000000..4f3bfc3
--- /dev/null
+++ b/sys/sparc64/conf/NOTES
@@ -0,0 +1,84 @@
+# $FreeBSD$
+#
+# This file contains machine dependent kernel configuration notes. For
+# machine independent notes, look in /sys/conf/NOTES.
+
+# This directive is mandatory. It defines the architecture to be
+# configured for. In this case, this kernel is for a machine using
+# UltraSparc processors.
+#
+machine sparc64
+
+
+#####################################################################
+# CPU OPTIONS
+
+#
+# You must specify at least one CPU (the one you intend to run on);
+# deleting the specification for CPUs you don't need to use may make
+# parts of the system run faster.
+# XXX: On the Sparc6, there is only one CPU type
+cpu SUN4U
+
+
+#####################################################################
+# HARDWARE BUS CONFIGURATION
+
+device apb # Sun APB PCI-PCI bridge
+device ebus
+device isa
+device pci
+device sbus
+device central
+device fhc
+
+
+#####################################################################
+# HARDWARE DEVICE CONFIGURATION
+
+#
+# Mandatory devices:
+#
+
+device genclock # Generic clock interface
+device eeprom # eeprom (really an ebus driver for the MK48Txx)
+device "mk48txx" # Mostek MK48T02, MK48T08, MK48T59 clock
+
+#
+# Optional devices:
+#
+
+device sab # Siemens SAB82532 based serial ports
+device zs # Zilog 8530 based serial ports
+
+
+#####################################################################
+# Devices we don't want to deal with
+
+nodevice ukbd
+nodevice atkbdc
+nodevice atkbd
+nodevice psm
+nodevice vga
+nodevice splash
+nodevice sc
+nodevice blank_saver
+nodevice daemon_saver
+nodevice fade_saver
+nodevice fire_saver
+nodevice green_saver
+nodevice logo_saver
+nodevice rain_saver
+nodevice star_saver
+nodevice warp_saver
+nodevice bktr
+nodevice fdc
+nodevice ppc
+nodevice gusc
+nodevice sbc
+nodevice pcm
+nodevice aha
+nodevice bt
+nodevice wds
+nodevice ep
+nodevice ex
OpenPOWER on IntegriCloud