diff options
Diffstat (limited to 'sys/arch/i386/conf/DISKLESS')
-rw-r--r-- | sys/arch/i386/conf/DISKLESS | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index 717ae803797..e33317a4a10 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -1,4 +1,5 @@ -# $NetBSD: DISKLESS,v 1.13 1995/08/22 19:43:11 jtc Exp $ +# $OpenBSD: DISKLESS,v 1.3 1996/04/18 18:55:32 niklas Exp $ +# $NetBSD: DISKLESS,v 1.21 1996/03/16 06:09:02 thorpej Exp $ # # DISKLESS -- Generic machine setup for diskless boot. # This kernel can be loaded from a bootable floppy (i.e. kernel-copy) @@ -12,6 +13,11 @@ options I486_CPU options I586_CPU options MATH_EMULATE # floating point emulation +# Some BIOSes don't get the size of extended memory right. If you +# have a broken BIOS, uncomment the following and set the value +# properly for your system. +#options EXTMEM_SIZE=... # size of extended memory + #options DUMMY_NOPS # speed hack; recommended options XSERVER,UCONSOLE options MACHINE_NONCONTIG @@ -25,7 +31,7 @@ options VNODEPAGER # mmap() of files options DEVPAGER # mmap() of devices options DDB # in-kernel debugger -options DIAGNOSTIC # internally consistency checks +options DIAGNOSTIC # internal consistency checks options KTRACE # system call tracing, a la ktrace(1) options SYSVMSG # System V-like message queues @@ -73,8 +79,14 @@ options CCITT,LLC,HDLC # X.25 config bsd root on nfs swap on nfs #options GENERIC -isa0 at root -#pci0 at root +mainbus0 at root + +isa0 at mainbus0 +#eisa0 at mainbus0 +#pci0 at mainbus0 bus ? + +#ppb* at pci? dev ? function ? # PCI-PCI bridges +#pci* at ppb? bus ? npx0 at isa? port 0xf0 irq 13 # math coprocessor @@ -86,7 +98,7 @@ com1 at isa? port 0x2f8 irq 3 com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 #ast0 at isa? port 0x1a0 irq 3 # AST 4-port serial cards -#com* at ast? slave ? flags 1 +#com* at ast? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards #com* at rtfps? slave ? @@ -100,12 +112,12 @@ lms0 at isa? port 0x23c irq 5 # Logitech bus mouse lms1 at isa? port 0x238 irq 5 mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse mms1 at isa? port 0x238 irq 5 -#pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary port mouse +#pms0 at pckbd? irq 12 # PS/2 auxiliary port mouse #aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers #aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers #scsibus* at aha? -#ahb0 at isa? port ? irq ? # Adaptec 174[024] SCSI controllers +#ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers #scsibus* at ahb? #aic0 at isa? port 0x340 irq 12 # Adaptec 152[02] SCSI controllers #scsibus* at aic? @@ -113,7 +125,7 @@ mms1 at isa? port 0x238 irq 5 #bt1 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers #bt2 at isa? port ? irq ? #scsibus* at bt? -#ncr* at pci? bus ? dev ? # NCR 538XX SCSI controllers +#ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers #scsibus* at ncr? #sea0 at isa? iomem 0xc8000 irq 5 #scsibus* at sea? @@ -148,7 +160,7 @@ ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN & 3C507 ethernet cards #le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA sb0 at isa? port 0x220 irq 7 drq 1 # SoundBlaster -#spkr0 at isa? ... +#spkr0 at isa? port 0x61 pseudo-device loop 1 # network loopback pseudo-device bpfilter 8 # packet filter |