summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-05-21Replace lockmgr with rwlock; help and ok marco@Aleksander Piotrowski
2006-05-21Add generic management function.Marco Peereboom
2006-05-21move the allocation of ccb out of ami_attach into a function of its ownDavid Gwynne
2006-05-21some diskless pointers; ok deraadtJason McIntyre
2006-05-21move variable declarations at the start of a block in ami_attach to the topDavid Gwynne
2006-05-21during attach use a static, spartan ccb with ami_poll to query to firmareDavid Gwynne
2006-05-21the maximum possible number of ccbs that a megaraid can use (126 of them)David Gwynne
2006-05-21Add alarm function opcodes.Marco Peereboom
2006-05-21Move common definitions shared by the various 88100-based designs to theirMiod Vallat
2006-05-21account for the size of a 802.11 header in ieee80211_getmbuf().Damien Bergamini
2006-05-21Oops, helps to use the right structure field.Marco Peereboom
2006-05-21Add first BIOCINQ primitive.Marco Peereboom
2006-05-21remove a chunk of code that was ifdefed out due to compat issues withDavid Gwynne
2006-05-21replace lockmgr with rwlock.David Gwynne
2006-05-21The SCSI command on the passthrough bus is handed to the firmware via aDavid Gwynne
2006-05-21Check for stale flags in the DMA map.Brad Smith
2006-05-21- _bus_dmamap_load_buffer_direct_common -> _bus_dmamap_load_buffer_directBrad Smith
2006-05-21Fix a couple of comments.Brad Smith
2006-05-21Pay attention to BUS_DMA_READ; don't need to allocate a spillBrad Smith
2006-05-21Implement dmamap_load_uio for SGMAPs.Brad Smith
2006-05-21recognise the perc4/dc firmwareDavid Gwynne
2006-05-20also attach to Broadcom BCM5706C and BCM5708C PHY.Brad Smith
2006-05-20It is possible for a sensor to be detached and freed while it is beingDavid Gwynne
2006-05-20Let the bootloader pass esym to the kernel, and let the kernel make good useMiod Vallat
2006-05-20Detect BOOTARG_BOOTMAC coming from PXE; search for interface and attemptTheo de Raadt
2006-05-20handle BOOTARG_BOOTMAC from boot block; tested by reykTheo de Raadt
2006-05-20Lower load address 128KB, to cope with the PROM data area on 8MB machines.Miod Vallat
2006-05-20push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interfaceTheo de Raadt
2006-05-20add bios_bootmac_t and BOOTARG_BOOTMACTheo de Raadt
2006-05-20No need to define two page freelists since we'll only populate one; testedMiod Vallat
2006-05-20Crank VM_MAX_ADDRESS to 4GB minus one page now that pmap will accept it.Miod Vallat
2006-05-20Make sure pmap copes with address wraparounds when operating on ranges.Miod Vallat
2006-05-20bump copyrightReyk Floeter
2006-05-20NFSCLIENT can obviously fit on hereTheo de Raadt
2006-05-20drop packets received on inactive failover ports without increasing theReyk Floeter
2006-05-20don't panic if the address familiy is not found in the rt_tablesReyk Floeter
2006-05-20add show all pools command listing all pools as vmstat -m does; miod@ okMichael Shalayeff
2006-05-20Don't mark a mount point read-only if we are about to sync it, otherwisePedro Martelletto
2006-05-20more radiotap.Damien Bergamini
2006-05-20Directly pass a pmap to flush_atc_entry() instead of individual fields of it.Miod Vallat
2006-05-20more rx radiotap statsDamien Bergamini
2006-05-20Do not wait until Lstart2 to reset the HP MMU command register on modelsMiod Vallat
2006-05-20Put explicit barriers in in-line spl functions.Miod Vallat
2006-05-20Some more EST improvements:Dimitry Andric
2006-05-20- fix monitor modeDamien Bergamini
2006-05-20- fix CCK mask for 802.11b/onlyDamien Bergamini
2006-05-20Hints and commented out lines about future work.Miod Vallat
2006-05-20This file was not supposed to be imported initially, but it might as wellMiod Vallat
2006-05-20Introduce a ``struct board'' platform abstraction, to be able to supportMiod Vallat
2006-05-20Try and use the CPUCONFIG PROM call even if we did not detect 88204 CMMUs,Miod Vallat