summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/dev/amdcf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add sizes for free() for octeon.fcambus2018-05-301-2/+2
| | | | OK deraadt@, visa@
* Don't pull in <sys/file.h> just to get fcntl.hguenther2017-12-301-2/+2
| | | | ok deraadt@ krw@
* remove defines for ioctls the kernel doesn't recognisejsg2017-10-241-28/+1
| | | | ok mpi@
* Also pass the blk offset to disk_unbusy(), so that it can pass it toderaadt2017-05-041-2/+2
| | | | | | the random subsystem as entropy. This value is pretty much unknown, and anyways our entropy input ring does not saturate from knowns. ok mikeb djm
* Set segflg member of uio struct with symbolic enum valuestefan2016-01-201-2/+2
| | | | | | | | instead of using magic numbers. No binary change. Diff from Martin Natano. ok deraadt@
* Add a new flash driver for Octeon that allows access to the internalpirofti2015-07-201-0/+952
memory on (at least) D-Link DSR500 machines. This follows the CFI specification with code borrowed from zrouter (FreeBSD). The idea, once the current driver is thoroughly tested, would be to move it to MI land. The prerequisites to MI are width, shift and row detection and handling. In the long run I hope to be able to also add wdc support. For now write support is disabled. Okay miod@, deraadt@.