diff options
| author | ad <ad@NetBSD.org> | 2008-11-12 12:35:50 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2008-11-12 12:35:50 +0000 |
| commit | 0efea177e37295fed654875d875160c47500d6bd (patch) | |
| tree | 9d0589344a5d07b9a511a2e81ebbd701744d03b5 /sys/arch/prep | |
| parent | 0f81d3e0a26c2833cd085c472a4a77c325486b75 (diff) | |
Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
Diffstat (limited to 'sys/arch/prep')
| -rw-r--r-- | sys/arch/prep/conf/GENERIC | 5 | ||||
| -rw-r--r-- | sys/arch/prep/conf/majors.prep | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sys/arch/prep/conf/GENERIC b/sys/arch/prep/conf/GENERIC index 1aefc937e9b..f3bc32a23b8 100644 --- a/sys/arch/prep/conf/GENERIC +++ b/sys/arch/prep/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.145 2008/08/10 15:31:21 tls Exp $ +# $NetBSD: GENERIC,v 1.146 2008/11/12 12:36:05 ad Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/prep/conf/std.prep" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.145 $" +#ident "GENERIC-$Revision: 1.146 $" maxusers 32 @@ -44,7 +44,6 @@ options SYSVSEM # System V-like semaphores options SYSVSHM # System V-like memory sharing options P1003_1B_SEMAPHORE # p1003.1b semaphore support -options LKM # loadable kernel modules options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) diff --git a/sys/arch/prep/conf/majors.prep b/sys/arch/prep/conf/majors.prep index 0ac3571296a..08d6e0d139d 100644 --- a/sys/arch/prep/conf/majors.prep +++ b/sys/arch/prep/conf/majors.prep @@ -1,4 +1,4 @@ -# $NetBSD: majors.prep,v 1.20 2007/12/31 15:32:04 ad Exp $ +# $NetBSD: majors.prep,v 1.21 2008/11/12 12:36:05 ad Exp $ # # Device majors for prep # @@ -31,7 +31,6 @@ device-major md char 24 block 17 md device-major joy char 26 joy device-major spkr char 27 spkr -device-major lkm char 28 prep device-major nvram char 33 nvram |
