diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-06-10 15:30:33 +0000 | 
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-06-10 15:30:33 +0000 | 
| commit | 8364338f0920ecaa77a7660aea8095d1f2dad6e0 (patch) | |
| tree | 69efb5c931553d3dc352ac22efa46812f7597d32 | |
| parent | b8484eb34b4e25d3244146177261ccf3990a2a42 (diff) | |
Notes
| -rw-r--r-- | sys/conf/majors | 3 | ||||
| -rw-r--r-- | sys/i386/conf/majors.i386 | 3 | 
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index d479b463f2ef..3aa752673bb8 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.4 1996/05/03 05:44:45 asami Exp $ +$Id: majors.i386,v 1.5 1996/05/04 08:40:13 peter Exp $  Hopefully, this list will one day be obsoleted by DEVFS, but for now  this is the current allocation of device major numbers. @@ -113,3 +113,4 @@ chrdev	name		comments  73	qcam		quickcam  74	ccd		concatenated disk  75	stli		Stallion (intelligent cdk based) (gerg@stallion.oz.au) +76	scc		IBM Smart Capture Card (ohashi@mickey.ai.kyutech.ac.jp) diff --git a/sys/i386/conf/majors.i386 b/sys/i386/conf/majors.i386 index d479b463f2ef..3aa752673bb8 100644 --- a/sys/i386/conf/majors.i386 +++ b/sys/i386/conf/majors.i386 @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.4 1996/05/03 05:44:45 asami Exp $ +$Id: majors.i386,v 1.5 1996/05/04 08:40:13 peter Exp $  Hopefully, this list will one day be obsoleted by DEVFS, but for now  this is the current allocation of device major numbers. @@ -113,3 +113,4 @@ chrdev	name		comments  73	qcam		quickcam  74	ccd		concatenated disk  75	stli		Stallion (intelligent cdk based) (gerg@stallion.oz.au) +76	scc		IBM Smart Capture Card (ohashi@mickey.ai.kyutech.ac.jp)  | 
