freebsd-dev/release/alpha/dokern.sh
David E. O'Brien beb2f0f52e Back out rev 1.63. Things in this file should be in the same order as in
GENERIC.  This greatly simplifies the hunting for the next thing to kill.

Approved by:	re(blanket as alpha re-builder)
2003-05-07 18:12:38 +00:00

65 lines
1.1 KiB
Bash
Executable File

#!/bin/sh
#
# $FreeBSD$
#
# XXX sort by order in GENERIC, not alphabetical
sed \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
-e '/DEBUG/d' \
-e '/DEC_KN8AE/d' \
-e '/SOFTUPDATES/d' \
-e '/UFS_ACL/d' \
-e '/UFS_DIRHASH/d' \
-e '/NFSSERVER/d' \
-e '/NFS_ROOT/d' \
-e '/MSDOSFS/d' \
-e '/PROCFS/d' \
-e '/PSEUDOFS/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
-e '/_KPOSIX_PRIORITY_SCHEDULING/d' \
-e '/DDB/d' \
-e '/INVARIANTS/d' \
-e '/INVARIANT_SUPPORT/d' \
-e '/WITNESS/d' \
-e '/SMP/d' \
-e '/ atapifd /d' \
-e '/ atapist /d' \
-e '/ ch /d' \
-e '/ pass /d' \
-e '/ sa /d' \
-e '/ ses /d' \
-e '/ splash /d' \
-e '/ ppc$/d' \
-e '/ ppbus /d' \
-e '/ lpt /d' \
-e '/ ppi /d' \
-e '/ sf /d' \
-e '/ sis /d' \
-e '/ ste /d' \
-e '/ wb /d' \
-e '/ random /d' \
-e '/ sl /d' \
-e '/ ppp /d' \
-e '/ pty /d' \
-e '/ gif /d' \
-e '/ faith /d' \
-e '/ uhci /d' \
-e '/ ohci /d' \
-e '/ usb /d' \
-e '/ ugen /d' \
-e '/ uhid /d' \
-e '/ ukbd /d' \
-e '/ ulpt /d' \
-e '/ umass /d' \
-e '/ ums /d' \
-e '/ aue /d' \
-e '/ axe /d' \
-e '/ cue /d' \
-e '/ kue /d' \
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"