summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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@
2003-05-18Add 'machine sysregs' command to ddb for 1386; show idtr, gdtr, ldtr, trAndreas Gunnarsson
and cr0-ct4 OK by niklas@ and more or less by ho@
2003-05-17syncJason Wright
2003-05-17more AMD8111 devsJason Wright
2003-05-17syncJason Wright
2003-05-17a few amd64 devicesJason Wright
2003-05-17Correct two comment typos.Daniel Hartmeier
2003-05-17Fix disassembly of certain branch instructions.Marcus Watts
Fix disassembly saved/done/retry/restored. (ok'd by jason)
2003-05-17No need to duplicate TLB_ defines manually with TTE_ defines.Artur Grabowski
assym.h can do that for us. mdw@ henric@ ok
2003-05-17Experimental support for SiI 3112 SATA card; from NetBSD.Alexander Yurchenko
Thanks to chris@ for this card.
2003-05-17Allow chip-specific setup routines to change dma engine parametersAlexander Yurchenko
(size and align of dma segment) since some chips may have quirks; from NetBSD. ok millert@
2003-05-17Add debug warning messages about missing 80-wire cable to allAlexander Yurchenko
cable checking procedures. ok millert@
2003-05-17Replace suspect strncpy with strlcpy to ensure null termination.Kenneth R Westerback
ok tdeval@ deraadt@ miod@
2003-05-17Mention in the 'status cmd failed' message the scsi command thatKenneth R Westerback
failed. ok nate@.
2003-05-17Correct chipset identification from netbsdNathan Binkert
2003-05-17My psaplay120 is acutally a rio device. The userland bits need to be workedNathan Binkert
on though
2003-05-17more scanners from netbsdNathan Binkert
2003-05-17more devices from NetBSDNathan Binkert
2003-05-17more devices from NetBSDNathan Binkert
2003-05-17READ_CD_CAPCITY -> READ_CD_CAPACITY in comment.Kenneth R Westerback
2003-05-17syncNathan Binkert
2003-05-17another zip 250Nathan Binkert
2003-05-17paramters -> parameters in comment.Kenneth R Westerback
2003-05-17don't send ARP for secondary IPv4 addresses, treat them as local.Jun-ichiro itojun Hagino
kwesterback tdeval ok
2003-05-17Typos; from Julien Bordet <zejames@greyhats.org>Alexander Yurchenko
Close PR 3262
2003-05-17try a little harder to not end up with 0 usb ports on amd756 chipsetsTodd T. Fries
ok nate@
2003-05-17HORRID_III_HACK disables D$ and I$, and with this, the ramdiskMarcus Watts
kernel boots on blade 1000 (ultrasparc III) and 280R (ultrasparc IIIcu) to single user.
2003-05-17All sun ultrasparcs have 8192 contexts.Marcus Watts
ultrasparc IIIcu puts other stuff in formerly reserved fields of context registers.
2003-05-17remove more ifdefs. Kill the VIS instruction pmap_{copy,zero}_page.Artur Grabowski
We haven't used them ever, they are hairy and if we want them back, we'll readd them in some other file. mdw@ henric@ ok
2003-05-17Get rid of lots of hairy ifdefs that we'll most likely never use.Artur Grabowski
TRAPTRACE, TRAPSTATS, FLTTRACE and SCHED_DEBUG. mdw@ henric@ ok.
2003-05-17dale's camera has a usb quirk nowNathan Binkert
2003-05-17sync with NetBSD and add various local hacks to make things work correctlyNathan Binkert
with our scsi layer
2003-05-17make this function available to othersNathan Binkert
2003-05-17up MAXSUNLAYOUT... miod, you owe me a beerJason Wright
2003-05-17sync with SDEV_ONLYBIG change.Jun-ichiro itojun Hagino
2003-05-17No need to check for the 640x480 resolution case, since the minimal resolutionMiod Vallat
on the SPARCbook 3 series is 800x600 and is already small enough...
2003-05-17nuke intrhand, it isn't used and it overloads ih_next incorrectly... grrJason Wright
ok henric, mdw (based on diff from henric, so he's biased =)
2003-05-17syncNathan Binkert