aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs4client/nfs4_dev.c
Commit message (Collapse)AuthorAgeFilesLines
* protect new cdevsw entries with "#if (__FreeBSD_version > 502102)"Jim Rees2004-02-221-1/+3
| | | | Notes: svn path=/head/; revision=126112
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
| | | | | | | | | | | Introduce d_version field in struct cdevsw, this must always be initialized to D_VERSION. Flip sense of D_NOGIANT flag to D_NEEDGIANT, this involves removing four D_NOGIANT flags and adding 145 D_NEEDGIANT flags. Notes: svn path=/head/; revision=126080
* Use consistent style for cdevsw initializationPoul-Henning Kamp2004-02-141-5/+5
| | | | Notes: svn path=/head/; revision=125811
* Use automatic major number allocation for the nfs4 device instead ofTim J. Robbins2004-02-111-3/+1
| | | | | | | stealing #29, which is already reserved for mcd. Notes: svn path=/head/; revision=125709
* University of Michigan's Citi NFSv4 kernel client code.Alfred Perlstein2003-11-141-0/+451
Submitted by: Jim Rees <rees@umich.edu> Notes: svn path=/head/; revision=122698