Displaying 3 results from an estimated 3 matches for "febff000".
Did you mean:
feaff000
2006 Nov 22
5
TE110P and TDM400P
...ized by the operating system as showed above:
0000:08:00.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface
Subsystem: Unknown device b1d9:0003
Flags: bus master, medium devsel, latency 64, IRQ 169
I/O ports at e800 [size=256]
Memory at febff000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 2
0000:08:01.0 Network controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface
Subsystem: Unknown device 79fe:0001
Flags: bus master, medium devsel, latency 64, IRQ 193
I/O por...
2009 Jun 10
1
Rhino analog cards
...en default
6 from-zaptel en default
7 from-zaptel en default
8 from-zaptel en default
budsw*CLI>
but in dmesg:
r4fxo: module license 'unspecified' taints kernel.
rcbfx 1: Rhino PCI BAR0 febff000 IOMem mapped at f8b12000
rcbfx 1: Waiting for response from card .........
rcbfx 1: Firmware Version 1.f
rcbfx 1: Firmware File Version is 1.f
rcbfx 1: Hardware version 11
rcbfx 1: G168 07 04 DSP Loader file size = 170 App file size = 48414
rcbfx 1: G168 DSP Ping DSP Version 106
rcbfx 1: G168 DSP A...
2009 Jan 31
14
[PATCH 2/3] xen: make direct versions of irq_enable/disable/save/restore to common code
Now that x86-64 has directly accessible percpu variables, it can also
implement the direct versions of these operations, which operate on a
vcpu_info structure directly embedded in the percpu area.
In fact, the 64-bit versions are more or less identical, and so can be
shared. The only two differences are:
1. xen_restore_fl_direct takes its argument in eax on 32-bit, and rdi on 64-bit.