diff options
-rw-r--r-- | sys/conf/NOTES | 3 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 3 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index cfc3c53..2ad90d7 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.251 1996/04/26 06:44:45 sos Exp $ +# $Id: LINT,v 1.252 1996/05/01 03:30:01 bde Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -864,5 +864,6 @@ options POWERFAIL_NMI # make it beep instead of panicing options DEBUG options "EXT2FS" options "IBCS2" +options LINUX options "SCSI_2_DEF" options SHOW_BUSYBUFS # List buffers that prevent root unmount diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index cfc3c53..2ad90d7 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.251 1996/04/26 06:44:45 sos Exp $ +# $Id: LINT,v 1.252 1996/05/01 03:30:01 bde Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -864,5 +864,6 @@ options POWERFAIL_NMI # make it beep instead of panicing options DEBUG options "EXT2FS" options "IBCS2" +options LINUX options "SCSI_2_DEF" options SHOW_BUSYBUFS # List buffers that prevent root unmount diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index cfc3c53..2ad90d7 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.251 1996/04/26 06:44:45 sos Exp $ +# $Id: LINT,v 1.252 1996/05/01 03:30:01 bde Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -864,5 +864,6 @@ options POWERFAIL_NMI # make it beep instead of panicing options DEBUG options "EXT2FS" options "IBCS2" +options LINUX options "SCSI_2_DEF" options SHOW_BUSYBUFS # List buffers that prevent root unmount |