| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=150526
|
|
|
|
|
|
|
| |
keep track of things.
Notes:
svn path=/head/; revision=143844
|
|
|
|
| |
Notes:
svn path=/head/; revision=143168
|
|
|
|
|
|
|
| |
capture. Now we just need somebody to write a gnu-radio frontend :-)
Notes:
svn path=/head/; revision=135482
|
|
|
|
|
|
|
| |
Bump __FreeBSD_version accordingly.
Notes:
svn path=/head/; revision=130585
|
|
|
|
|
|
|
| |
in <sys/kernel.h>
Notes:
svn path=/head/; revision=130026
|
|
|
|
|
|
|
|
| |
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by: imp, dfr, bde
Notes:
svn path=/head/; revision=127135
|
|
|
|
|
|
|
| |
adlink device kthreads.
Notes:
svn path=/head/; revision=126673
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
provide no methods does not make any sense, and is not used by any
driver.
It is a pretty hard to come up with even a theoretical concept of
a device driver which would always fail open and close with ENODEV.
Change the defaults to be nullopen() and nullclose() which simply
does nothing.
Remove explicit initializations to these from the drivers which
already used them.
Notes:
svn path=/head/; revision=120506
|
|
|
|
| |
Notes:
svn path=/head/; revision=119762
|
|
|
|
|
|
|
| |
Also some minor style cleanups.
Notes:
svn path=/head/; revision=119418
|
|
|
|
| |
Notes:
svn path=/head/; revision=119274
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Boost sample rate to 1.25 MSPS since that allows us to use a 5Mhz
(/4) or 10Mhz (/8) external clock.
Make the interrupt both MPSAFE and FAST, at 610 interrupts a second,
and a max time to service of 5 msec, we brake for nobody.
Use kernel thread to accumulate into the 25 possible wave signals.
Use #ifdef _KERNEL to let .c file double as .h file defining the ioctls.
Notes:
svn path=/head/; revision=113270
|
|
This is a 4 channel 20 msps 12 bit ADC card.
Anyone wanting to play with GNUradio or similar can start here.
Notes:
svn path=/head/; revision=113094
|