aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-2650-1231/+66
* Fix disorder introduce in 1.862 by sorting emu10k before miidevs.h,Warner Losh2004-05-261-5/+5
* devlist2h.awk is too generic a name for what it does. It reallyWarner Losh2004-05-263-151/+4
* Keepalive timer should be added if we does not have any sppp consumers beforeRoman Kurakin2004-05-251-2/+2
* MFS: vm_map.c rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATEDag-Erling Smørgrav2004-05-251-1/+5
* Back out previous commit; it went to the wrong file.Dag-Erling Smørgrav2004-05-251-8/+1
* MFS: rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATE semantics butDag-Erling Smørgrav2004-05-251-1/+8
* Enable GPE at runtime rather than suspend time. This is to match theNate Lawson2004-05-252-2/+6
* Add a super-user check to ipfw_ctl() to make sure that the callingChristian S.J. Peron2004-05-251-0/+4
* Teach fxp(4) to control VLAN_MTU in the hardware.Yaroslav Tykhiy2004-05-252-8/+17
* After all the relevant drivers have been fixed, fix vlan(4) itselfYaroslav Tykhiy2004-05-251-27/+27
* As previously threatened, give each device its own sysctl context andDag-Erling Smørgrav2004-05-252-29/+156
* Set the IFCAP_VLAN_MTU bit in capenable as well.Dag-Erling Smørgrav2004-05-251-0/+1
* Set baudrate to 100 Mbps, and advertise our ability to handle extendedDag-Erling Smørgrav2004-05-251-1/+7
* Round #1 of improving pcf(4).Joerg Wunsch2004-05-254-320/+645
* Use the correct location of the EBDA for searching for the RSDP.Nate Lawson2004-05-251-7/+9
* Correct two error cases in vm_map_unwire():Alan Cox2004-05-251-4/+5
* Remove call to _INI for thermal devices. ACPI-CA now calls _INI forNate Lawson2004-05-251-6/+0
* This commit was generated by cvs2svn to compensate for changes in r129694,Nate Lawson2004-05-251-1/+1
|\
| * Remove a warning of a constant that is too large. Change submitted toNate Lawson2004-05-251-1/+1
* | Changes to implement 20040514:Nate Lawson2004-05-255-45/+67
* | Local change: allow usermode to compile this header. Submitted to vendor.Nate Lawson2004-05-251-7/+1
* | Local change: don't hang forever if WAK_STS is never set.Nate Lawson2004-05-251-9/+32
* | Local change: remove warnings.Nate Lawson2004-05-253-45/+66
* | Local diff: allow use of the disassembler.Nate Lawson2004-05-251-2/+33
* | Unchanged files that are off the vendor branch.Nate Lawson2004-05-253-12/+24
* | This commit was generated by cvs2svn to compensate for changes in r129684,Nate Lawson2004-05-2549-1117/+2045
|\|
| * Vendor import of Intel ACPI-CA 20040514.Nate Lawson2004-05-2558-1192/+2201
| * Only avoid disabling bus mastering on the sleep path. This should fixNate Lawson2004-04-141-13/+13
* | Use NG_NODESIZ instead of (NG_NODELEN + 1)Julian Elischer2004-05-241-1/+1
* | Use NG_HOOKSIZ instead of the deprecated (NG_HOOKLEN + 1)Julian Elischer2004-05-241-1/+1
* | Use PCI_BAR() rather than PCIR_MAPS.John Baldwin2004-05-241-5/+5
* | Wrap the code to save/restore PCI config registers on suspend/resume inJohn Baldwin2004-05-243-0/+18
* | Change a if (...) panic() to a KASSERT().Maxime Henrion2004-05-241-2/+2
* | Use PCI_BAR() in preference to PCI_MAPS + x * 4.Warner Losh2004-05-241-2/+2
* | Grammar.Maxim Konovalov2004-05-241-1/+1
* | Do not write to those config registers that are unambiguously definedWarner Losh2004-05-241-19/+0
* | Revert part of rev 1.230 and assume that all EISA IRQs use active highJohn Baldwin2004-05-241-8/+1
* | Oops, ".align 4" for the data section in the previous commit shouldBruce Evans2004-05-241-3/+3
* | Fixed profiling of trap, syscall and interrupt handlers and someBruce Evans2004-05-244-9/+43
* | Don't repeat the definition of IDTVEC(). It is in asmacros.h.Bruce Evans2004-05-241-3/+0
* | Remove another redundant if_output initialization.Maxime Henrion2004-05-241-1/+0
* | Fixed insertion sort error in previous commit (prof_machdep.c).Bruce Evans2004-05-241-4/+4
* | Store the target handles in a separate list from normal commands. Add aNate Lawson2004-05-246-15/+125
* | Add support for BCM5705KPaul Saab2004-05-242-0/+3
* | The socket code upcalls into the NFS server using the so_upcallRobert Watson2004-05-247-84/+642
* | Consult parent's if_capenable for active VLAN-related capabilities.Yaroslav Tykhiy2004-05-231-1/+8
* | Only initialize the if_sis callout as MPSAFE if debug.mpsafenet is setRobert Watson2004-05-231-1/+4
* | A handler for ioctl(SIOCSIFCAP) should not alter a bit inYaroslav Tykhiy2004-05-238-8/+17
* | According to the design of checksum offloading framework,Yaroslav Tykhiy2004-05-231-2/+5