Date: Wed, 26 Apr 2000 00:17:12 +0200 From: sthaug@nethelp.no To: luoqi@watermarkgroup.com Cc: smp@csn.net, freebsd-smp@FreeBSD.ORG, mihara@prd.fc.nec.co.jp Subject: Re: Multiple APIC support (RE: Issues with Spankin' new Poweredge 4400 w/ dual 866's and 133MHz FSB?) Message-ID: <99424.956701032@verdi.nethelp.no> In-Reply-To: Your message of "Tue, 25 Apr 2000 11:29:42 -0400 (EDT)" References: <200004251529.e3PFTgp22603@lor.watermarkgroup.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> > > > The pmap.c code looks somewhat different in 3.4-STABLE, and it wasn't > > > > obvious to me what the complete patch for 3.4-STABLE would be. > > > > > > > The fix for non-page-aligned ioapic is to add the offset within the page > > > to get the mapped ioapic address. For 3.4-STABLE, it would be > > > ioapic[i] = (ioapic_t *)&SMP_ioapic[j * PAGE_SIZE > > > + (io_apic_addres[0] & PAGE_MASK)]; > > ^^^ > > I don't have 3.4 code handy to see the outer loop, but didn't the const 0 go > > away here? > > > > > I don't have any machine myself to test it with, so if you can confirm > > > it won't break anything on your machine, I would MFC the fix to 3.4-STABLE. > > > > -- > > Steve Passe | powered by > > smp@csn.net | Symmetric MultiProcessor FreeBSD > > > > > Sorry, the 0 should be i (cut-n-paste error). OK, I ended up with the following patch for 3.4-STABLE. This runs SMP nicely on the IBM Netfinity 5600 with the RCC chipset. Verbose boot messages included at the end. *** pmap.c.orig Sat Apr 1 23:58:17 2000 --- pmap.c Tue Apr 25 23:59:29 2000 *************** *** 434,441 **** for (j = 0; j < 16; j++) { /* same page frame as a previous IO apic? */ if (((vm_offset_t)SMP_prvpt[j + 16] & PG_FRAME) == ! (io_apic_address[0] & PG_FRAME)) { ! ioapic[i] = (ioapic_t *)&SMP_ioapic[j * PAGE_SIZE]; break; } /* use this slot if available */ --- 434,442 ---- for (j = 0; j < 16; j++) { /* same page frame as a previous IO apic? */ if (((vm_offset_t)SMP_prvpt[j + 16] & PG_FRAME) == ! (io_apic_address[i] & PG_FRAME)) { ! ioapic[i] = (ioapic_t *)&SMP_ioapic[j * PAGE_SIZE ! + (io_apic_address[i] & PAGE_MASK)]; break; } /* use this slot if available */ Steinar Haug, Nethelp consulting, sthaug@nethelp.no ---------------------------------------------------------------------- Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.4-STABLE #2: Wed Apr 26 00:05:33 CEST 2000 sthaug@mail1.enitel.no:/local/freebsd/stable3/src/sys/compile/NF5600_SMP Calibrating clock(s) ... TSC clock: 599613673 Hz, i8254 clock: 1192987 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method CPU: Pentium III/Pentium III Xeon (599.71-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x681 Stepping = 1 Features=0x387fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,<b18>,MMX,FXSR,<b25>> real memory = 939524096 (917504K bytes) Physical memory chunk(s): 0x00001000 - 0x0009cfff, 638976 bytes (156 pages) 0x0030d000 - 0x37ff7fff, 936292352 bytes (228587 pages) avail memory = 911634432 (890268K bytes) Programming 16 pins in IOAPIC #0 Programming 16 pins in IOAPIC #1 IOAPIC #1 intpint 0 -> irq 16 IOAPIC #1 intpint 2 -> irq 17 IOAPIC #1 intpint 3 -> irq 18 IOAPIC #1 intpint 4 -> irq 21 IOAPIC #1 intpint 5 -> irq 22 IOAPIC #1 intpint 6 -> irq 23 IOAPIC #1 intpint 7 -> irq -1 IOAPIC #1 intpint 8 -> irq -1 IOAPIC #1 intpint 9 -> irq -1 IOAPIC #1 intpint 10 -> irq -1 IOAPIC #1 intpint 11 -> irq 5 IOAPIC #1 intpint 12 -> irq 19 IOAPIC #1 intpint 13 -> irq 20 SMP: CPU0 apic_initialize(): lint0: 0x00000700 lint1: 0x00010400 TPR: 0x00000010 SVR: 0x000001ff FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 14, version: 0x000f0011, at 0xfec00000 io1 (APIC): apic id: 15, version: 0x000f0011, at 0xfec01000 Found BIOS32 Service Directory header at 0xc00fd300 Entry = 0xfd311 (0xc00fd311) Rev = 0 Len = 1 PCI BIOS entry at 0xd34c DMI header at 0xc00fdfd0 Version 2.1 Table at 0xf45da, 62 entries, 2294 bytes Other BIOS signatures found: ACPI: 00000000 $PnP: 000fdca0 Preloaded elf kernel "kernel" at 0xc02f5000. Pentium Pro MTRR support enabled Math emulator present SMP: CPU0 bsp_apic_configure(): lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000010 SVR: 0x000001ff pci_open(1): mode 1 addr port (0x0cf8) is 0x00000070 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=80] is there (id=00091166) Probing for devices on PCI bus 0: found-> vendor=0x1166, dev=0x0009, revid=0x05 class=06-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 chip0: <RCC host to PCI bridge> rev 0x05 on pci0.0.0 found-> vendor=0x1166, dev=0x0009, revid=0x05 class=06-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 chip1: <RCC host to PCI bridge> rev 0x05 on pci0.0.1 found-> vendor=0x5333, dev=0x8904, revid=0x01 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=255 map[0]: type 1, range 32, base f8000000, size 26 vga0: <S3 model 8904 graphics accelerator> rev 0x01 int a irq 255 on pci0.1.0 Freeing (NOT implemented) redirected PCI irq 11. found-> vendor=0x1022, dev=0x2000, revid=0x43 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=5 map[0]: type 4, range 32, base 00002000, size 5 map[1]: type 1, range 32, base febffc00, size 5 lnc1: <PCNet/PCI Ethernet adapter> rev 0x43 int a irq 5 on pci0.2.0 Freeing (NOT implemented) redirected PCI irq 10. found-> vendor=0x9005, dev=0x0010, revid=0x00 class=01-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=16 map[0]: type 4, range 32, base 00002200, size 8 map[1]: type 1, range 64, base febfe000, size 12 map[2]: type 0, range 0, base 00000000, size 0 ahc0: <Adaptec 2940 Ultra2 SCSI adapter> rev 0x00 int a irq 16 on pci0.9.0 ahc0: Reading SEEPROM...done. ahc0: BIOS eeprom is present ahc0: Secondary High byte termination Enabled ahc0: Secondary Low byte termination Enabled ahc0: Primary Low Byte termination Enabled ahc0: Primary High Byte termination Enabled ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs ahc0: Downloading Sequencer Program... 399 instructions downloaded found-> vendor=0x1011, dev=0x0024, revid=0x03 class=06-04-00, hdrtype=0x01, mfdev=0 subordinatebus=1 secondarybus=1 chip2: <PCI to PCI bridge (vendor=1011 device=0024)> rev 0x03 on pci0.10.0 found-> vendor=0x1166, dev=0x0200, revid=0x4f class=06-01-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 chip3: <PCI to ISA bridge (vendor=1166 device=0200)> rev 0x4f on pci0.15.0 found-> vendor=0x1166, dev=0x0211, revid=0x00 class=01-01-8a, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 map[0]: type 4, range 32, base 00000840, size 4 found-> vendor=0x1166, dev=0x0220, revid=0x04 class=0c-03-10, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 intpin=a, irq=9 map[0]: type 1, range 32, base ff700000, size 12 Probing for devices on PCI bus 1: Freeing (NOT implemented) redirected PCI irq 15. found-> vendor=0x8086, dev=0x1229, revid=0x05 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=17 map[0]: type 3, range 32, base fea00000, size 12 map[1]: type 4, range 32, base 00003100, size 5 map[2]: type 1, range 32, base fe800000, size 20 fxp0: <Intel EtherExpress Pro 10/100B Ethernet> rev 0x05 int a irq 17 on pci1.4.0 fxp0: Ethernet address 00:d0:b7:5f:b7:a8 bpf: fxp0 attached Freeing (NOT implemented) redirected PCI irq 11. found-> vendor=0x8086, dev=0x1229, revid=0x05 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=18 map[0]: type 3, range 32, base fea01000, size 12 map[1]: type 4, range 32, base 00003120, size 5 map[2]: type 1, range 32, base fe900000, size 20 fxp1: <Intel EtherExpress Pro 10/100B Ethernet> rev 0x05 int a irq 18 on pci1.5.0 fxp1: Ethernet address 00:d0:b7:5f:b7:a9 bpf: fxp1 attached Probing for devices on PCI bus 2: Freeing (NOT implemented) redirected PCI irq 10. found-> vendor=0x9005, dev=0x005f, revid=0x00 class=01-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 intpin=a, irq=19 map[0]: type 4, range 32, base 00004b00, size 8 map[1]: type 1, range 64, base f6fff000, size 12 map[2]: type 0, range 0, base 00000000, size 0 ahc1: <Adaptec aic7896/97 Ultra2 SCSI adapter> rev 0x00 int a irq 19 on pci2.3.0 bogus MP table, 2 IO APIC pins connected to the same PCI device or ISA/EISA interrupt Registered extra interrupt handler for int 20 (in addition to int 19) ahc1: Reading SEEPROM...done. ahc1: Manual LVD Termination ahc1: BIOS eeprom is present ahc1: Secondary High byte termination Enabled ahc1: Secondary Low byte termination Enabled ahc1: Primary Low Byte termination Enabled ahc1: Primary High Byte termination Enabled ahc1: aic7896/97 Wide Channel A, SCSI Id=7, 16/255 SCBs ahc1: Downloading Sequencer Program... 399 instructions downloaded Freeing (NOT implemented) redirected PCI irq 10. found-> vendor=0x9005, dev=0x005f, revid=0x00 class=01-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 intpin=a, irq=19 map[0]: type 4, range 32, base 00004c00, size 8 map[1]: type 1, range 64, base f6ffe000, size 12 map[2]: type 0, range 0, base 00000000, size 0 ahc2: <Adaptec aic7896/97 Ultra2 SCSI adapter> rev 0x00 int a irq 19 on pci2.3.1 using shared irq19. bogus MP table, 2 IO APIC pins connected to the same PCI device or ISA/EISA interrupt using shared irq20. Registered extra interrupt handler for int 20 (in addition to int 19) ahc2: Reading SEEPROM...done. ahc2: Manual LVD Termination ahc2: BIOS eeprom is present ahc2: Secondary High byte termination Enabled ahc2: Secondary Low byte termination Enabled ahc2: Primary Low Byte termination Enabled ahc2: Primary High Byte termination Enabled ahc2: aic7896/97 Wide Channel B, SCSI Id=7, 16/255 SCBs ahc2: Downloading Sequencer Program... 399 instructions downloaded Freeing (NOT implemented) redirected PCI irq 15. found-> vendor=0x1385, dev=0x620a, revid=0x01 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=21 map[0]: type 1, range 32, base f6ff8000, size 14 ti0: <Netgear GA620 Gigabit Ethernet> rev 0x01 int a irq 21 on pci2.5.0 ti0: Ethernet address: 00:a0:cc:73:32:dd bpf: ti0 attached Probing for devices on PCI bus 3: Probing for devices on the ISA bus: sc0 on isa sc0: fb0 kbd0 sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa kbd0: atkbd0, generic (3), config:0x0, flags:0x3f0000 psm0: current command byte:0065 kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fe kbdc: RESET_AUX return code:00fe kbdc: RESET_AUX return code:00fe kbdc: DIAGNOSE status:0055 kbdc: TEST_KBD_PORT status:0000 psm0: failed to reset the aux device. psm0 not found sio0: irq maps: 0x1 0x11 0x1 0x1 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1: irq maps: 0x1 0x9 0x1 0x1 sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in lnc0 not found at 0x280 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3b0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0x0 size:0k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 07 30 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff npx0 on motherboard npx0: INT 16 interface imasks: bio c8000040, tty c300001a, net c6260000 SMP: enabled INTs: 1, 3, 4, 6, 16, 17, 18, 19, 20, 21, apic_imen: 0x00c0ffa5 BIOS Geometries: 0:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors 1:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors 2:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors 3:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors 4:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors 0 accounted for Device configuration finished. APIC_IO: Testing 8254 interrupt delivery APIC_IO: Broken MP table detected: 8254 is not connected to IO APIC int pin 2 APIC_IO: routing 8254 via 8259 on pin 0 bpf: tun0 attached bpf: ppp0 attached new masks: bio c8000040, tty c300001a, net c726001a bpf: lo0 attached Waiting 3 seconds for SCSI devices to settle (noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. (noperiph:ahc1:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. (noperiph:ahc2:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. SMP: AP CPU #1 Launched! SMP: CPU1 apic_initialize(): lint0: 0x00010700 lint1: 0x00010400 TPR: 0x00000010 SVR: 0x000001ff Sending WDTR! ahc1: target 0 using 16bit transfers ahc1: target 0 synchronous at 40.0MHz, offset = 0xf Sending SDTR! Sending WDTR! ahc1: target 1 using 16bit transfers ahc1: target 1 synchronous at 40.0MHz, offset = 0xf Sending SDTR! ahc1: target 0 using asynchronous transfers ahc1: target 0 synchronous at 40.0MHz, offset = 0xf ahc1: target 1 using asynchronous transfers ahc1: target 1 synchronous at 40.0MHz, offset = 0xf ahc1: target 1 using asynchronous transfers ahc1: target 1 synchronous at 40.0MHz, offset = 0xf ahc1: target 0 using asynchronous transfers ahc1: target 0 synchronous at 40.0MHz, offset = 0xf ahc2: target 0 using 16bit transfers ahc2: target 0 synchronous at 20.0MHz, offset = 0xf ahc2: target 0 using asynchronous transfers ahc2: target 0 synchronous at 20.0MHz, offset = 0xf ahc0: target 0 using 16bit transfers ahc0: target 0 synchronous at 20.0MHz, offset = 0xf ahc2: target 0 using asynchronous transfers ahc2: target 0 synchronous at 20.0MHz, offset = 0xf ahc0: target 0 using asynchronous transfers ahc0: target 0 synchronous at 20.0MHz, offset = 0xf ahc0: target 0 using asynchronous transfers ahc0: target 0 synchronous at 20.0MHz, offset = 0xf sa0 at ahc0 bus 0 target 0 lun 0 sa0: <SONY TSL-A500C L100> Removable Sequential Access SCSI-2 device sa0: Serial Number 0009280111 sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) pass0 at ahc0 bus 0 target 0 lun 0 pass0: <SONY TSL-A500C L100> Removable Sequential Access SCSI-2 device pass0: Serial Number 0009280111 pass0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) pass1 at ahc0 bus 0 target 0 lun 1 pass1: <SONY TSL-A500C L100> Removable Changer SCSI-2 device pass1: Serial Number 3761633968 pass1: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) pass2 at ahc1 bus 0 target 0 lun 0 pass2: <IBM-PSG ST39175LC !# 0350> Fixed Direct Access SCSI-2 device pass2: Serial Number 3AL11X6M000070213A84 pass2: 80.000MB/s transfers (40.000MHz, offset 15, 16bit), Tagged Queueing Enabled pass3 at ahc1 bus 0 target 1 lun 0 pass3: <IBM-PSG ST39175LC !# 0350> Fixed Direct Access SCSI-2 device pass3: Serial Number 3AL0Q3QW00007013J51Y pass3: 80.000MB/s transfers (40.000MHz, offset 15, 16bit), Tagged Queueing Enabled pass4 at ahc1 bus 0 target 15 lun 0 pass4: <IBM LN V1.2Rack B004> Fixed Processor SCSI-2 device pass4: Serial Number 1 pass4: 3.300MB/s transfers pass5 at ahc2 bus 0 target 0 lun 0 pass5: <CMD TECH CRD-5644 C1-9> Fixed Direct Access SCSI-2 device pass5: Serial Number 00000040038804170017180d5c620300 pass5: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled pass6 at ahc2 bus 0 target 0 lun 1 pass6: <CMD TECH CRD-5644 C1-9> Fixed Direct Access SCSI-2 device pass6: Serial Number 00000040076504170017183091d90201 pass6: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled pass7 at ahc2 bus 0 target 0 lun 2 pass7: <CMD TECH CRD-5644 C1-9> Fixed Direct Access SCSI-2 device pass7: Serial Number 000000400765041700171a3514ab0102 pass7: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled pass1 at ahc0 bus 0 target 0 lun 1 pass1: <SONY TSL-A500C L100> Removable Changer SCSI-2 device pass1: Serial Number 3761633968 pass1: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) pass4 at ahc1 bus 0 target 15 lun 0 pass4: <IBM LN V1.2Rack B004> Fixed Processor SCSI-2 device pass4: Serial Number 1 pass4: 3.300MB/s transfers da2 at ahc2 bus 0 target 0 lun 0 da2: <CMD TECH CRD-5644 C1-9> Fixed Direct Access SCSI-2 device da2: Serial Number 00000040038804170017180d5c620300 da2: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled da2: 140014MB (286748672 512 byte sectors: 255H 63S/T 17849C) da3 at ahc2 bus 0 target 0 lun 1 da3: <CMD TECH CRD-5644 C1-9> Fixed Direct Access SCSI-2 device da3: Serial Number 00000040076504170017183091d90201 da3: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled da3: 140014MB (286748672 512 byte sectors: 255H 63S/T 17849C) da4 at ahc2 bus 0 target 0 lun 2 da4: <CMD TECH CRD-5644 C1-9> Fixed Direct Access SCSI-2 device da4: Serial Number 000000400765041700171a3514ab0102 da4: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled da4: 140014MB (286748672 512 byte sectors: 255H 63S/T 17849C) da0 at ahc1 bus 0 target 0 lun 0 da0: <IBM-PSG ST39175LC !# 0350> Fixed Direct Access SCSI-2 device da0: Serial Number 3AL11X6M000070213A84 da0: 80.000MB/s transfers (40.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 8678MB (17774160 512 byte sectors: 255H 63S/T 1106C) da1 at ahc1 bus 0 target 1 lun 0 da1: <IBM-PSG ST39175LC !# 0350> Fixed Direct Access SCSI-2 device da1: Serial Number 3AL0Q3QW00007013J51Y da1: 80.000MB/s transfers (40.000MHz, offset 15, 16bit), Tagged Queueing Enabled da1: 8678MB (17774160 512 byte sectors: 255H 63S/T 1106C) Considering FFS root f/s. changing root device to da0s1a da0s1: type 0xa5, start 63, end = 17767889, size 17767827 : OK start_init: trying /sbin/init da1s1: type 0xa5, start 63, end = 17767889, size 17767827 : OK da1s1: type 0xa5, start 63, end = 17767889, size 17767827 : OK da1s1: type 0xa5, start 63, end = 17767889, size 17767827 : OK da1s1: type 0xa5, start 63, end = 17767889, size 17767827 : OK da1s1: type 0xa5, start 63, end = 17767889, size 17767827 : OK cmd ntpd pid 132 tried to use non-present sched_get_priority_max cmd ntpd pid 132 tried to use non-present sched_setscheduler To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?99424.956701032>