Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-27 | as mentioned in hardball ers a few delays are needed; mios@ testing on hp300 ↵ | Michael Shalayeff | |
and ok | |||
2003-05-24 | Addtron W89C926; from nick@ | Henning Brauer | |
2003-05-24 | regen | Henning Brauer | |
2003-05-24 | Addtron W89C926; from nick@ | Henning Brauer | |
2003-05-24 | Disable off-screen font loading. We still need to use the pdc console routines | Miod Vallat | |
before we switch to wsdisplay, and this can clobber the font image in some cases, especially lower (<= 1024x768) resolutions. | |||
2003-05-24 | support Perc 4/Di (e.g. in Dell PowerEdge 2600); ok mickey@ | Markus Friedl | |
2003-05-24 | regen | Markus Friedl | |
2003-05-24 | add PERC 4/Di; ok mickey | Markus Friedl | |
2003-05-22 | Support for Intel ICH4-M; from marius aamodt eriksen <marius@monkey.org>. | Alexander Yurchenko | |
2003-05-21 | Endian fix for this driver, now works on big endian machines, ok mickey@ | Dale Rahn | |
2003-05-21 | sync | Nathan Binkert | |
2003-05-21 | add ServerWorks vendor ID. Add another flash reader | Nathan Binkert | |
2003-05-20 | sync | Jason Wright | |
2003-05-20 | order | Jason Wright | |
2003-05-20 | it(4) driver provides support for ITE IT8705F, IT8712F and SiS SiS950 | Alexander Yurchenko | |
hardware monitoring chips to be used with hw.sensors sysctl interface. Work by Julien Bordet <zejames@greyhats.org> with my little help. | |||
2003-05-20 | AN983 endian issue; from FreeBSD via PR 3263 with minor style fixes by me | Henning Brauer | |
ok jason@ | |||
2003-05-20 | cleanup | Michael Shalayeff | |
2003-05-20 | regen | Michael Shalayeff | |
2003-05-20 | an@isapnp w/ the isa card millert gave me shitloads of metric ages ago | Michael Shalayeff | |
2003-05-20 | change spaces to tabs so i can mail grange diffs :) | Ted Unangst | |
ok grange@ | |||
2003-05-20 | add flags support for reversing stereo. | Ted Unangst | |
ok mickey@ | |||
2003-05-19 | Put required delays between reading DSTAT and SSTAT0 registers. Add new ones | Kenneth R Westerback | |
where required and modify existing ones to use a consistant delay(25). From NetBSD with minor mods. ok mickey@. | |||
2003-05-19 | strlcpy; millert@ ok | Miod Vallat | |
2003-05-19 | updates from NetBSD | Nathan Binkert | |
2003-05-19 | fix documentation links from netbsd | Nathan Binkert | |
2003-05-19 | add a quirk for my trek thumbdrive | Nathan Binkert | |
2003-05-19 | update documentation url | Nathan Binkert | |
2003-05-19 | sync tag with NetBSD | Nathan Binkert | |
2003-05-19 | check for null before memset | Nathan Binkert | |
2003-05-19 | nuke unused variable, from NetBSD | Nathan Binkert | |
2003-05-19 | don't use 1284 mode | Nathan Binkert | |
When detaching a ulpt device, call vdevgone() for the corresponding NOPRIME minor device too. from NetBSD | |||
2003-05-19 | ditch unused return value | Nathan Binkert | |
2003-05-19 | better match netbsd | Nathan Binkert | |
2003-05-19 | initialize variable to match NetBSD | Nathan Binkert | |
2003-05-18 | add a quirk for the Imation FlashGo adapter to make it shut up | Nathan Binkert | |
2003-05-18 | sync | Nathan Binkert | |
2003-05-18 | add mcbride's cf adapter | Nathan Binkert | |
2003-05-18 | try a little harder to attach devices that are really slow | Nathan Binkert | |
2003-05-18 | add a quirk for a different zip250 model | Nathan Binkert | |
2003-05-17 | sync | Jason Wright | |
2003-05-17 | more AMD8111 devs | Jason Wright | |
2003-05-17 | sync | Jason Wright | |
2003-05-17 | a few amd64 devices | Jason Wright | |
2003-05-17 | Experimental support for SiI 3112 SATA card; from NetBSD. | Alexander Yurchenko | |
Thanks to chris@ for this card. | |||
2003-05-17 | Allow chip-specific setup routines to change dma engine parameters | Alexander Yurchenko | |
(size and align of dma segment) since some chips may have quirks; from NetBSD. ok millert@ | |||
2003-05-17 | Add debug warning messages about missing 80-wire cable to all | Alexander Yurchenko | |
cable checking procedures. ok millert@ | |||
2003-05-17 | Replace suspect strncpy with strlcpy to ensure null termination. | Kenneth R Westerback | |
ok tdeval@ deraadt@ miod@ | |||
2003-05-17 | Mention in the 'status cmd failed' message the scsi command that | Kenneth R Westerback | |
failed. ok nate@. | |||
2003-05-17 | Correct chipset identification from netbsd | Nathan Binkert | |
2003-05-17 | My psaplay120 is acutally a rio device. The userland bits need to be worked | Nathan Binkert | |
on though |