summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-02-09grammar fix from bret lambert;Jason McIntyre
2007-02-09Add a bunch more zyd(4) devicesJonathan Gray
2007-02-09regenJonathan Gray
2007-02-09Add a bunch more zyd(4) devices.Jonathan Gray
2007-02-09simplify the argument passing (use a pointer to bus_dma_segment_t insteadJason Wright
2007-02-09according to the errata, invalid pages shouldn't be used. Always makeJason Wright
2007-02-08Don't clear IFF_OACTIVE in re_txeof() unless there are at least 4 freeMark Kettenis
2007-02-08- AH: when computing crypto checksum for output, massage source-routingJun-ichiro itojun Hagino
2007-02-08compute pseudo-header checksum based on flnal destination asJun-ichiro itojun Hagino
2007-02-08regen.Marc Balmer
2007-02-08id Quantique and the Quantis USB device (Quantum Random Number Generator)Marc Balmer
2007-02-08commit the correct version of this, which matches recent additions.Jonathan Gray
2007-02-08add entry for WLI-U2-SG54HP. forgotten on previous commit.Jun-ichiro itojun Hagino
2007-02-08Add quite a few more rum(4) devices.Jonathan Gray
2007-02-08regenJonathan Gray
2007-02-08Add quite a few more rum(4) devices.Jonathan Gray
2007-02-08Remove double semicolons.Ray Lai
2007-02-07Add support for MaxStream XBee ZigBee Development Kit USB interface.Jonathan Gray
2007-02-07regenJonathan Gray
2007-02-07MaxStream XBee ZigBee development kit.Jonathan Gray
2007-02-07Several improvements to the usb client code. Still not working.Dale Rahn
2007-02-07grammar fix; from bret lambertJason McIntyre
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