| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the bus_dma_tag_create use NULL for the lock arguments. We are | harti | 2003-07-02 | 1 | -5/+6 |
* | The .s files were repo-copied to .S files. | ru | 2003-07-02 | 8 | -4687/+7 |
* | Revert non-style part of the recent two deltas that dealt with | ru | 2003-07-02 | 2 | -10/+2 |
* | sys/ia64/ia64/pal.s has been repocopied to pal.S. | ru | 2003-07-02 | 1 | -1/+1 |
* | Allow VPI/VCI 0/0 to be opened. This will be used by the IDT77252 driver | harti | 2003-07-02 | 1 | -9/+22 |
* | pal_stub.s has been repo-copied to pal_stub.S. | ru | 2003-07-02 | 2 | -66/+1 |
* | Update the SATA support code to work more correctly with | sos | 2003-07-02 | 3 | -57/+121 |
* | Change idle sleep indentifier to "-" for nfsiod | phk | 2003-07-02 | 1 | -1/+1 |
* | Change idle state sleep identifier to "-" for nfsd. | phk | 2003-07-02 | 1 | -1/+1 |
* | Only dump 512 bytes of debugging. | phk | 2003-07-02 | 1 | -1/+2 |
* | Change the sleep identifier to "-" where random normally sleeps. | phk | 2003-07-02 | 1 | -1/+1 |
* | typo fix in comment. | phk | 2003-07-02 | 1 | -1/+1 |
* | Fix a few style(9) nits. | mux | 2003-07-02 | 1 | -13/+9 |
* | The use of SYSINIT requires the inclusion of <sys/kernel.h> | marcel | 2003-07-02 | 1 | -0/+1 |
* | Allow SA process unblocks a thread blocked in condition variable. | davidxu | 2003-07-02 | 1 | -2/+8 |
* | Make this even closer to other busdma backends. | mux | 2003-07-01 | 1 | -12/+26 |
* | Oops, add back a free() call that I mistakenly removed in | mux | 2003-07-01 | 1 | -0/+1 |
* | Sync more things with other backends. | mux | 2003-07-01 | 2 | -24/+18 |
* | Sync with i386's busdma backend. This fixes a few bugs and adds | mux | 2003-07-01 | 1 | -33/+48 |
* | Sync bounce pages support with the alpha backend. More precisely: | mux | 2003-07-01 | 1 | -39/+55 |
* | Add a new mount flag MNT_BYFSID that can be used to unmount a file | iedowse | 2003-07-01 | 2 | -28/+34 |
* | Honor the boundary of the busdma tag when allocating bounce pages. | mux | 2003-07-01 | 3 | -3/+3 |
* | Make swi_vm be INTR_MPSAFE. On all platforms, it is only used to activate | scottl | 2003-07-01 | 1 | -1/+1 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 116 | -162/+878 |
* | Add a commented-out entry for OFW_NEWPCI to GENERIC and NOTES, along | tmm | 2003-07-01 | 2 | -1/+17 |
* | Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCI | tmm | 2003-07-01 | 19 | -372/+1160 |
* | Add PnP PS/2 id for Dell Latitude X200. | mikeh | 2003-07-01 | 2 | -0/+2 |
* | Some gem and hme hardware bogusly has the intpin register hardwired to | tmm | 2003-07-01 | 2 | -7/+12 |
* | Add a new PCI interface method, assign_interrupt, to determine the | tmm | 2003-07-01 | 5 | -6/+25 |
* | Allow to write the intpin ivar using the pci_set_intpin() accessor. There | tmm | 2003-07-01 | 1 | -1/+3 |
* | Regen. | joe | 2003-07-01 | 2 | -2/+9 |
* | USB scanner support for Mustek BearPaw scanner. | joe | 2003-07-01 | 2 | -0/+2 |
* | Fix tsleep/wakup race on FreeBSD-4. | simokawa | 2003-07-01 | 1 | -2/+14 |
* | Regen. | joe | 2003-07-01 | 2 | -2/+9 |
* | Support the Epson GT-9300UF usb scanner. | joe | 2003-07-01 | 2 | -0/+2 |
* | free_drive: Free the drive even if it's referenced. I don't know what | grog | 2003-07-01 | 1 | -12/+7 |
* | Modify vm_page_alloc() and vm_page_select_cache() to allow the page that | alc | 2003-07-01 | 1 | -2/+4 |
* | Check the address provided to vm_map_stack() against the vm map's maximum, | alc | 2003-07-01 | 1 | -1/+2 |
* | Add the beastie_disable variable which allows to turn the beastie | brueffer | 2003-07-01 | 1 | -0/+1 |
* | bsd.lib.mk,v 1.143 no longer uses ld(1) directly to strip | ru | 2003-06-30 | 1 | -1/+0 |
* | Switch to using bsd.prog.mk; this gives us back the standard | ru | 2003-06-30 | 2 | -10/+4 |
* | Fix typo. | davidxu | 2003-06-30 | 2 | -2/+2 |
* | Include file clean up. | simokawa | 2003-06-30 | 3 | -4/+11 |
* | nitpicking | sam | 2003-06-30 | 1 | -5/+3 |
* | consolidate callback optimization check in one location by adding a flag | sam | 2003-06-30 | 5 | -67/+23 |
* | correct transfer statistics | sam | 2003-06-30 | 1 | -0/+1 |
* | acknowledge the contribution of Atsushi Onoe | sam | 2003-06-30 | 1 | -0/+3 |
* | MFi386: revision 1.16. | ru | 2003-06-30 | 1 | -10/+4 |
* | Revision 1.13, besides its useful part, replaced bsd.prog.mk by | ru | 2003-06-30 | 1 | -10/+4 |
* | plug xform memory leaks: | sam | 2003-06-29 | 2 | -2/+15 |