summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-03-31These flags are bitmasks, not booleans.Owain Ainsworth
2009-03-31bzero pci attach argsMark Kettenis
2009-03-31On watchdog timeout reset the full chip. Just draining the tx ring is notClaudio Jeker
2009-03-31bzero pci attach argsMark Kettenis
2009-03-31Backout previous change; it breaks more machines than it fixes.Mark Kettenis
2009-03-31remove the drm_read and drm_write functions. instead just do theOwain Ainsworth
2009-03-31- remove obsolete commentArtur Grabowski
2009-03-31claudio has spent too much time with the mbuf macros.David Gwynne
2009-03-31do not include space in the end of the from for a hmac. after discussionDavid Gwynne
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30Convert a sizeable macro to a much-leaner function. Saves (IIRC) 5k on i386.Bret Lambert
2009-03-30Switch sk(4) over to using MCLGETI when allocating mbufs for the RX ring.Mark Kettenis
2009-03-30make the code look the same; ok kettenisTheo de Raadt
2009-03-30don't use pmapflags unitialized. Fixes envy(4) consuming 80% CPUAlexandre Ratchov
2009-03-30Remove the direct uncached map. All its users have been removed.Owain Ainsworth
2009-03-30bzero -> PR_ZEROBret Lambert
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30switch to MCLGETI.David Gwynne
2009-03-30Zap a superfluous newline in the drmprint function, it messes up outputOwain Ainsworth
2009-03-30Support for more chipset versions, written by Ian LindsayTheo de Raadt
2009-03-30Remove the DRM_SPIN lock macros, just expand them to mutex operations.Owain Ainsworth
2009-03-29Correct a couple of ioctl definitions (GEM ioctls, not used yet). andOwain Ainsworth
2009-03-29bzero pci attach argsMark Kettenis
2009-03-29bzero pci attach argsMark Kettenis
2009-03-29Take a shot at baud rate calculations for the 8-portTheo de Raadt
2009-03-29Enable ahc(4).Mark Kettenis
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-29When trying to get the console font metrics and window position, we canMiod Vallat
2009-03-29Finally fix kernel crash (page fault) when closing bulk devices.Marcus Glocker
2009-03-29spelloMarco Peereboom
2009-03-29Bypass macsec on extreme/supreme based chips.Jonathan Gray
2009-03-29Remove holdover XMAC II writes/reads inherited from sk asJonathan Gray
2009-03-29Remove unused prototype.Mark Kettenis
2009-03-29Remove the lock_time member from the hardware lock. It's not thatOwain Ainsworth
2009-03-29when we steal the SYNC CACHE command in mfi_scsi_cmd we still have toDavid Gwynne
2009-03-29fix a small race in mfi_mgmt between the checking of a ccbs completion andDavid Gwynne
2009-03-28use a static and unique string as the disk lock name, so if we're waitingDavid Gwynne
2009-03-28Add a bunch more run devices.Jonathan Gray
2009-03-28regenJonathan Gray
2009-03-28Add a bunch more run devices.Jonathan Gray
2009-03-28Add quirk to support "Chen-Source CM12402 Eagle IR Cam" device, byMarcus Glocker
2009-03-27When clearing soft interrupts on sun4m, be sure to force the bit clear toMiod Vallat
2009-03-27Push the per-driver dma hook a little further down.Owain Ainsworth
2009-03-27Rework the dma buffer api a bit to make it smaller and to have lessOwain Ainsworth
2009-03-27Remove a bunch of compat macros, just expand them to the openbsdOwain Ainsworth