summaryrefslogtreecommitdiffstats
path: root/sys/dev/nmdm/nmdm.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* #include of <sys/vnode.h> not necesary.phk2004-12-221-1/+0
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-7/+1
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Add modemcontrol support for DTR and DCD.phk2004-07-041-6/+37
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-8/+8
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-4/+4
* A major overhaul of the nmdm(4) driver:phk2004-06-011-375/+81
* There is no need to explicitly call the stop function. In all likelyhoodphk2004-06-011-1/+0
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Add clone_setup() function rather than rely on lazy initialization.phk2004-03-111-0/+1
* Device megapatch 4/6:phk2004-02-211-2/+3
* Device megapatch 3/6:phk2004-02-211-1/+0
* Device megapatch 2/6:phk2004-02-211-84/+85
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-2/+2
* I don't know from where the notion that device driver should orphk2003-09-281-2/+2
* Use __FBSDID().obrien2003-08-241-1/+3
* Make TTYHOG tunable.das2003-03-051-0/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+9
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Cleanup of nmdm devicejulian2002-02-201-61/+100
* Don't call cdevsw_add().phk2001-11-041-1/+1
* KSE Milestone 2julian2001-09-121-9/+9
* Remove unused nmdmpoll function.mp2001-08-111-63/+0
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Remove warnings.. seems to compile as a module now too.julian2001-02-271-4/+3
* Catch up with rwatsons ucred changes.julian2001-02-271-1/+1
* Do it right this time. Give it a better name and placejulian2001-02-271-0/+644
OpenPOWER on IntegriCloud