summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-05-01Add some PARAM and flags defines needed for later version of the intelOwain Ainsworth
2011-05-01Fix a NULL dereference if drm fails to attach.Owain Ainsworth
2011-05-01Be sure to cast physmem to a 64-bit type before passing it to ptoa().Miod Vallat
2011-04-30Use cons_decl() instead of rolling our own cn* prototypesMiod Vallat
2011-04-30Preliminary plumbing code for i386 hibernate (suspend-to-disk).Mike Larkin
2011-04-30Plug holes in cdevsw[] to make vscsi, diskmap and pppx entries match theMiod Vallat
2011-04-29ss(4) is gone; no need for ssvar.h.Matthew Dempsky
2011-04-29Why precompute the route for the gre tunnel when ip_output can doClaudio Jeker
2011-04-29tiny whitespace fixesDavid Gwynne
2011-04-29only handle vanilla scsi inquiry requests, reject VPD requests since theyreDavid Gwynne
2011-04-29The previous reconfiguration change broke IPv6 only setups.Marco Pfatschbacher
2011-04-29In certain failure cases, a RST would be sent out on rdomain 0,Bret Lambert
2011-04-29zero out a scsi_links node_wwn and port_wwn fields after initialising itDavid Gwynne
2011-04-28Expose pmap_prefer parameters.Ariane van der Steldt
2011-04-28Expose pmap_prefer parameters.Ariane van der Steldt
2011-04-28Expose pmap_prefer parameters.Ariane van der Steldt
2011-04-28Expose pmap_prefer parameters.Ariane van der Steldt
2011-04-28Expose pmap_prefer parameters.Ariane van der Steldt
2011-04-28Expose pmap_prefer parameters.Ariane van der Steldt
2011-04-28Expose pmap_prefer parameters.Ariane van der Steldt
2011-04-28Expose pmap prefer parameters.Ariane van der Steldt
2011-04-28- enable fenvMartynas Venckus
2011-04-28spacesMarco Peereboom
2011-04-28fenv improvements and cleanupsMartynas Venckus
2011-04-28report XS_RESET to the midlayer for any pending commands when vscsi isDavid Gwynne
2011-04-28clean up the path ops struct a bit. the path drivers init their xsh withDavid Gwynne
2011-04-28Make in_broadcast() rdomain aware. Mostly mechanical change.Claudio Jeker
2011-04-28remove horrible abuse of kthread_create_deferred(9). this was beingJacob Meuser
2011-04-28Similar to the in_pcb.c change allow raw sockets to be bound to theClaudio Jeker
2011-04-28Allow SOCK_DGRAM sockets to be bound to the local network broadcast addr.Claudio Jeker
2011-04-27Fix a few off-by-1 errors in atascsi.Matthew Dempsky
2011-04-27attach acpithinkpad to newer lenovo models like the x120ejoshua stein
2011-04-27Simplify ioprbs(4) scsi_xfer handling.Matthew Dempsky
2011-04-27kill a !__NetBSD__ ifdef which just confusesTheo de Raadt
2011-04-27hds(4) is a path driver that knows how to talk to some hitachi modularDavid Gwynne
2011-04-27Do not explicitly enable interrupts before returning from interrupt.Alexander Bluhm
2011-04-27support rooting off multipath disks.David Gwynne
2011-04-27whitespace fixes.David Gwynne
2011-04-27support Intel 6 series SATA in non raid/non ahci mode.Jonathan Gray
2011-04-27regenJonathan Gray
2011-04-27more Intel non raid/non ahci mode 6 Series SATAJonathan Gray
2011-04-27use dma safe memory when talking to devices. this was written before bigmemDavid Gwynne
2011-04-27fix the interrupt handler in the case when the interrupt is sharedAlexandre Ratchov
2011-04-27if getting the RAID header fails, dont stop the midlayer from trying toDavid Gwynne
2011-04-27configure fc controllers to fail io as fast as possible when cables areDavid Gwynne
2011-04-27if a path returns XS_SELTIMEOUT, retry the io down another path like weDavid Gwynne
2011-04-27return XS_RESET to the midlayer if the command was killed for some reasonDavid Gwynne
2011-04-27rework the scanning of fibre channel ports to match how linux does it.David Gwynne
2011-04-27No need to splbio/splx in the interrupt routine. It's alreadyKenneth R Westerback
2011-04-26MMU address space holes are at a fixed position (ofcourse).Ariane van der Steldt