summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* In aic_reconnect()i, initialize scb. On ia64 the compiler warns aboutmarcel2003-08-231-0/+1
* o Explicitly cast the second argument to bus_space_set_region_#()marcel2003-08-231-9/+8
* On ia64 time_t is 64 bit. Explicitly cast tv_sec to long and changemarcel2003-08-231-2/+2
* To implement the sequential access optimization, vm_fault() may need toalc2003-08-231-8/+10
* Also define VM_PAGE_BITS_ALL for 16K and 32K pages. Make the constantmarcel2003-08-231-5/+7
* s=gem/foo=dev/gem/foo=imp2003-08-231-2/+2
* Add support for 16K and 32K page sizes. The valid and dirty mapsmarcel2003-08-231-0/+6
* MFi386: revisions 1.202 and 1.203.nyan2003-08-233-417/+9
* s#<mk48txx/mk48txxreg.h>#<dev/mk48txx/mk48txxreg.h>#marcel2003-08-235-5/+5
* s#<foo/bar.h>#<dev/foo/bar.h>#gmarcel2003-08-233-10/+10
* Add compilation support for extfs on ia64, primarily to support LINT.marcel2003-08-235-12/+63
* Remove PAGE_SIZE_4K, PAGE_SIZE_8K and PAGE_SIZE_16K and replace themmarcel2003-08-231-16/+4
* Picking PAGE_SHIFT as a global option is a bad idea. Instead call themarcel2003-08-231-1/+1
* Remove PAGE_SIZE_4K, PAGE_SIZE_8K and PAGE_SIZE_16K and replacemarcel2003-08-231-3/+1
* Add rules for font.h and ukbdmap.h. Needed for LINT.marcel2003-08-231-0/+10
* Revert previous change for ncrreg.h. The header really lives inmarcel2003-08-231-1/+1
* Turn on the MTRR driver.peter2003-08-231-0/+1
* Complete the switch to the common 32 bit support code.peter2003-08-231-6/+6
* AMD64 mtrr driver.peter2003-08-231-75/+80
* DEV_ACPI is an unused option.marcel2003-08-231-3/+0
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devimp2003-08-2318-22/+22
* Remove unused inclusion of opt_acpi.hmarcel2003-08-231-1/+0
* Switch to using the emulator in the common compat area.peter2003-08-2318-4279/+28
* Both CLK_USE_I8254_CALIBRATION and TIMER_FREQ have ceased to be optionsmarcel2003-08-231-4/+0
* Initial sweep at dividing up the generic 32bit-on-64bit kernel supportpeter2003-08-225-55/+9
* Initial sweep to de-i386-ify thispeter2003-08-223-79/+84
* Regenpeter2003-08-224-411/+411
* Begin attempting to consolidate the two different i386 emulationspeter2003-08-223-63/+75
* Use the requested page's object field instead of the vnode's. In somealc2003-08-221-2/+5
* Make the elements argument to mac_prepare() be const.rwatson2003-08-222-2/+2
* Add prototype for new libc function mac_prepare_type().rwatson2003-08-222-0/+2
* Add the DA_Q_NO_PREVENT quirk which keeps da(4) from sending PREVENT/ALLOWnjl2003-08-221-6/+15
* Now that the pci include file location migration has been completed,imp2003-08-222-2/+2
* fix reference to pci/pcireg.himp2003-08-221-1/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-0/+5
* Prefer new location of pci include files (which have only been in theimp2003-08-226-12/+12
* Correct typo introduced during manual merge: hook up the reflect_tcprwatson2003-08-221-1/+1
* Change the the size fields to daddr_t to support greater than 2TB ccd volumes.ps2003-08-221-5/+5
* Make CCD unloadable.phk2003-08-221-8/+11
* Don't panic over the fact that unloading failed if we already knew that.phk2003-08-221-3/+5
* Block all GETATTR calls hitting the CCD, we wouldn't know which childphk2003-08-221-0/+10
* Check for null softc pointers, these happens when a ccd is withering.phk2003-08-221-2/+2
* Add newly discovered ENE Technologies CardBus bridges to the list:imp2003-08-222-0/+16
* Prefer new location of pci include files (which have only been in theimp2003-08-229-20/+20
* Make this compiled on RELENG_4.simokawa2003-08-221-0/+5
* Comment out verbose debug messages.simokawa2003-08-222-0/+4
* Prefer new location of pci include files (which have only been in theimp2003-08-2264-125/+125
* Prefer new location of pci include files (which have only been in theimp2003-08-2239-77/+77
* Prefer new location of pci include files (which have only been in theimp2003-08-2221-41/+41
* Define a module version.imp2003-08-221-0/+2
OpenPOWER on IntegriCloud