| Commit message (Expand) | Author | Age | Files | Lines |
* | This is a major rework of the ATA driver (ATAng) | Søren Schmidt | 2003-08-24 | 29 | -3934/+3563 |
* | Remove redundant bzero. | Jeffrey Hsu | 2003-08-24 | 1 | -1/+0 |
* | Eliminate the last (direct) uses of vm_page_lookup() on the pte object. | Alan Cox | 2003-08-24 | 1 | -18/+3 |
* | Allow bus barrier operations on fake tags. The purpose of a fake | Marcel Moolenaar | 2003-08-24 | 1 | -4/+4 |
* | reenable the caches when a PCI peek faults. Takes my kernel compile | John-Mark Gurney | 2003-08-24 | 2 | -0/+6 |
* | Check in the known good version of the wi driver, with prism/symbol | Warner Losh | 2003-08-24 | 6 | -0/+3715 |
* | This doesn't work, so back them out. | Warner Losh | 2003-08-24 | 1 | -2/+2 |
* | - Add a font width field to struct scr_stat. Use this instead of '8'. | Jake Burkholder | 2003-08-24 | 3 | -10/+12 |
* | Return -100 rather than 0 for pccard probe routines. This allows | Warner Losh | 2003-08-24 | 1 | -2/+2 |
* | Changed ??? to foo in dead code since ??? screws up my editor. | Jake Burkholder | 2003-08-24 | 1 | -1/+1 |
* | - Remember to flip the foreground and background color attributes in | Jake Burkholder | 2003-08-24 | 1 | -11/+18 |
* | Hook syscons and the creator driver up to the sparc64. This compiles but | Jake Burkholder | 2003-08-24 | 2 | -0/+22 |
* | Add a driver for creator upa frame buffers found in many sparc64 machines. | Jake Burkholder | 2003-08-24 | 6 | -0/+13655 |
* | "md" files for syscons. | Jake Burkholder | 2003-08-24 | 2 | -0/+161 |
* | Add sparc64 ifdefs. | Jake Burkholder | 2003-08-24 | 5 | -9/+41 |
* | Fix endian bugs accessing ioctl arguments that are passed by value. | Jake Burkholder | 2003-08-24 | 2 | -5/+5 |
* | Add the bits for a LINT kernel. It has been verified to compile. We | Marcel Moolenaar | 2003-08-23 | 2 | -0/+51 |
* | Rewrite the code that uses the try/catch paradigm implemented by | Marcel Moolenaar | 2003-08-23 | 3 | -127/+116 |
* | When present use ogain instead of master for surround sound channels. | Orion Hodson | 2003-08-23 | 1 | -14/+14 |
* | Held pages, just like wired pages, should not be added to the cache queues. | Alan Cox | 2003-08-23 | 1 | -1/+2 |
* | PCI header files live in dev/pci. | Matthew N. Dodd | 2003-08-23 | 2 | -4/+4 |
* | Hold the page queues lock when performing vm_page_clear_dirty() and | Alan Cox | 2003-08-23 | 3 | -2/+7 |
* | Report media status for bitrate PHYs. | Matthew N. Dodd | 2003-08-23 | 1 | -0/+8 |
* | AGP GART driver for NVIDIA nForce/nForce2 chipsets. | Matthew N. Dodd | 2003-08-23 | 6 | -1/+935 |
* | Even though this driver says it is broken, fix the location of the pci | Warner Losh | 2003-08-23 | 1 | -2/+2 |
* | dev/pci/meteor_reg.h doesn't exist. Revert this part of last commit. | Warner Losh | 2003-08-23 | 1 | -1/+1 |
* | Fix a logic error in osethostid() that was introduced in rev. 1.34: | Tim J. Robbins | 2003-08-23 | 1 | -3/+4 |
* | When calculating the block size to use for a particular sample rate, | Ian Dowse | 2003-08-23 | 1 | -4/+6 |
* | Fix an off-by-one error in feed_monotostereo16() that caused the | Ian Dowse | 2003-08-23 | 1 | -1/+1 |
* | In aic_reconnect()i, initialize scb. On ia64 the compiler warns about | Marcel Moolenaar | 2003-08-23 | 1 | -0/+1 |
* | o Explicitly cast the second argument to bus_space_set_region_#() | Marcel Moolenaar | 2003-08-23 | 1 | -9/+8 |
* | On ia64 time_t is 64 bit. Explicitly cast tv_sec to long and change | Marcel Moolenaar | 2003-08-23 | 1 | -2/+2 |
* | To implement the sequential access optimization, vm_fault() may need to | Alan Cox | 2003-08-23 | 1 | -8/+10 |
* | Also define VM_PAGE_BITS_ALL for 16K and 32K pages. Make the constant | Marcel Moolenaar | 2003-08-23 | 1 | -5/+7 |
* | s=gem/foo=dev/gem/foo= | Warner Losh | 2003-08-23 | 1 | -2/+2 |
* | Add support for 16K and 32K page sizes. The valid and dirty maps | Marcel Moolenaar | 2003-08-23 | 1 | -0/+6 |
* | MFi386: revisions 1.202 and 1.203. | Yoshihiro Takahashi | 2003-08-23 | 3 | -417/+9 |
* | s#<mk48txx/mk48txxreg.h>#<dev/mk48txx/mk48txxreg.h># | Marcel Moolenaar | 2003-08-23 | 5 | -5/+5 |
* | s#<foo/bar.h>#<dev/foo/bar.h>#g | Marcel Moolenaar | 2003-08-23 | 3 | -10/+10 |
* | Add compilation support for extfs on ia64, primarily to support LINT. | Marcel Moolenaar | 2003-08-23 | 5 | -12/+63 |
* | Remove PAGE_SIZE_4K, PAGE_SIZE_8K and PAGE_SIZE_16K and replace them | Marcel Moolenaar | 2003-08-23 | 1 | -16/+4 |
* | Picking PAGE_SHIFT as a global option is a bad idea. Instead call the | Marcel Moolenaar | 2003-08-23 | 1 | -1/+1 |
* | Remove PAGE_SIZE_4K, PAGE_SIZE_8K and PAGE_SIZE_16K and replace | Marcel Moolenaar | 2003-08-23 | 1 | -3/+1 |
* | Add rules for font.h and ukbdmap.h. Needed for LINT. | Marcel Moolenaar | 2003-08-23 | 1 | -0/+10 |
* | Revert previous change for ncrreg.h. The header really lives in | Marcel Moolenaar | 2003-08-23 | 1 | -1/+1 |
* | Turn on the MTRR driver. | Peter Wemm | 2003-08-23 | 1 | -0/+1 |
* | Complete the switch to the common 32 bit support code. | Peter Wemm | 2003-08-23 | 1 | -6/+6 |
* | AMD64 mtrr driver. | Peter Wemm | 2003-08-23 | 1 | -75/+80 |
* | DEV_ACPI is an unused option. | Marcel Moolenaar | 2003-08-23 | 1 | -3/+0 |
* | s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev | Warner Losh | 2003-08-23 | 18 | -22/+22 |