| Commit message (Expand) | Author | Age | Files | Lines |
* | MFi386: sync rtc code - don't setup an interrupt handler for irq0 when | Peter Wemm | 2005-04-15 | 1 | -28/+32 |
* | MFi386: remove NO_MIXED_MODE | Peter Wemm | 2005-04-15 | 2 | -10/+0 |
* | MFi386: use the lapic timer for UP systems that are using the apic so that | Peter Wemm | 2005-04-15 | 4 | -95/+19 |
* | MFi386: use c99 types | Peter Wemm | 2005-04-15 | 1 | -2/+2 |
* | Show that I can actually count. | Peter Wemm | 2005-04-15 | 1 | -2/+2 |
* | MFi386: track bus.h changes (unsplit bus_${machine}.h) | Peter Wemm | 2005-04-15 | 2 | -1233/+1219 |
* | MFi386: revision 1.219. | Yoshihiro Takahashi | 2005-04-15 | 1 | -1/+0 |
* | Make things compile again with ATA_STATIC_ID. | Søren Schmidt | 2005-04-15 | 1 | -2/+2 |
* | Fix a typo in the comment. | Maxim Konovalov | 2005-04-15 | 1 | -1/+1 |
* | Move the creation of ata_channel child devices to the channel code. | Søren Schmidt | 2005-04-15 | 8 | -179/+135 |
* | - Return error, if there was one. | Gleb Smirnoff | 2005-04-15 | 1 | -2/+2 |
* | Really remove the last vestiges of mixed mode from all but amd64. | John Baldwin | 2005-04-15 | 2 | -21/+0 |
* | Oops, remove last mention of mixed mode. | John Baldwin | 2005-04-15 | 1 | -1/+0 |
* | Zero the ifr.ifr_name buffer in ifconf() in order to avoid | Colin Percival | 2005-04-15 | 1 | -0/+6 |
* | Centralized finding the protocol header in IP packets in preperation for | Brooks Davis | 2005-04-15 | 1 | -92/+109 |
* | Initialize curthread before we save the APs MCA state. Saving the | Marcel Moolenaar | 2005-04-15 | 1 | -6/+8 |
* | Fix for a TCP SACK bug where more than (win/2) bytes could have been | Paul Saab | 2005-04-14 | 4 | -3/+76 |
* | Close a race I introduced in the spinlock_* changes. We need to finish | John Baldwin | 2005-04-14 | 1 | -1/+3 |
* | Trust the settings programmed by the BIOS over what the $PIR says. | John Baldwin | 2005-04-14 | 1 | -18/+48 |
* | Remove support for mixed mode altogether now that we no longer use IRQ 0 | John Baldwin | 2005-04-14 | 6 | -99/+8 |
* | Call pci_print_verbose() before pci_add_resources() so that the order of | John Baldwin | 2005-04-14 | 1 | -1/+1 |
* | Implement 32-bit compatable fsbase/gsbase methods so that we can run | Peter Wemm | 2005-04-14 | 2 | -0/+26 |
* | Move MAC check_vnode_mmap entry point out from being exclusive to | Christian S.J. Peron | 2005-04-14 | 11 | -19/+23 |
* | In ppsintr, we needed ppsdev to get to the softc and nothing else. | Warner Losh | 2005-04-14 | 1 | -11/+7 |
* | Correct typo. | Christian Brueffer | 2005-04-14 | 1 | -1/+1 |
* | Unbreak the vector_page == 0x00000000 case. Map the vector page L1PT into the | Olivier Houchard | 2005-04-14 | 1 | -2/+4 |
* | MFi386: revision 1.612. | Yoshihiro Takahashi | 2005-04-14 | 2 | -100/+176 |
* | MFi386: revision 1.20. | Yoshihiro Takahashi | 2005-04-14 | 1 | -1/+1 |
* | Remove dead code which would never execute. | George V. Neville-Neil | 2005-04-14 | 1 | -18/+18 |
* | Read back the real taskfile register values when in 48BIT mode. | Søren Schmidt | 2005-04-14 | 2 | -6/+23 |
* | - cache_lookup() relocks the parent in the DOTDOT case for us. | Jeff Roberson | 2005-04-14 | 2 | -4/+0 |
* | Use AcpiUtStrupr() instead of strupr() as the latter will disappear in | Mark Santcroos | 2005-04-14 | 1 | -1/+1 |
* | Probe PCI link devices early so that we turn them all off via _DIS before | John Baldwin | 2005-04-14 | 1 | -0/+4 |
* | Bah, add a missing cast. | John Baldwin | 2005-04-14 | 1 | -1/+1 |
* | Close a race between sleepq_broadcast() and sleepq_catch_signals(). | John Baldwin | 2005-04-14 | 1 | -47/+21 |
* | Always use the local APIC timer, even on UP machines. | John Baldwin | 2005-04-14 | 2 | -8/+0 |
* | If an I/O APIC returns 0xffffffff for its version register after we map it, | John Baldwin | 2005-04-14 | 1 | -2/+11 |
* | rev 1.54 of i386/include/pcb.h depended on sys/proc.h. The prerequisite | Peter Wemm | 2005-04-14 | 2 | -0/+2 |
* | Make sure we look at the correct sub op codes when | Matt Jacob | 2005-04-14 | 1 | -3/+22 |
* | Take constructive advice from njl && reformat | Matt Jacob | 2005-04-14 | 1 | -0/+6 |
* | Quirk for ZICPlay USB MP3 Player. | Nate Lawson | 2005-04-14 | 1 | -0/+8 |
* | It seems I introduced a new prerequisite for <machine/pcb.h> on i386, | Peter Wemm | 2005-04-14 | 1 | -0/+3 |
* | Apply quirk. | Matt Jacob | 2005-04-14 | 1 | -0/+4 |
* | Applied conservative version of suggested quirk. | Matt Jacob | 2005-04-14 | 1 | -0/+7 |
* | Apply quirk suggested by submitter. | Matt Jacob | 2005-04-14 | 1 | -1/+1 |
* | The divide by zero panic must have been due to a bogus | Matt Jacob | 2005-04-14 | 1 | -0/+9 |
* | Allow user processes to completely empty out their LDT, now that user | Peter Wemm | 2005-04-14 | 1 | -1/+1 |
* | - Remove a debugging printf that slipped in. | Jeff Roberson | 2005-04-13 | 1 | -1/+0 |
* | Change the segment limits to 4GB, we set the user accessible bit on all | Peter Wemm | 2005-04-13 | 9 | -67/+201 |
* | Fix mss byte order, only affects synproxy code path. | Gleb Smirnoff | 2005-04-13 | 1 | -0/+2 |