diff options
Diffstat (limited to 'sys')
-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 |