aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFi386: sync rtc code - don't setup an interrupt handler for irq0 whenPeter Wemm2005-04-151-28/+32
* MFi386: remove NO_MIXED_MODEPeter Wemm2005-04-152-10/+0
* MFi386: use the lapic timer for UP systems that are using the apic so thatPeter Wemm2005-04-154-95/+19
* MFi386: use c99 typesPeter Wemm2005-04-151-2/+2
* Show that I can actually count.Peter Wemm2005-04-151-2/+2
* MFi386: track bus.h changes (unsplit bus_${machine}.h)Peter Wemm2005-04-152-1233/+1219
* MFi386: revision 1.219.Yoshihiro Takahashi2005-04-151-1/+0
* Make things compile again with ATA_STATIC_ID.Søren Schmidt2005-04-151-2/+2
* Fix a typo in the comment.Maxim Konovalov2005-04-151-1/+1
* Move the creation of ata_channel child devices to the channel code.Søren Schmidt2005-04-158-179/+135
* - Return error, if there was one.Gleb Smirnoff2005-04-151-2/+2
* Really remove the last vestiges of mixed mode from all but amd64.John Baldwin2005-04-152-21/+0
* Oops, remove last mention of mixed mode.John Baldwin2005-04-151-1/+0
* Zero the ifr.ifr_name buffer in ifconf() in order to avoidColin Percival2005-04-151-0/+6
* Centralized finding the protocol header in IP packets in preperation forBrooks Davis2005-04-151-92/+109
* Initialize curthread before we save the APs MCA state. Saving theMarcel Moolenaar2005-04-151-6/+8
* Fix for a TCP SACK bug where more than (win/2) bytes could have beenPaul Saab2005-04-144-3/+76
* Close a race I introduced in the spinlock_* changes. We need to finishJohn Baldwin2005-04-141-1/+3
* Trust the settings programmed by the BIOS over what the $PIR says.John Baldwin2005-04-141-18/+48
* Remove support for mixed mode altogether now that we no longer use IRQ 0John Baldwin2005-04-146-99/+8
* Call pci_print_verbose() before pci_add_resources() so that the order ofJohn Baldwin2005-04-141-1/+1
* Implement 32-bit compatable fsbase/gsbase methods so that we can runPeter Wemm2005-04-142-0/+26
* Move MAC check_vnode_mmap entry point out from being exclusive toChristian S.J. Peron2005-04-1411-19/+23
* In ppsintr, we needed ppsdev to get to the softc and nothing else.Warner Losh2005-04-141-11/+7
* Correct typo.Christian Brueffer2005-04-141-1/+1
* Unbreak the vector_page == 0x00000000 case. Map the vector page L1PT into theOlivier Houchard2005-04-141-2/+4
* MFi386: revision 1.612.Yoshihiro Takahashi2005-04-142-100/+176
* MFi386: revision 1.20.Yoshihiro Takahashi2005-04-141-1/+1
* Remove dead code which would never execute.George V. Neville-Neil2005-04-141-18/+18
* Read back the real taskfile register values when in 48BIT mode.Søren Schmidt2005-04-142-6/+23
* - cache_lookup() relocks the parent in the DOTDOT case for us.Jeff Roberson2005-04-142-4/+0
* Use AcpiUtStrupr() instead of strupr() as the latter will disappear inMark Santcroos2005-04-141-1/+1
* Probe PCI link devices early so that we turn them all off via _DIS beforeJohn Baldwin2005-04-141-0/+4
* Bah, add a missing cast.John Baldwin2005-04-141-1/+1
* Close a race between sleepq_broadcast() and sleepq_catch_signals().John Baldwin2005-04-141-47/+21
* Always use the local APIC timer, even on UP machines.John Baldwin2005-04-142-8/+0
* If an I/O APIC returns 0xffffffff for its version register after we map it,John Baldwin2005-04-141-2/+11
* rev 1.54 of i386/include/pcb.h depended on sys/proc.h. The prerequisitePeter Wemm2005-04-142-0/+2
* Make sure we look at the correct sub op codes whenMatt Jacob2005-04-141-3/+22
* Take constructive advice from njl && reformatMatt Jacob2005-04-141-0/+6
* Quirk for ZICPlay USB MP3 Player.Nate Lawson2005-04-141-0/+8
* It seems I introduced a new prerequisite for <machine/pcb.h> on i386,Peter Wemm2005-04-141-0/+3
* Apply quirk.Matt Jacob2005-04-141-0/+4
* Applied conservative version of suggested quirk.Matt Jacob2005-04-141-0/+7
* Apply quirk suggested by submitter.Matt Jacob2005-04-141-1/+1
* The divide by zero panic must have been due to a bogusMatt Jacob2005-04-141-0/+9
* Allow user processes to completely empty out their LDT, now that userPeter Wemm2005-04-141-1/+1
* - Remove a debugging printf that slipped in.Jeff Roberson2005-04-131-1/+0
* Change the segment limits to 4GB, we set the user accessible bit on allPeter Wemm2005-04-139-67/+201
* Fix mss byte order, only affects synproxy code path.Gleb Smirnoff2005-04-131-0/+2