summaryrefslogtreecommitdiffstats
path: root/sys/pc98
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/pc98
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/pc98')
-rw-r--r--sys/pc98/conf/Makefile36
-rw-r--r--sys/pc98/conf/NOTES24
2 files changed, 58 insertions, 2 deletions
diff --git a/sys/pc98/conf/Makefile b/sys/pc98/conf/Makefile
index 72308f9..76e35a1 100644
--- a/sys/pc98/conf/Makefile
+++ b/sys/pc98/conf/Makefile
@@ -6,5 +6,37 @@ all:
clean:
rm -f LINT
-LINT: ../../conf/NOTES NOTES ../../conf/makeLINT.sed
- cat ../../conf/NOTES NOTES | sed -E -n -f ../../conf/makeLINT.sed > 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 \
+ > LINT
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 53d2e3d..ea6262a 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -955,3 +955,27 @@ options VM_KMEM_SIZE_SCALE
# Yet more undocumented options for linting.
options COMPAT_SUNOS
+
+
+#####################################################################
+# Devices we don't want to deal with
+
+nodevice atkbdc
+nodevice atkbd
+nodevice psm
+nodevice vga
+nodevice aha
+nodevice bt
+nodevice wds
+nodevice asr
+nodevice dpt
+nodevice ciss
+nodevice iir
+nodevice mly
+nodevice ida # Compaq Smart RAID
+nodevice mlx # Mylex DAC960
+nodevice amr # AMI MegaRAID
+nodevice twe # 3ware ATA RAID
+nodevice cbb
+nodevice pccard
+nodevice cardbus
OpenPOWER on IntegriCloud