Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
70cd7713 |
| 27-Sep-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
The present defaults for the open and close for device drivers which 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
The present defaults for the open and close for device drivers which 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.
show more ...
|
#
4740a0e7 |
| 05-Sep-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Be less confusing in a comment.
|
#
aad970f1 |
| 24-Aug-2003 |
David E. O'Brien <obrien@FreeBSD.org> |
Use __FBSDID(). Also some minor style cleanups.
|
#
42495c97 |
| 22-Aug-2003 |
Warner Losh <imp@FreeBSD.org> |
Prefer new location for dev/pci/pci*.h
|
Revision tags: release/5.1.0_cvs, release/5.1.0 |
|
#
d2e0ecd0 |
| 08-Apr-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Almost the finished article.
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
Almost the finished article.
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.
show more ...
|
#
fb89eb1e |
| 04-Apr-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Add a rudimentary but working driver for the Adlink "NuDaq PCI-9812".
This is a 4 channel 20 msps 12 bit ADC card.
Anyone wanting to play with GNUradio or similar can start here.
|