search for: sisfb

Displaying 8 results from an estimated 8 matches for "sisfb".

2002 Oct 03
2
maximum number of characters in APPEND
...r there is a maximum number of characters you can use for the APPEND label. I am using the following options: append initrd=initrd.gz load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=10000 rw root=/dev/ram0 video=matrox:off video=aty128fb:off video=atyfb:off video=radeon:off video=rivafb:off video=sisfb:off video=hgafb:off video=tridentfb:off video=vesa:on video=vesa:ywrap,mtrr vga=0x312 LABEL=MoviX and the system does not know the variable LABEL after the boot. I tried to put the option "LABEL=MoviX" closer to "append" and that way it works, so something strage is happenin...
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
...6 +++--- include/uapi/sound/hdsp.h | 6 +++--- include/uapi/sound/hdspm.h | 6 +++--- include/uapi/sound/sb16_csp.h | 6 +++--- include/uapi/sound/sfnt_info.h | 6 +++--- include/uapi/video/edid.h | 6 +++--- include/uapi/video/sisfb.h | 6 +++--- include/uapi/video/uvesafb.h | 6 +++--- include/uapi/xen/evtchn.h | 6 +++--- include/uapi/xen/privcmd.h | 6 +++--- 80 files changed, 244 insertions(+), 237 deletions(-) diff --git a/include/uapi/asm-generic/auxvec.h b/incl...
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
...6 +++--- include/uapi/sound/hdsp.h | 6 +++--- include/uapi/sound/hdspm.h | 6 +++--- include/uapi/sound/sb16_csp.h | 6 +++--- include/uapi/sound/sfnt_info.h | 6 +++--- include/uapi/video/edid.h | 6 +++--- include/uapi/video/sisfb.h | 6 +++--- include/uapi/video/uvesafb.h | 6 +++--- include/uapi/xen/evtchn.h | 6 +++--- include/uapi/xen/privcmd.h | 6 +++--- 80 files changed, 244 insertions(+), 237 deletions(-) diff --git a/include/uapi/asm-generic/auxvec.h b/incl...
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
...6 +++--- include/uapi/sound/hdsp.h | 6 +++--- include/uapi/sound/hdspm.h | 6 +++--- include/uapi/sound/sb16_csp.h | 6 +++--- include/uapi/sound/sfnt_info.h | 6 +++--- include/uapi/video/edid.h | 6 +++--- include/uapi/video/sisfb.h | 6 +++--- include/uapi/video/uvesafb.h | 6 +++--- include/uapi/xen/evtchn.h | 6 +++--- include/uapi/xen/privcmd.h | 6 +++--- 80 files changed, 244 insertions(+), 237 deletions(-) diff --git a/include/uapi/asm-generic/auxvec.h b/incl...
2008 Apr 05
0
BUG(?): multipathd confusion leads to kernel panic in Xen 3.2.1-rc2
...rdma_cm ib_addr ib_cm ib_sa ib_mad ib_core iscsi_tcp libiscsi scsi_transport_iscsi binfmt_misc dm_mirror dm_round_robin dm_multipath dm_mod video thermal sbs processor i2c_ec fan container button battery asus_acpi ac lp nvram sg evdev e1000 parport_pc parport i2c_i801 i2c_core pcspkr piix serio_raw sisfb shpchp pci_hotplug 8250_pnp 8250 serial_core rtc ide_disk ata_piix libata sd_mod scsi_mod ext3 jbd ehci_hcd ohci_hcd uhci_hcd usbcore CPU: 1 EIP: 0061:[<c0302709>] Not tainted VLI EFLAGS: 00010286 (2.6.18.8-xen #1) EIP is at iret_exc+0xc6a/0x105e eax: 00000000 ebx: 00000000 ecx...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...{ struct sh_mobile_meram_priv *priv; struct sh_mobile_meram_info *pdata = pdev->dev.platform_data; diff --git a/drivers/video/sis/sis_main.c b/drivers/video/sis/sis_main.c index 5193138..820a002 100644 --- a/drivers/video/sis/sis_main.c +++ b/drivers/video/sis/sis_main.c @@ -106,7 +106,7 @@ sisfb_setdefaultparms(void) /* ------------- Parameter parsing -------------- */ -static void __devinit +static void sisfb_search_vesamode(unsigned int vesamode, bool quiet) { int i = 0, j = 0; @@ -146,7 +146,7 @@ sisfb_search_vesamode(unsigned int vesamode, bool quiet) printk(KERN_ERR "...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...{ struct sh_mobile_meram_priv *priv; struct sh_mobile_meram_info *pdata = pdev->dev.platform_data; diff --git a/drivers/video/sis/sis_main.c b/drivers/video/sis/sis_main.c index 5193138..820a002 100644 --- a/drivers/video/sis/sis_main.c +++ b/drivers/video/sis/sis_main.c @@ -106,7 +106,7 @@ sisfb_setdefaultparms(void) /* ------------- Parameter parsing -------------- */ -static void __devinit +static void sisfb_search_vesamode(unsigned int vesamode, bool quiet) { int i = 0, j = 0; @@ -146,7 +146,7 @@ sisfb_search_vesamode(unsigned int vesamode, bool quiet) printk(KERN_ERR "...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...{ struct sh_mobile_meram_priv *priv; struct sh_mobile_meram_info *pdata = pdev->dev.platform_data; diff --git a/drivers/video/sis/sis_main.c b/drivers/video/sis/sis_main.c index 5193138..820a002 100644 --- a/drivers/video/sis/sis_main.c +++ b/drivers/video/sis/sis_main.c @@ -106,7 +106,7 @@ sisfb_setdefaultparms(void) /* ------------- Parameter parsing -------------- */ -static void __devinit +static void sisfb_search_vesamode(unsigned int vesamode, bool quiet) { int i = 0, j = 0; @@ -146,7 +146,7 @@ sisfb_search_vesamode(unsigned int vesamode, bool quiet) printk(KERN_ERR "...