Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-17 | add acpitoshiba; ok pirofti | Jason McIntyre | |
2011-06-17 | make this page a little more like acpithinkpad(4); ok pirofti | Jason McIntyre | |
2011-06-17 | Mention the F2 Fast Ethernet PHY | Kevin Lo | |
From Brad | |||
2011-06-17 | Explicitly clear 1000baseT control register for F1 PHY used in | Kevin Lo | |
AR8132 FastEthernet controller. The PHY has no ability to establish a gigabit link. Previously only link parters which support down-shifting was able to establish link. This change should fix a long standing link establishment issue of AR8132. From Brad via FreeBSD Tested by krw@, edd@, Abel Abraham Camarillo Ojeda, Gabriel Linder | |||
2011-06-17 | Add acpitoshiba(4), while at it reformat the list a bit. | Paul Irofti | |
2011-06-17 | Mention acpitoshiba(4). | Paul Irofti | |
2011-06-17 | Man page for the new acpitoshiba driver. Prodded by deraadt@. | Paul Irofti | |
2011-06-17 | Enable MSI support; tested by krw@, Mark Peoples, and | Kevin Lo | |
Abel Abraham Camarillo Ojeda. From Brad | |||
2011-06-17 | Enable MSI support; tested by Thomas Pfaff | Kevin Lo | |
From Brad | |||
2011-06-17 | M_WAITOK cleanup of two cases: | Michael Knudsen | |
1) Allocating with M_WAITOK, checking for NULL, and calling panic() is pointless (malloc() will panic if it can't allocate) so remove the check and the call. 2) Allocating with M_WAITOK, checking for NULL, and then gracefully handling failure to allocate is pointless. Instead also pass M_CANFAIL so malloc() doesn't panic so we can actually handle it gracefully. 1) was done using Coccinelle. Input from oga. ok miod. | |||
2011-06-17 | add missing the copyright notice. | YASUOKA Masahiko | |
delete garbage lines. ok syuu@ | |||
2011-06-17 | Unbreak tree. $OpenBSD$ tag needs to be in a comment! Bad | Kenneth R Westerback | |
pirofti@. | |||
2011-06-17 | Update ch(4) to use ISO C style function definitions to avoid | Matthew Dempsky | |
confusing Coccinelle. No binary change. ok dlg@ | |||
2011-06-16 | Enable acpitoshiba by default in GENERIC. | Paul Irofti | |
Prodded by deraadt@ and the lack of testers on tech@. | |||
2011-06-16 | Import acpitoshiba driver. | Paul Irofti | |
This is originally written by Hiroyuki Aizu, ported and integrated in our tree by Javier Vazquez <javama4 AT gmail> with tweaks and suggestions by me. Import prodded by deraadt@ and the lack of testers on tech@. | |||
2011-06-16 | Use the current page not he first page when working out whether to | Owain Ainsworth | |
deactivate pages after syncing. While here, don't check flags for PQ_INACTIVE (this is the only place outside uvm_page.c where this is done) because pagedeactivate does this already. First part from Christian Ehrhart, second from me. Both ok ariane@. I meant to commit this about a week ago, but accidentally commited to my local cvs mirror then forgot about it. | |||
2011-06-16 | QEMU pretends to emulate a different prehistoric Intel host bridge. | Mark Kettenis | |
From Brad. | |||
2011-06-16 | Enable msi support on iwn. | Owain Ainsworth | |
tested by many for over a week. ok kettenis@ phessler@. | |||
2011-06-16 | Raise the number of interrupt sources per CPU from 32 to 64. This effectively | Mark Kettenis | |
triples the number of interrupt vectors that can be handled by the primary CPU. Important for MSI, but could also fix some issues with large machines loaded with a lot of devices. tested by many; ok deraadt@, marco@ | |||
2011-06-16 | Prototypes of functions generated by mksubr. | Otto Moerbeek | |
2011-06-16 | Local changes to make this work on OpenBSD. Not used functions disabled for | Otto Moerbeek | |
now. | |||
2011-06-16 | mksubr from freebsd, to be used to generate flags to name translation | Otto Moerbeek | |
for kdump. Added missing license to the file, with the kind permission of the author David Kirchner. Not used yet. ok miod@ | |||
2011-06-16 | remove redundant values | Marc Espie | |
2011-06-16 | Enable MSI on newish PCIe hardware, essentially everything handled by the Linux | Mark Kettenis | |
e1000e driver (which enables MSI as well), leaving everything handled by the old Linux e1000 driver (which doesn't enable MSI) use legacy interrupts. tested by many; ok jsg@ | |||
2011-06-16 | clamp stratum to NTP_MAXSTRATUM. lingering in my tree for ages. someone likely | Henning Brauer | |
deserves to get credited for this, but I have no idea where that came from | |||
2011-06-16 | Ethernet driver merged from IIJ's contribution code. | Takuya ASADA | |
2011-06-16 | repair broken tally display | Marc Espie | |
2011-06-16 | Removes unused variables. | Martin Pieuchot | |
ok miod@ | |||
2011-06-16 | Removes the always-set-to-1 adbSoftPower variable. | Martin Pieuchot | |
ok miod@ | |||
2011-06-16 | Uses generic confargs to attach the apm(4) and piic(4) drivers instead of | Martin Pieuchot | |
the specifics adb arguments. Now apm(4) no longer depends on adb stuff and piic(4) doesn't attach on a via-cuda machine (e.g. my color G3 iMac). ok miod@ | |||
2011-06-16 | Typo, BINOWN -> BINGRP | Martin Pieuchot | |
ok miod@ | |||
2011-06-16 | - slightly expand test for --static. it works in my local tree but needs ↵ | Jasper Lievisse Adriaanse | |
some more testing. | |||
2011-06-16 | pass the dma_alloced memory rather than a pointer to its pointer. | David Gwynne | |
2011-06-16 | - finally unconfuse emacs by using parentheses for split() | Jasper Lievisse Adriaanse | |
2011-06-16 | - adjust a test which was succeeding while it shouldn't (after the last | Jasper Lievisse Adriaanse | |
pkg-config commit it does again) | |||
2011-06-16 | fix printrequiresprivate-mode name in a test | Jasper Lievisse Adriaanse | |
2011-06-16 | sync | Stuart Henderson | |
2011-06-16 | fix error in previous; | Jason McIntyre | |
2011-06-16 | dont respond to VPD inquiries with standard inquiry data. add a | David Gwynne | |
check to make sure cmdlen is correct while there. ok miod@ | |||
2011-06-15 | consistently specify that -f and -i override previous options in each | Ted Unangst | |
option's description. jmc points out this works better than deferring such information to a post-options sentence. | |||
2011-06-15 | Stop providing a bsd.scsi3 kernel on sparc. If you have a system with multiple | Miod Vallat | |
disks and scsi id#3 as the boot device, by all means, use DUIDs to mount your filesystems and it won't matter what sd unit number the boot disk attaches with. | |||
2011-06-15 | Add a const char* as first member of struct adb_attach_args, so that we can | Miod Vallat | |
pass a struct confargs * on macppc for some specific children of the adb node, and not confuse real adb device attachments. ok mpi@ | |||
2011-06-15 | Add the following certs: | David Hill | |
DigiCert High Assurance CA-3 Go Daddy Secure Certification Authority/serialNumber=07969287 Equifax Secure Certificate Authority VeriSign Class 3 Public Primary Certification Authority - G5 Entrust Certification Authority - L1C Entrust.net Secure Server Certification Authority ok mikeb@ beck@ fgsch@ constant prodding by marco@ | |||
2011-06-15 | the last of -f or -i is the lucky winner. problem noticed by jan stary. | Ted Unangst | |
text copied from mv, as noticed by otto. | |||
2011-06-15 | Add support for ZTE AC2746. | Jonathan Gray | |
Slightly changed version of a diff from Martin Furter. | |||
2011-06-15 | regen | Jonathan Gray | |
2011-06-15 | ZTE AC2746 | Jonathan Gray | |
from Martin Furter | |||
2011-06-15 | oops. some unrelated junk has slipped in | Mike Belopuhov | |
2011-06-15 | Set RL_FLAG_INVMAR for RTL8105E/RTL8401E/RTL8168E VL so multicast | Jonathan Gray | |
will work and add PHY wake up code for RTL8401E. From brad | |||
2011-06-15 | tweak previous; | Jason McIntyre | |