summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-05-20orderJason Wright
2003-05-20create a devine routine for devising the holy rom address and use it in both ↵Michael Shalayeff
match and attach then
2003-05-20ansi and de-register; ok millertJason Wright
2003-05-20Add it(4)Alexander Yurchenko
2003-05-20it(4) driver provides support for ITE IT8705F, IT8712F and SiS SiS950Alexander 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-20de-register; ok millertJason Wright
2003-05-20AN983 endian issue; from FreeBSD via PR 3263 with minor style fixes by meHenning Brauer
ok jason@
2003-05-20Make the ddb trace command recognize elfish namesAndreas Gunnarsson
niklas@ OK
2003-05-20fix a breakage in hfsc.Kenjiro Cho
hif->hif_rootclass should be initialized when the root queue is created.
2003-05-20cleanupMichael Shalayeff
2003-05-20regenMichael Shalayeff
2003-05-20an@isapnp w/ the isa card millert gave me shitloads of metric ages agoMichael Shalayeff
2003-05-20change spaces to tabs so i can mail grange diffs :)Ted Unangst
ok grange@
2003-05-20option NTFS, disabled atmTed Unangst
2003-05-20un __PTed Unangst
2003-05-20fix the tagsMichael Shalayeff
2003-05-20support for NTFS. from NetBSD via Julien BordetTed Unangst
2003-05-20by popular request, NTFS support. read only.Ted Unangst
The code comes from NetBSD and was ported by Julian Bordet. ok deraadt@
2003-05-20flags for auichTed Unangst
2003-05-20add flags support for reversing stereo.Ted Unangst
ok mickey@
2003-05-19Put required delays between reading DSTAT and SSTAT0 registers. Add new onesKenneth R Westerback
where required and modify existing ones to use a consistant delay(25). From NetBSD with minor mods. ok mickey@.
2003-05-19strlcpy; millert@ okMiod Vallat
2003-05-19dig internal EG prom addressMichael Shalayeff
2003-05-19say to skip the interactive part should the pdc say soMichael Shalayeff
2003-05-19allow md part to skip the interactive part (the first try around)Michael Shalayeff
2003-05-19no need for nfs headers since nqnfs had been removed way long time agoMichael Shalayeff
2003-05-19updates from NetBSDNathan Binkert
2003-05-19fix documentation links from netbsdNathan Binkert
2003-05-19Bad switch condition used for SO_DEBUG, ok itojun@Daniel Hartmeier
2003-05-19add a quirk for my trek thumbdriveNathan Binkert
2003-05-19update documentation urlNathan Binkert
2003-05-19sync tag with NetBSDNathan Binkert
2003-05-19check for null before memsetNathan Binkert
2003-05-19nuke unused variable, from NetBSDNathan Binkert
2003-05-19don't use 1284 modeNathan Binkert
When detaching a ulpt device, call vdevgone() for the corresponding NOPRIME minor device too. from NetBSD
2003-05-19ditch unused return valueNathan Binkert
2003-05-19better match netbsdNathan Binkert
2003-05-19initialize variable to match NetBSDNathan Binkert
2003-05-18match on Intel 82440MX PCI-ISA which misidentifies itself.Henning Brauer
2003-05-18It turns out that this card has a vga-compatible CRTC interface, withMiod Vallat
just enough endianness madness to make this slightly complicated. Simplify some code based on this.
2003-05-18speed hack: delay fetching the mbuf tag until we really need it (hit aHenning Brauer
"tagged X" rule), and only get it when we really need it. simplifies code too. ok dhartmei@ pb@
2003-05-18Merge pf_send_ack() and _send_syn() into a generic _send_tcp().Daniel Hartmeier
In the SYN proxy, generate ACKs with proper window sizes after the handshakes.
2003-05-18add a quirk for the Imation FlashGo adapter to make it shut upNathan Binkert
2003-05-18syncNathan Binkert
2003-05-18add mcbride's cf adapterNathan Binkert
2003-05-18try a little harder to attach devices that are really slowNathan Binkert
2003-05-18add a quirk for a different zip250 modelNathan Binkert
2003-05-18constify the quirck tables and fix the scsi_inqmatch() proto accordingly; ↵Michael Shalayeff
krw@ ok
2003-05-18save the fpu state for the signal handler. this is essentialMichael Shalayeff
as the fpu regs can be used by the gcc even for non-fpu means and data copying. rearrange the sigcontext a bit to include only the general registers that are needed restoring upon return and thus less waste of space and make up some space for the fpu regs. ALL software that used the signal context on the stack needs at least rebuilding now. a new snap has bin built as well.
2003-05-18The attach routine works better when it doesn't try to write to aHenric Jungheim
write-protected page. ok jason@