cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

via-rhine.txt (505B)


      1* VIA Rhine 10/100 Network Controller
      2
      3Required properties:
      4- compatible : Should be "via,vt8500-rhine" for integrated
      5	Rhine controllers found in VIA VT8500, WonderMedia WM8950
      6	and similar. These are listed as 1106:3106 rev. 0x84 on the
      7	virtual PCI bus under vendor-provided kernels
      8- reg : Address and length of the io space
      9- interrupts : Should contain the controller interrupt line
     10
     11Examples:
     12
     13ethernet@d8004000 {
     14	compatible = "via,vt8500-rhine";
     15	reg = <0xd8004000 0x100>;
     16	interrupts = <10>;
     17};