summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-02-07enable arc(4) for Areca RAID Controllers. they work great.David Gwynne
2007-02-07enable bio(4)David Gwynne
2007-02-07bus_space_{read,write}_raw_region_[24] take the length of the buffer theyreDavid Gwynne
2007-02-06Define trap #0x81 for cache range flush, will be necessary soon for gccMiod Vallat
2007-02-06Get memory size from SH-IPL+g whenever possible, before relying upon theMiod Vallat
2007-02-06Use uvm_grow() instead of rolling our own inline version.Miod Vallat
2007-02-06define the bio(4) cdev stuff in conf.h, rather than having a per machineDavid Gwynne
2007-02-06Evil typo; spotted by Thorsten GlaserMiod Vallat
2007-02-06fix some dodgy displays;Jason McIntyre
2007-02-06Added support for calling _OSI methodJordan Hargrave
2007-02-06Use atomic.h operation for manipulating p_siglist in struct proc. SolvesArtur Grabowski
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2007-02-06Change the behaviour of tun(4) on close.Claudio Jeker
2007-02-06add macros describing the ports interrupt status, interrupt enable, taskDavid Gwynne
2007-02-06De-register. No object code change.Kenneth R Westerback
2007-02-05Map the pci space registers, so that the MEMORY enable gets turned on,Dale Rahn
2007-02-05Oops, forgot to commit these files when adding md mutex code; spotted by nick@Miod Vallat
2007-02-04Add zyd to cd ramdisksJonathan Gray
2007-02-04Correctly fake dinode for the FFS2 case in handle_workitem_freeblocks()Pedro Martelletto
2007-02-03Make comment match code. ok pedroAlexander Bluhm
2007-02-03Simple single-processor mutex implementation, simpler than the MI code byMiod Vallat
2007-02-03Don't spoof an msdosfs partition if it claims to start after the endKenneth R Westerback
2007-02-03Change sensor description to `docked'/`not docked' depending on actualMichael Knudsen
2007-02-03There is no good reason to disable half of the 7751 cache, so don't.Miod Vallat
2007-02-03Remove unused functionality from lockmgr():Miod Vallat
2007-02-03Fix typo; clear tx FIFO underrun IRQ as intended instead of rx FIFO overrunMark Kettenis
2007-02-03Don't set the RL_CFG1_FULLDUPLEX bit. The RL_CFG1_FULLDUPLEX bit inKenneth R Westerback
2007-02-02up the accepted length to ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN on rx; from brad@Jason Wright
2007-02-01When doing signotify, check if we're notifying a process on anotherArtur Grabowski
2007-02-01Rename the MICROSET IPI we inherited from NetBSD to simply NOP sinceArtur Grabowski
2007-02-01correct rfc; from Kris KatterjohnJason McIntyre
2007-02-01Don't throttle and serialize I/O operations, okay miod@ krw@Pedro Martelletto
2007-01-31Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and VoltageGordon Willem Klok
2007-01-31oops. now is the miodski version of the diff (;Michael Shalayeff
2007-01-31run a timeout (calling intr handler) to recover from in buffer oflows that ma...Michael Shalayeff
2007-01-31Workaround for the problem where the SD card reader stops responding afterClaudio Jeker
2007-01-31macros describing a ports sata status registerDavid Gwynne
2007-01-31handle the full duplex link state in trunk(4). load sharing trunksReyk Floeter
2007-01-30Simplify agp_generic_bind_memory by not trying to allocate big chunksDimitry Andric
2007-01-30default to have pckbd_set_xtscancode() instruct the 8042 to usejoshua stein
2007-01-30Oops, missed this in the regen commit.Jonathan Gray
2007-01-30update vic(4) to use the LINK_STATE_IS_UP() macroReyk Floeter
2007-01-30Allow the bnx(4) driver to make use of all of the available hardwareKenneth R Westerback
2007-01-30Rough in more support for 5787/5755 chips so far known to not work orKenneth R Westerback
2007-01-30Add some umsm devices found in Linux driver.Jonathan Gray
2007-01-30regenJonathan Gray
2007-01-30Add some additional umsm products found in Linux driver.Jonathan Gray
2007-01-29LCD device driver support for luna88k, first step.Kenji Aoyama
2007-01-29Bump fixed part of the stackgap to 2k. Allows two full paths to beOtto Moerbeek
2007-01-28regenMark Kettenis