Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8715
b: refs/heads/master
c: 7caaeab
h: refs/heads/master
i:
  8713: 07e202d
  8711: 2c2207c
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Sep 12, 2005
1 parent fe3cc72 commit 0100e90
Show file tree
Hide file tree
Showing 254 changed files with 2,370 additions and 11,312 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 61b22e693ea33af02f3380d3dbed9ee65a80c729
refs/heads/master: 7caaeabb17758295edff9703c18a840073c5b8f4
6 changes: 2 additions & 4 deletions trunk/Documentation/aoe/mkshelf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ fi
n_partitions=${n_partitions:-16}
dir=$1
shelf=$2
nslots=16
maxslot=`echo $nslots 1 - p | dc`
MAJOR=152

set -e

minor=`echo $nslots \* $shelf \* $n_partitions | bc`
minor=`echo 10 \* $shelf \* $n_partitions | bc`
endp=`echo $n_partitions - 1 | bc`
for slot in `seq 0 $maxslot`; do
for slot in `seq 0 9`; do
for part in `seq 0 $endp`; do
name=e$shelf.$slot
test "$part" != "0" && name=${name}p$part
Expand Down
194 changes: 0 additions & 194 deletions trunk/Documentation/connector/cn_test.c

This file was deleted.

133 changes: 0 additions & 133 deletions trunk/Documentation/connector/connector.txt

This file was deleted.

Loading

0 comments on commit 0100e90

Please sign in to comment.