Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Create stic devices.
details: https://anonhg.NetBSD.org/src/rev/6434eb9b2122
branches: trunk
changeset: 515191:6434eb9b2122
user: ad <ad%NetBSD.org@localhost>
date: Tue Sep 18 19:58:41 2001 +0000
description:
Create stic devices.
diffstat:
etc/etc.alpha/MAKEDEV | 10 +++++++++-
share/man/man8/man8.alpha/MAKEDEV.8 | 4 +++-
2 files changed, 12 insertions(+), 2 deletions(-)
diffs (53 lines):
diff -r 194f89069566 -r 6434eb9b2122 etc/etc.alpha/MAKEDEV
--- a/etc/etc.alpha/MAKEDEV Tue Sep 18 19:55:06 2001 +0000
+++ b/etc/etc.alpha/MAKEDEV Tue Sep 18 19:58:41 2001 +0000
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV,v 1.75 2001/09/15 04:45:28 thorpej Exp $
+# $NetBSD: MAKEDEV,v 1.76 2001/09/18 19:58:41 ad Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -119,6 +119,7 @@
# wsmux* wscons event multiplexor
# pci* PCI bus access devices
# agp* AGP GART devices
+# stic* PixelStamp interface chip
dialin=0
dialout=524288
@@ -549,6 +550,13 @@
chmod 644 agp$unit
;;
+stic*)
+ unit=${i#stic};
+ rm -f stic $unit
+ mknod stic $unit c 68 $unit
+ chmod 600 stic$unit
+ ;;
+
altq)
mkdir -p altq
chmod 755 altq
diff -r 194f89069566 -r 6434eb9b2122 share/man/man8/man8.alpha/MAKEDEV.8
--- a/share/man/man8/man8.alpha/MAKEDEV.8 Tue Sep 18 19:55:06 2001 +0000
+++ b/share/man/man8/man8.alpha/MAKEDEV.8 Tue Sep 18 19:58:41 2001 +0000
@@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------
.\"
-.\" $NetBSD: MAKEDEV.8,v 1.15 2001/09/15 10:53:30 wiz Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.16 2001/09/18 19:58:41 ad Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -259,6 +259,8 @@
. It Ar agp#
AGP GART devices, see
.Xr \&agp 4
+. It Ar stic#
+PixelStamp interface chip
. El
.El
.Sh FILES
Home |
Main Index |
Thread Index |
Old Index