summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-06-24On user/kernel shared page table machines, do not let processes map theirTheo de Raadt
2008-06-24Thinkpad -> ThinkPadIgor Sobrado
2008-06-24regenBrad Smith
2008-06-24- Rename the QuickCam Sphere AF to Orbit since the other Orbit MPBrad Smith
2008-06-23Don't bzero() the USB buffer before every xfer. This was just for debugMarcus Glocker
2008-06-23amd64s bus_dma internals use a pointer to a lastaddr variable to keepDavid Gwynne
2008-06-22Remove the QuickCam Pro 5000 from the quirks list now that thereBrad Smith
2008-06-22regenBrad Smith
2008-06-22Add a few more QuickCam cams and touch up some of the existing entries.Brad Smith
2008-06-22Update watchdog timer code from DragonFly.Brad Smith
2008-06-22Like alpha, db_stack_dump() on mips and sh needs complete frame informationMiod Vallat
2008-06-22If no frame gets queue for a certain time, return EINVAL to the userlandMarcus Glocker
2008-06-22correct function names on some debug and panics.Federico G. Schwindt
2008-06-22Replace MUSTEK_RETRIES, SCANJET_RETRIES and ST_RETRIES with SCSI_RETRIES,Kenneth R Westerback
2008-06-22remove MALLOC and FREE macros, as they are no more used in the tree.Charles Longeau
2008-06-22One last forgotten FREE().Miod Vallat
2008-06-22Revert 1.203; it's not safe to blindly walk the tailq instead of the rbtreeRyan Thomas McBride
2008-06-21print vendor and product in hexa on debug.Federico G. Schwindt
2008-06-21print the correct function name.Federico G. Schwindt
2008-06-21Oops. Forgot to actually change the retries in scsi_size() to SCSI_RETRIES.Kenneth R Westerback
2008-06-21regenBrad Smith
2008-06-21add Marvell Yukon PCI id for the 88E8040T chipset.Brad Smith
2008-06-21fgsch@ points out my last commit changed the retry limit for CD capacityKenneth R Westerback
2008-06-21Eliminate cd_size() and use scsi_size() + tweaked cd_get_params()Kenneth R Westerback
2008-06-21fix probable cut and paste error when for the virtual QH link.Federico G. Schwindt
2008-06-21Only do state key linking on the outbound path.Ryan Thomas McBride
2008-06-20Another uchcom product found in the Linux driver.Jonathan Gray
2008-06-20regenJonathan Gray
2008-06-20Another uchcom product found in the Linux driver.Jonathan Gray
2008-06-20Re-enable amdmsr(4) now that it properly checks for AMD Geode LX CPU andMarc Balmer
2008-06-19comment out the com4 because -- even when disabled -- it shuffles all theTheo de Raadt
2008-06-19Add OpenBSD CVS marker, proper type for probe function.Marc Balmer
2008-06-19the 82598AT variant of ix(4) is 10GbaseT, change media type from AUTO.Reyk Floeter
2008-06-19add 10GbaseT media type, 10 Gigabit Ethernet over CAT 6 unshielded orReyk Floeter
2008-06-19Sync USB ids. Although the Pro 5000 should be removed as it isBrad Smith
2008-06-19add ix(4) to GENERIC, enable it on i386.Reyk Floeter
2008-06-19regenBrad Smith
2008-06-19Fix the naming of the QuickCam Notebook Deluxe entry.Brad Smith
2008-06-19regenBrad Smith
2008-06-19Add a bunch of UVC compliant Logitech webcams.Brad Smith
2008-06-19Fix handling check for NAT and creation of a second pf_state_key in pfsync.Ryan Thomas McBride
2008-06-19Don't play with the vblank refcount if we didn't increase it first.Owain Ainsworth
2008-06-19Check the right refcount so that the vblank irq has a hope of beingOwain Ainsworth
2008-06-18Attach amdmsr(4) at mainbus in a way that it can be disabled in UKC or theMarc Balmer
2008-06-18regenBrad Smith
2008-06-18Add the Logitech QuickCam Pro 9000.Brad Smith
2008-06-17if reading (or writing) is not supported, but the device is openedJacob Meuser
2008-06-17totally skip amdmsr until it is fixed for realTheo de Raadt
2008-06-17Crank PFSYNC_VERSION, lots has changed in struct pfsync_state due to theRyan Thomas McBride
2008-06-17Nuke unnecessary re-definition of READ_CAPACITY, scsi_read_capacity, andKenneth R Westerback