| Commit message (Expand) | Author | Age | Files | Lines |
| * | - add support for IPX (tested with mount -t nwfs and mars_nwe), | Max Khon | 2003-01-24 | 5 | -93/+173 |
| * | - The 'aux' field isn't around any longer. | Matthew N. Dodd | 2003-01-24 | 1 | -7/+5 |
| * | add forgotten IFA_LOCK_INIT | Max Khon | 2003-01-23 | 1 | -0/+1 |
| * | More useful announce message containing current speed of CPU | Nate Lawson | 2003-01-23 | 1 | -3/+3 |
| * | Remove redundant printf from targbhasync() since all places that return an | Nate Lawson | 2003-01-23 | 1 | -4/+0 |
| * | - Add sysctl knob for bus manager. (hw.firewire.try_bmr) | Hidetoshi Shimokawa | 2003-01-23 | 2 | -18/+29 |
| * | Clean up some junk defines, and GC the TPR options. | Peter Wemm | 2003-01-23 | 1 | -23/+0 |
| * | Nuke CHEAP_TPR stuff, including LOPRIO_LEVEL (bogus) and ALLHWI_LEVEL | Peter Wemm | 2003-01-23 | 3 | -51/+0 |
| * | Hack around a bug in the 2200 and 2120 controllers that connot DMA | Scott Long | 2003-01-23 | 2 | -4/+18 |
| * | Now that TPR isn't bogusly raised at boot, there is no need to clear | Peter Wemm | 2003-01-23 | 3 | -24/+0 |
| * | Dont raise the TPR register at initialization time. It only causes | Peter Wemm | 2003-01-23 | 1 | -2/+0 |
| * | Implement SIOCGIFMEDIA for vlan devices by passing the request to the | Bill Fenner | 2003-01-22 | 1 | -0/+23 |
| * | YAM: This id is found in a Sony Vaio GRX-670. When will this end? | Marcel Moolenaar | 2003-01-22 | 2 | -0/+2 |
| * | Revert AHD_TIMER_MAX_US to its original definition now that the | Justin T. Gibbs | 2003-01-22 | 1 | -2/+1 |
| * | Update GENSRCS and aicasm options correctly depending on whether register | Justin T. Gibbs | 2003-01-22 | 2 | -26/+28 |
| * | Provide a sysctl to allow defaulting of the connectionless (-c) feature | Matthew Dillon | 2003-01-22 | 1 | -0/+15 |
| * | - Move enable_sse()'s prototype to machine/md_var.h. | John Baldwin | 2003-01-22 | 10 | -30/+18 |
| * | Added comment why this workaround is required. | Hajimu UMEMOTO | 2003-01-22 | 1 | -1/+7 |
| * | Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename this | John Baldwin | 2003-01-22 | 15 | -19/+19 |
| * | Bah, add in a missing space char I noticed when MFC'ing this. | John Baldwin | 2003-01-22 | 2 | -2/+2 |
| * | Correctly identify the 3C920B chipset; although it may ship with some Nforce2 | Mike Silbersack | 2003-01-22 | 2 | -5/+5 |
| * | Make the arguments to d_close() match the arguments to d_open(), since | Joerg Wunsch | 2003-01-22 | 1 | -1/+1 |
| * | getpeername() returns with no error but didn't fill struct sockaddr | Hajimu UMEMOTO | 2003-01-22 | 1 | -0/+2 |
| * | Add yet another Sony Vaio PS/2 mouse ID. This one is found on a VX88. | Jeffrey Hsu | 2003-01-22 | 2 | -4/+6 |
| * | Remove BAT invalidation. This is done later in the boot sequence, | Peter Grehan | 2003-01-22 | 2 | -34/+0 |
| * | Convert remaining .s files to .S | Peter Grehan | 2003-01-22 | 1 | -3/+3 |
| * | - remove dead conditional CFLAG setting | Peter Grehan | 2003-01-22 | 1 | -8/+3 |
| * | There's absolutely no need for a struct-within-a-struct, so move the | Dag-Erling Smørgrav | 2003-01-21 | 2 | -28/+24 |
| * | Add missing SMP file locks around read-modify-write operations on | Jeffrey Hsu | 2003-01-21 | 1 | -1/+5 |
| * | Remove OBE prototype for iszerodev() - it was replaced by the | Peter Wemm | 2003-01-21 | 2 | -2/+0 |
| * | Fixes for a number of problems in the IOMMU code: | Thomas Moestl | 2003-01-21 | 2 | -16/+23 |
| * | Free resources when failing to set up the interrupt. | Thomas Moestl | 2003-01-21 | 1 | -0/+1 |
| * | bus_dmamap_sync() overhaul: | Thomas Moestl | 2003-01-21 | 1 | -21/+24 |
| * | bus_dmamap_sync() overhaul: | Thomas Moestl | 2003-01-21 | 2 | -22/+18 |
| * | Fix iommu_dvmamap_sync(): it was still operating as if the BUS_DMASYNC_* | Thomas Moestl | 2003-01-21 | 1 | -5/+13 |
| * | Correct an off-by-one in the boundary check. Otherwise, resource | Thomas Moestl | 2003-01-21 | 1 | -1/+1 |
| * | Define misc structs outside of struct firewire_comm. | Hidetoshi Shimokawa | 2003-01-21 | 1 | -77/+85 |
| * | Ignore events of unused IR DMA. | Hidetoshi Shimokawa | 2003-01-21 | 1 | -3/+11 |
| * | Remove NEXTDOSPART. | Yoshihiro Takahashi | 2003-01-21 | 1 | -1/+0 |
| * | Use NDOSPART instead of NEXTDOSPART. | Yoshihiro Takahashi | 2003-01-21 | 1 | -2/+2 |
| * | MFi386: revision 1.63. | Yoshihiro Takahashi | 2003-01-21 | 1 | -10/+9 |
| * | Needs wlan for wi. | Warner Losh | 2003-01-21 | 1 | -0/+1 |
| * | #ifdef NO_GEOM some bits here too. | Poul-Henning Kamp | 2003-01-21 | 1 | -0/+2 |
| * | Regen | Josef Karthauser | 2003-01-21 | 2 | -2/+9 |
| * | Add support for Epson 1660 scanner. | Josef Karthauser | 2003-01-21 | 2 | -0/+2 |
| * | use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock. | Alfred Perlstein | 2003-01-21 | 2 | -8/+8 |
| * | #ifdef NO_GEOM all of this file. | Poul-Henning Kamp | 2003-01-21 | 1 | -0/+2 |
| * | Bandaid to make the kernel compile until the scsi-crew can find out what | Poul-Henning Kamp | 2003-01-21 | 1 | -1/+2 |
| * | Add yet another Sony Vaio PS/2 mouse ID. This one is found in a R505GL. | Marcel Moolenaar | 2003-01-21 | 2 | -0/+2 |
| * | Add a missing '{' | Poul-Henning Kamp | 2003-01-21 | 1 | -1/+1 |