Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-12 | "Dr. Jones. Again we see there is nothing you can possess which I cannot | Ted Unangst | |
take away." remove uyap. no effect except on hppa where it was strangely enabled. | |||
2014-07-12 | Mark the interface down and cancel the watchdog timer in imxenet_stop(). | Brad Smith | |
ok matthieu@ rapha@ | |||
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst | |
after discussions with beck deraadt kettenis. | |||
2014-07-11 | "It's not the years, honey; it's the mileage." | Ted Unangst | |
bluetooth support doesn't work and isn't going anywhere. the current design is a dead end, and should not be the basis for any future support. general consensus says to whack it so as to not mislead the unwary. | |||
2014-07-10 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot | |
rebooting a machine, like it is done in the hibernate case. At least some USB host controller drivers rely on this to busy way instead of sleeping. Avoid a panic on macppc with an uhci(4) cardbus plugged in. ok deraadt@, uebayashi@ | |||
2014-07-10 | boot(9): More comment removal about cold/savectx() missed in previous | Masao Uebayashi | |
2014-07-10 | boot(): Unify declarations | Masao Uebayashi | |
OK deraadt@ | |||
2014-07-02 | Add support for adjusting the receive filter to allow for promiscuous | Brad Smith | |
mode and reception of multicast traffic. ok matthieu@ "looks good to me" rapha@ | |||
2014-06-20 | Fix a wrong comparison in the interrupt handler. | Raphael Graf | |
ok syl@ | |||
2014-05-31 | Revert previous diff setting cold to 1 on shutdown because it breaks machine | Martin Pieuchot | |
with softraid(4) disks. softraid(4) is the last real consumer of the doshutdownhooks(9) API and it is not trivial to convert its hook to a DVACT_POWERDOWN handler since the latter does not allow to sleep. | |||
2014-05-30 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot | |
rebooting a machine, like it is done in the hibernate case. At least some USB host controller drivers rely on this to busy way instead of sleeping. Avoid a panic on macppc with an uhci(4) cardbus plugged in. ok deraadt@, uebayashi@ | |||
2014-05-19 | There is no need to remember which usb(4) device is the child of an USB | Martin Pieuchot | |
host controller because autoconf(9) already does it. Breakage reported by todd@ | |||
2014-05-08 | Format string fixes and removal of -Wno-format for arm kernels. | Miod Vallat | |
2014-05-06 | remove cpsw_{read,write}_4 wrapper functions and just use the real | Jasper Lievisse Adriaanse | |
bus_space_{read,write}_4 instead. tested by nick@, ok bmercer@ | |||
2014-04-25 | test dt_min for invalid minute values instead of testing dt_sec twice | Jonathan Gray | |
ok bmercer@ | |||
2014-04-14 | move the hardware structures into ahcireg.h. | David Gwynne | |
2014-04-07 | Add axen(4) wherever axe(4) is. | Brad Smith | |
ok mpi@ yuo@ | |||
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther | |
ok dlg@ mpi@ deraadt@ | |||
2014-03-18 | Initialize len, from netbsd | Raphael Graf | |
ok syl@, bmercer@, jasper@ | |||
2014-03-18 | Add missing parts of the tiic driver. | Sylvestre Gallon | |
inspired by rapha@ ok rapha@, jasper@ | |||
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne | |
"mainbus" device. this breaks when mpath is enabled because it attaches before mainbus and therefore takes the head position. have autoconf provide device_mainbus() which looks up mainbus_cd, and use that instead. discussed with deraadt who just wants mpath stuff to move forward despite there being many ways to shine this particular turd. | |||
2014-03-05 | Remove TIMEZONE and DST options from GENERIC-* kernels. | Miod Vallat | |
Remove APERTURE, DDB_SAFE_CONSOLE and *_DEBUG from RAMDISK-* kernels. Add option USBVERBOSE to all kernels. | |||
2014-02-02 | armv7_start.o needs an explicit dependency on assym.h now; nick | Miod Vallat | |
2014-02-01 | Do not include <machine/pmap.h> from .S code, for it brings much too .S-unaware | Miod Vallat | |
headers. Instead, rely upon "assym.h" bringing the defines we need from it. Found the hard way by nick@ | |||
2013-12-11 | do not include empty (and already removed) files; ok syl@ | Christian Weisgerber | |
2013-12-11 | remove empty files; ok syl@ | Christian Weisgerber | |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie | |
"sure" deraadt@ | |||
2013-12-08 | Enable rum(4) for armv7. Committing through it on pandaboard. | Martynas Venckus | |
OK rapha@, jasper@. | |||
2013-12-04 | Looks like the eMMC does no like block read request lower than block | Sylvestre Gallon | |
size. Rever the bsize to default 512 to fix the problem while a proper fix is worked on. Spotted by rapha@ ok rapha@, fgsch@ | |||
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt | |
resurrection of the bad idiom in the tree. sufficient review by miod, kettenis, tedu | |||
2013-11-24 | I2C driver for am335x, ported from netbsd, not enabled yet. | Raphael Graf | |
"Commit the driver code" deraadt@ | |||
2013-11-20 | Add gpio(4) support for omap3/4 and am335x. | Raphael Graf | |
Feedback by patrick and syl, tested by syl on BeagleBoard and BBB. ok syl@ | |||
2013-11-15 | Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A | sasano | |
USB host-to-host link cable. This driver is derived from upl(4). | |||
2013-11-15 | Start cleaning this driver. No functional change. | Federico G. Schwindt | |
input and ok to move forward dlg@ patrick@ syl@ | |||
2013-11-13 | Add missing includes. | Sylvestre Gallon | |
Unbreak armv7 compilation. ok rapha@ "commit the fix" from deraadt@ | |||
2013-11-13 | boot(): Don't forget calling if_downall() and uvm_shutdown() on arm ports. | Masao Uebayashi | |
"Unification good" deraadt@ | |||
2013-11-12 | Implement sd card detection. Fixes the `sdmmc0: can't enable card' on bbb | Federico G. Schwindt | |
when there is no card. Tested on pandaboard by patrick@, ok patrick@ and syl@ | |||
2013-11-08 | fix bootstrap_bs_map to map more than one section. | aalm | |
ok patrick@, fgsch@ | |||
2013-11-06 | forgot armv7/armv7 files... | Sylvestre Gallon | |
2013-11-06 | After factorizing armv7_machdep code here is an effort to factorize all | Sylvestre Gallon | |
the code present in omap/omap.c imx/imx.c and sunxi/sunxi.c All this code looks quite the same, so we move it in a generic armv7/armv7.c This is a step closer to only one kernel for all armv7 boards. ok patrick@, rapha@ | |||
2013-11-04 | Rename beagle_machdep.c to omap_machdep.c | Sylvestre Gallon | |
ok rapha@, jasper@, bmercer@, patrick@ | |||
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt | |
which basically doesn't exist at all. reminded about it by brad | |||
2013-11-03 | Include "gpio.h" | Raphael Graf | |
ok jasper@ | |||
2013-11-01 | adds a few modules used by upcoming drivers, and support for disabling | aalm | |
modules. ok jasper@ | |||
2013-11-01 | crank MINIROOTSIZE needed so the ramdisks will fit again | Jasper Lievisse Adriaanse | |
ok patrick@ | |||
2013-11-01 | when we fail to power up the AHCI phy don't bother trying to make | Jasper Lievisse Adriaanse | |
things work; just fail. committing on behalf of aalm@ | |||
2013-11-01 | rewrite omdog somewhat and hook it into the watchdog framework. | Federico G. Schwindt | |
tested by syl@ and myself. syl@ ok. | |||
2013-10-31 | remove commented gpio(4) entry which makes no sense to have on the ramdisk | Jasper Lievisse Adriaanse | |
ok aalm@ | |||
2013-10-31 | add proper guard around gpiobus_print() to allow RAMDISK-SUNXI to compile | Jasper Lievisse Adriaanse | |
ok aalm@ | |||
2013-10-30 | Put all the generic machdep code in armv7_machedep.c | Sylvestre Gallon | |
Cleanup the machdep code removing: - useless includes - useless globals and prototypes - useless #if 0 and #if 1 - some style(9) issues This commit will make the bringup of new SoC easier. ok patrick@ jasper@ rapha@ |