History log of /freebsd-9.3-release/share/examples/kld/cdev/module/cdev.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 132247 16-Jul-2004 tjr

Update for struct cdevsw and dev_t -> struct cdev * changes, plus one
64-bit portability fix.


# 130276 09-Jun-2004 maxim

Style.


# 130272 09-Jun-2004 le

Remove duplicate #include.

PR: misc/67748
Submitted by: bugghy <bugghy@phenix.rootshell.be>


# 86316 13-Nov-2001 arr

Update the KLD examples so they will work with current.

Reviewed: jhb


# 66549 02-Oct-2000 sobomax

Fix cdev kld example after it has been broken for year or so. Also extend list
of supported operations by example read() and write() operations.

Inspired by: http://www.daemonnews.org/200010/blueprints.html
PR: 16173
Submitted by: sobomax


# 48275 27-Jun-1999 dfr

* Tidy up a few things and fix some more warnings.
* Change the devsw declaration to standard form and add missing fields
* Change the filename from cdev_mod.ko to cdev.ko


# 48212 25-Jun-1999 dfr

Make this sample build again.


# 41681 11-Dec-1998 dfr

Sample modules for KLD.

PR: misc/8621
Submitted by: Rajesh Vaidheeswarran <rv@fore.com>