File: MulPCIhdr.fth

package info (click to toggle)
fcode-utils 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 46,768 kB
  • sloc: ansic: 9,717; csh: 241; makefile: 129; sh: 17
file content (44 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
\  Create an image with multiple PCI headers
\     and then let's see what still we need to do
\
\   Updated Mon, 23 May 2005 at 16:17 by David L. Paktor


tokenizer[ 

h#   f2a7     \   Bogus Rev-Level
      SET-REV-LEVEL

not-last-image

h#   1fed     \   Vendor
h#   9009     \   Bogus Device ID
h#  20109     \   Bogus Class Code
     pci-header

	 ]tokenizer

fload TokConstCondTstT.fth

pci-header-end

     

tokenizer[ 

h#   ea57     \   Bogus Rev-Level
      SET-REV-LEVEL

     last-image

h#   deaf     \   Vendor
h#   9021     \   Bogus Device ID
h#  10902     \   Bogus Class Code
     pci-header

	 ]tokenizer

fload TokConstCondTstF.fth

pci-header-end