diff options
author | briggs <briggs@cvs.openbsd.org> | 1997-03-12 15:59:03 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1997-03-12 15:59:03 +0000 |
commit | fd5a4621c16957714dbc7335eb5afa6b0f28b29e (patch) | |
tree | 43c4cd0d4d0ac7446fde9ae5539d7eccdbb53cae /sys | |
parent | 599e977d72827b11f842a8e75da86992a89ec28f (diff) |
Add options LKM.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mac68k/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/GENERICSBC | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/TIGER | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 11180cd4a9b..60c3bb6d91c 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.16 1997/03/12 13:24:15 briggs Exp $ +# $OpenBSD: GENERIC,v 1.17 1997/03/12 15:59:01 briggs Exp $ # $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ # # GENERIC @@ -31,6 +31,8 @@ options FDESC # user file descriptor filesystem #options PORTAL # portal filesystem (still experimental) options PROCFS # Process filesystem +options LKM # loadable kernel modules + options SCSI #options SCSIDEBUG diff --git a/sys/arch/mac68k/conf/GENERICSBC b/sys/arch/mac68k/conf/GENERICSBC index 3b30ada5d8f..95235c4f261 100644 --- a/sys/arch/mac68k/conf/GENERICSBC +++ b/sys/arch/mac68k/conf/GENERICSBC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERICSBC,v 1.2 1997/03/12 13:24:15 briggs Exp $ +# $OpenBSD: GENERICSBC,v 1.3 1997/03/12 15:59:01 briggs Exp $ # $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ # # GENERIC @@ -31,6 +31,8 @@ options FDESC # user file descriptor filesystem #options PORTAL # portal filesystem (still experimental) options PROCFS # Process filesystem +options LKM # loadable kernel modules + options SCSI #options SCSIDEBUG diff --git a/sys/arch/mac68k/conf/TIGER b/sys/arch/mac68k/conf/TIGER index ee5746fc711..81778126258 100644 --- a/sys/arch/mac68k/conf/TIGER +++ b/sys/arch/mac68k/conf/TIGER @@ -1,4 +1,4 @@ -# $OpenBSD: TIGER,v 1.3 1997/03/12 13:24:16 briggs Exp $ +# $OpenBSD: TIGER,v 1.4 1997/03/12 15:59:02 briggs Exp $ # $NetBSD: GENERIC,v 1.43 1996/09/22 06:49:09 scottr Exp $ # # Allen's Q700 @@ -27,6 +27,8 @@ options KERNFS # kernel data-structure filesystem options FDESC # user file descriptor filesystem options PROCFS # Process filesystem +options LKM # loadable kernel modules + options SCSI # Networking options |