diff options
author | 2004-06-26 21:01:09 +0000 | |
---|---|---|
committer | 2004-06-26 21:01:09 +0000 | |
commit | 8c837323540abc2bf09effc5ece277580dabefd9 (patch) | |
tree | c9fd122fad8dd45fb64a6200d8cb228f6002ed71 | |
parent | When altering mmu registers, disable interrupts rather than splhigh(). (diff) | |
download | wireguard-openbsd-8c837323540abc2bf09effc5ece277580dabefd9.tar.xz wireguard-openbsd-8c837323540abc2bf09effc5ece277580dabefd9.zip |
Make this kernel config again.
-rw-r--r-- | sys/arch/i386/conf/DISKLESS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index 5b58936cc87..17c337cd891 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.51 2004/05/11 04:01:00 deraadt Exp $ +# $OpenBSD: DISKLESS,v 1.52 2004/06/26 21:01:09 miod Exp $ # # DISKLESS -- Generic machine setup for diskless boot. # This kernel can be loaded from a bootable floppy (i.e. kernel-copy) @@ -102,7 +102,8 @@ config bsd root on nfs swap on nfs mainbus0 at root -bios0 at mainbus0 +cpu0 at mainbus? apid ? +bios0 at mainbus0 apid ? apm0 at bios0 flags 0x0000 # flags 0x0101 to force protocol version 1.1 pcibios0 at bios0 flags 0x0000 # use 0x30 for a total verbose |