~ubuntu-branches/ubuntu/wily/slof/wily

« back to all changes in this revision

Viewing changes to slof/fs/pci-bridge.fs

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2013-05-04 20:41:17 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20130504204117-fb1q6em82ugu8plb
Tags: 20121018+dfsg-1ubuntu1
* Merge from Debian unstable. Remaining changes:
  - Since Ubuntu always builds Architecture: all packages on i386, build
    using a cross-compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
\ ****************************************************************************/
12
12
 
13
13
\ get the PUID from the node above
14
 
s" my-puid" $call-parent CONSTANT my-puid
 
14
get-node CONSTANT my-phandle
 
15
s" my-puid" my-phandle parent $call-static CONSTANT my-puid
 
16
 
15
17
\ Save the bus number provided by this bridge
16
18
pci-bus-number 1+ CONSTANT my-bus
17
19