Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-19 | initialize variable to match NetBSD | Nathan Binkert | |
2003-05-18 | match on Intel 82440MX PCI-ISA which misidentifies itself. | Henning Brauer | |
2003-05-18 | It turns out that this card has a vga-compatible CRTC interface, with | Miod Vallat | |
just enough endianness madness to make this slightly complicated. Simplify some code based on this. | |||
2003-05-18 | speed hack: delay fetching the mbuf tag until we really need it (hit a | Henning Brauer | |
"tagged X" rule), and only get it when we really need it. simplifies code too. ok dhartmei@ pb@ | |||
2003-05-18 | Merge 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-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-18 | constify the quirck tables and fix the scsi_inqmatch() proto accordingly; ↵ | Michael Shalayeff | |
krw@ ok | |||
2003-05-18 | save the fpu state for the signal handler. this is essential | Michael 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-18 | The attach routine works better when it doesn't try to write to a | Henric Jungheim | |
write-protected page. ok jason@ | |||
2003-05-18 | Add 'machine sysregs' command to ddb for 1386; show idtr, gdtr, ldtr, tr | Andreas Gunnarsson | |
and cr0-ct4 OK by niklas@ and more or less by ho@ | |||
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 | Correct two comment typos. | Daniel Hartmeier | |
2003-05-17 | Fix disassembly of certain branch instructions. | Marcus Watts | |
Fix disassembly saved/done/retry/restored. (ok'd by jason) | |||
2003-05-17 | No need to duplicate TLB_ defines manually with TTE_ defines. | Artur Grabowski | |
assym.h can do that for us. mdw@ henric@ ok | |||
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 | |||
2003-05-17 | more scanners from netbsd | Nathan Binkert | |
2003-05-17 | more devices from NetBSD | Nathan Binkert | |
2003-05-17 | more devices from NetBSD | Nathan Binkert | |
2003-05-17 | READ_CD_CAPCITY -> READ_CD_CAPACITY in comment. | Kenneth R Westerback | |
2003-05-17 | sync | Nathan Binkert | |
2003-05-17 | another zip 250 | Nathan Binkert | |
2003-05-17 | paramters -> parameters in comment. | Kenneth R Westerback | |
2003-05-17 | don't send ARP for secondary IPv4 addresses, treat them as local. | Jun-ichiro itojun Hagino | |
kwesterback tdeval ok | |||
2003-05-17 | Typos; from Julien Bordet <zejames@greyhats.org> | Alexander Yurchenko | |
Close PR 3262 | |||
2003-05-17 | try a little harder to not end up with 0 usb ports on amd756 chipsets | Todd T. Fries | |
ok nate@ | |||
2003-05-17 | HORRID_III_HACK disables D$ and I$, and with this, the ramdisk | Marcus Watts | |
kernel boots on blade 1000 (ultrasparc III) and 280R (ultrasparc IIIcu) to single user. | |||
2003-05-17 | All sun ultrasparcs have 8192 contexts. | Marcus Watts | |
ultrasparc IIIcu puts other stuff in formerly reserved fields of context registers. | |||
2003-05-17 | remove 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-17 | Get 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-17 | dale's camera has a usb quirk now | Nathan Binkert | |
2003-05-17 | sync with NetBSD and add various local hacks to make things work correctly | Nathan Binkert | |
with our scsi layer | |||
2003-05-17 | make this function available to others | Nathan Binkert | |
2003-05-17 | up MAXSUNLAYOUT... miod, you owe me a beer | Jason Wright | |
2003-05-17 | sync with SDEV_ONLYBIG change. | Jun-ichiro itojun Hagino | |
2003-05-17 | No need to check for the 640x480 resolution case, since the minimal resolution | Miod Vallat | |
on the SPARCbook 3 series is 800x600 and is already small enough... | |||
2003-05-17 | nuke intrhand, it isn't used and it overloads ih_next incorrectly... grr | Jason Wright | |
ok henric, mdw (based on diff from henric, so he's biased =) | |||
2003-05-17 | sync | Nathan Binkert | |