From 40613bee3ffbc9ca7cf70803a02bd89f5ae6391c Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 30 Jan 1995 03:23:57 +0000 Subject: [PATCH] The new kernel for boot.flp. In general: BOOTFLP = GENERIC - networking --- sys/i386/conf/BOOTFLP | 70 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 sys/i386/conf/BOOTFLP diff --git a/sys/i386/conf/BOOTFLP b/sys/i386/conf/BOOTFLP new file mode 100644 index 000000000000..dbe2f307387f --- /dev/null +++ b/sys/i386/conf/BOOTFLP @@ -0,0 +1,70 @@ +# +# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks +# +# $Id: GENERIC,v 1.27 1995/01/24 20:38:27 paul Exp $ +# + +machine "i386" +cpu "I386_CPU" +cpu "I486_CPU" +cpu "I586_CPU" +ident BOOTFLP +maxusers 10 + +options MATH_EMULATE #Support for x87 emulation +options FFS #Berkeley Fast Filesystem +options "CD9660" #ISO 9660 Filesystem +options "FAT_CURSOR" #block cursor in syscons or pccons +options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device +options BOUNCE_BUFFERS #include support for DMA bounce buffers +options UCONSOLE #Allow users to grab the console + +config kernel root on wd0 swap on vn0 dumps on wd0 + +controller isa0 +controller pci0 + +controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr +disk fd0 at fdc0 drive 0 + +controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr +disk wd0 at wdc0 drive 0 +disk wd1 at wdc0 drive 1 + +controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr +disk wd2 at wdc1 drive 0 +disk wd3 at wdc1 drive 1 + +device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr + +controller ncr0 +controller ahc0 + +controller bt0 at isa? port "IO_BT0" bio irq ? vector btintr +controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr +controller ahc1 at isa? bio irq ? vector ahcintr +controller ahb0 at isa? bio irq ? vector ahbintr +controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr +controller aic0 at isa? port 0x340 bio irq 11 vector aicintr +controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr +controller nca1 at isa? port 0x350 bio irq 5 vector ncaintr +controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr + +controller scbus0 + +device sd0 + +device st0 #Only need one of these, the code dynamically grows + +device cd0 #Only need one of these, the code dynamically grows + +device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr +device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr +device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr + +device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr +device npx0 at isa? port "IO_NPX" irq 13 vector npxintr + +pseudo-device log +pseudo-device gzip # Exec gzipped a.out's +pseudo-device vn