| Commit message (Expand) | Author | Age | Files | Lines |
* | Use NG_HOOKSIZ instead of the deprecated (NG_HOOKLEN + 1) | julian | 2004-05-24 | 1 | -1/+1 |
* | Use PCI_BAR() rather than PCIR_MAPS. | jhb | 2004-05-24 | 1 | -5/+5 |
* | Wrap the code to save/restore PCI config registers on suspend/resume in | jhb | 2004-05-24 | 3 | -0/+18 |
* | Change a if (...) panic() to a KASSERT(). | mux | 2004-05-24 | 1 | -2/+2 |
* | Use PCI_BAR() in preference to PCI_MAPS + x * 4. | imp | 2004-05-24 | 1 | -2/+2 |
* | Grammar. | maxim | 2004-05-24 | 1 | -1/+1 |
* | Do not write to those config registers that are unambiguously defined | imp | 2004-05-24 | 1 | -19/+0 |
* | Revert part of rev 1.230 and assume that all EISA IRQs use active high | jhb | 2004-05-24 | 1 | -8/+1 |
* | Oops, ".align 4" for the data section in the previous commit should | bde | 2004-05-24 | 1 | -3/+3 |
* | Fixed profiling of trap, syscall and interrupt handlers and some | bde | 2004-05-24 | 4 | -9/+43 |
* | Don't repeat the definition of IDTVEC(). It is in asmacros.h. | bde | 2004-05-24 | 1 | -3/+0 |
* | Remove another redundant if_output initialization. | mux | 2004-05-24 | 1 | -1/+0 |
* | Fixed insertion sort error in previous commit (prof_machdep.c). | bde | 2004-05-24 | 1 | -4/+4 |
* | Store the target handles in a separate list from normal commands. Add a | njl | 2004-05-24 | 6 | -15/+125 |
* | Add support for BCM5705K | ps | 2004-05-24 | 2 | -0/+3 |
* | The socket code upcalls into the NFS server using the so_upcall | rwatson | 2004-05-24 | 7 | -84/+642 |
* | Consult parent's if_capenable for active VLAN-related capabilities. | yar | 2004-05-23 | 1 | -1/+8 |
* | Only initialize the if_sis callout as MPSAFE if debug.mpsafenet is set | rwatson | 2004-05-23 | 1 | -1/+4 |
* | A handler for ioctl(SIOCSIFCAP) should not alter a bit in | yar | 2004-05-23 | 8 | -8/+17 |
* | According to the design of checksum offloading framework, | yar | 2004-05-23 | 1 | -2/+5 |
* | Mark the VLAN_MTU capability as initially enabled since it's | yar | 2004-05-23 | 2 | -0/+2 |
* | Added profiling support for Xint0x80_syscall. | bde | 2004-05-23 | 1 | -0/+2 |
* | Don't try to copy out the result payload if there isn't one. This ioctl | dfr | 2004-05-23 | 1 | -6/+14 |
* | Build prof_machdep.c if profiling. | bde | 2004-05-23 | 1 | -0/+1 |
* | Adjusted for amd64 after repo-copy. The adjustments are routine, except: | bde | 2004-05-23 | 1 | -23/+53 |
* | MFamd64 (1.117: made the FAKE_MCOUNT() in doreti work non-accidentally, | bde | 2004-05-23 | 1 | -2/+1 |
* | Restored FAKE_MCOUNT() and MEXITCOUNT invocations and adjusted them for | bde | 2004-05-23 | 1 | -0/+8 |
* | Update URL to HID spec. | le | 2004-05-23 | 1 | -1/+1 |
* | Update URL to HID spec. | le | 2004-05-23 | 1 | -1/+1 |
* | MFamd64 (put TF_EIP in assym.s and use it instead of a magic offset in | bde | 2004-05-23 | 4 | -7/+8 |
* | Adjusted FAKE_MCOUNT()s for amd64. This is needed for both ordinary | bde | 2004-05-23 | 2 | -4/+4 |
* | We don't need to initialize if_output, ether_ifattach() does it | mux | 2004-05-23 | 37 | -37/+0 |
* | MFamd64 (1.111: fixed missing call to .mexitcount in lgdt()). | bde | 2004-05-23 | 1 | -0/+1 |
* | Spell "retq" as "ret" in pagezero() like it is everywhere, else so | bde | 2004-05-23 | 1 | -1/+2 |
* | Initialise OHCI_CROMHDR and OHCI_BUS_OPT in fwohci_ibr to make sure that | dfr | 2004-05-23 | 1 | -0/+7 |
* | MFNetBSD 1.80; author: wiz | le | 2004-05-23 | 1 | -2/+3 |
* | Replace the static "qdat" structure with a per-instance softc field | iedowse | 2004-05-23 | 12 | -32/+24 |
* | Diff reduction to NetBSD. | le | 2004-05-23 | 1 | -3/+5 |
* | Use __FBSDID. | mux | 2004-05-23 | 2 | -4/+6 |
* | Apply fix for long timeouts on driver initialisation. | dmlb | 2004-05-23 | 1 | -2/+7 |
* | In agp_generic_bind_memory(), grab the needed pages before acquiring | mux | 2004-05-23 | 2 | -60/+84 |
* | Implement the new KERN_PROC_RGID option, and also implement the | gad | 2004-05-22 | 1 | -0/+28 |
* | Define a KERN_PROC_RGID option for kvm_getprocs(). | gad | 2004-05-22 | 1 | -0/+1 |
* | Revert the previous commit. The bus accessor macros do not check the | njl | 2004-05-22 | 1 | -3/+56 |
* | - Rearrange a comment to fit in 80 chars per line, like the rest of this | marius | 2004-05-22 | 1 | -4/+4 |
* | - Move OFW_NAME_MAX, used as a limit for OFW property names and device | marius | 2004-05-22 | 2 | -13/+24 |
* | Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's to | dfr | 2004-05-22 | 18 | -573/+573 |
* | Add Intel PCI vendor ID. | le | 2004-05-22 | 1 | -0/+4 |
* | Don't forget to reset if_hwassist back to 0 when hardware checksumming | yar | 2004-05-22 | 1 | -1/+3 |
* | Remove two debugging printf(). | mux | 2004-05-22 | 1 | -2/+0 |