- 03 Jan, 2003 8 commits
-
-
Kai Germaschewski authored
As a preparation for moving the B-Channel access functions into an ops struct, introduce inline helper functions for using them.
-
Kai Germaschewski authored
The D-channel access functions are only used in w6692.c itself, so no need to go through function pointers.
-
Kai Germaschewski authored
The D-channel access functions are only used in hfc_2bds0.c itself, so no need to go through function pointers.
-
Kai Germaschewski authored
Instead of having the B-Channel callbacks directly in struct IsdnCardState, use an struct bc_hw_ops.
-
Kai Germaschewski authored
As a preparation for moving the B-Channel access functions into a ops struct, introduce inline helper functions for using them.
-
Kai Germaschewski authored
The callbacks to read/write B-Channel registers are only used in w6692.c itself, so we can just call the appropriate functions directly instead of going through the function pointers.
-
Kai Germaschewski authored
The B-Channel callbacks are only used when a common chipset driver is used by multiple hardware drivers. Remove the dummy/unused functions for the other cases.
-
Kai Germaschewski authored
Make hisax compile for CONFIG_ISAPNP not set. The recent PnP API changes broke HiSax completely if CONFIG_ISAPNP is set, now it at least compiles again w/o ISAPnP support.
-
- 02 Jan, 2003 32 commits
-
-
Rusty Russell authored
sh_link is a 32-bit field on 64 bit archs, so a bad choice to store module section offsets, and also INIT_OFFSET_MASK is out of range. So switch to using sh_entsize instead.
-
bk://are.twiddle.net/axp-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Richard Henderson authored
-
Richard Henderson authored
arch/alpha/kernel/ to the config options that need them. Fix a few build problems for XLT and RX164.
-
Stephen Rothwell authored
By a suggestion from David Mosberger: use this new version of compat_jiffies_to_clock_t, which is more appropriate on 64-bit hosts that don't have overflow issues. It does better rounding and will not fail if COMPAT_USER_HZ > HZ.
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Dave Jones authored
into tetrachloride.(none):/mnt/stuff/kernel/2.5/agpgart
-
Dave Jones authored
-
Dave Jones authored
(based upon 2.4 patch from Richard Baverstock <beaver@gto.net>)
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Right now its the only VIA AGP 3.0 chipset. At some point in time it may become via-agp3.c, but until then its cleaner to seperate this from the VIA AGP 2.0 driver. The 2.0 driver will still work on a KT400 with a 2.0 compliant graphic card present. If the 2.0 driver finds the bridge in 3.0 mode, it aborts. Likewise, the 3.0 driver will abort if the bridge is in 2.0 mode. Confused yet?
-
Dave Jones authored
Currently, only the K8 GART needs this, but this is cleaner than exporting the agp_reserved_memory variable.
-
Antonino Daplas authored
intel_agp_init() must not be declared static for explicit early initialization to work (ie i810fb).
-
Tomas Szepe authored
-
Tomas Szepe authored
-
Tomas Szepe authored
-
Tomas Szepe authored
-
Tomas Szepe authored
-
Tomas Szepe authored
-
Tomas Szepe authored
-
Tomas Szepe authored
-
Tomas Szepe authored
-
Tomas Szepe authored
-
Tomas Szepe authored
-
Tomas Szepe authored
-
Tomas Szepe authored
-
Tomas Szepe authored
-
Tomas Szepe authored
-
Tomas Szepe authored
-
Tomas Szepe authored
-