Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Removed all `vector xxxintr' specifications. Interrupt handlers are now | bde | 1998-10-22 | 1 | -1/+1 |
| | | | | configured in drivers. | ||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -3/+3 |
| | |||||
* | Use err(3). Cosmetic in usage(). Rewrote man page in mdoc format. | charnier | 1997-08-08 | 2 | -109/+82 |
| | |||||
* | Include unistd.h for new location of getopt() prototypes | peter | 1997-03-11 | 1 | -1/+2 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Fix a bunch of spelling errors in a bunch of man pages. | mpp | 1996-01-30 | 1 | -3/+3 |
| | |||||
* | add RCS Id strings so we know what we have | julian | 1995-09-08 | 2 | -0/+6 |
| | |||||
* | Submitted by: Luigi Rizzo (luigi@iet.unipi.it) | julian | 1995-09-08 | 5 | -0/+384 |
Obtained from: Gunther Schadow and Luigi Rizzo control program for Trust AmiScan BW (GI1904 chipset) ASC - A device driver for a handy scanner This is a device driver for GI1904-based hand scanners, e.g. the Trust Amiscan Grey and possibly others. The driver is based on the "gsc" driver and, partly, on a Linux driver. The driver has a working select(). -Luigi Rizzo (luigi@iet.unipi.it) |