diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-05 16:35:33 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-05 16:35:33 +0000 |
| commit | 3bd65612892bf45be964680c677d5f939b06ca39 (patch) | |
| tree | 281a4e3831a5ca364a19928efbfe097201919121 /sys/ia64/conf | |
| parent | 226b96fb6d8a532282d4e9f557370416c7c34972 (diff) | |
Notes
Diffstat (limited to 'sys/ia64/conf')
| -rw-r--r-- | sys/ia64/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/ia64/conf/SKI | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 5980d2171c48..5c04ae35c2f5 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -31,6 +31,8 @@ maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols makeoptions NO_CPU_COPTFLAGS=true #Ignore any x86 CPUTYPE +options NO_GEOM + #options SKI #Support for HP simulator options INET #InterNETworking options INET6 #IPv6 communications protocols diff --git a/sys/ia64/conf/SKI b/sys/ia64/conf/SKI index 1b96b085ea36..9f9012095061 100644 --- a/sys/ia64/conf/SKI +++ b/sys/ia64/conf/SKI @@ -33,6 +33,8 @@ maxusers 32 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols makeoptions NO_CPU_COPTFLAGS=true #Ignore any x86 CPUTYPE +options NO_GEOM + options SKI #Support for HP simulator options INET #InterNETworking #options INET6 #IPv6 communications protocols |
