Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8816
b: refs/heads/master
c: 9f566cf
h: refs/heads/master
v: v3
  • Loading branch information
James Courtier-Dutton authored and Jaroslav Kysela committed Sep 12, 2005
1 parent 2b5adc9 commit 98bacf8
Show file tree
Hide file tree
Showing 407 changed files with 3,390 additions and 17,945 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: a8cd2e5045688157479a654786b2c08ab85f4d8f
refs/heads/master: 9f566cfde14e185bcc3589ba7470788ed193535a
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
4 changes: 1 addition & 3 deletions trunk/Documentation/cciss.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ This driver is known to work with the following cards:
* SA P600
* SA P800
* SA E400
* SA P400i
* SA E200
* SA E200i
* SA E300

If nodes are not already created in the /dev/cciss directory, run as root:

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.

1 change: 0 additions & 1 deletion trunk/Documentation/dontdiff
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ aic7*seq.h*
aicasm
aicdb.h*
asm
asm-offsets.*
asm_offsets.*
autoconf.h*
bbootsect
Expand Down
Loading

0 comments on commit 98bacf8

Please sign in to comment.