This website requires JavaScript.
Explore
Drone CI
Help
Register
Sign In
lisa
/
android_kernel_xiaomi_sm8350
Watch
1
Star
0
Fork
0
You've already forked android_kernel_xiaomi_sm8350
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
f58db9590f
android_kernel_xiaomi_sm8350
/
drivers
/
ata
/
sis.h
6 lines
97 B
C
Raw
Normal View
History
Unescape
Escape
SiS warning fixes Somehow the sis_info133 external definition ended up in libata.h and that was included by both drivers. However libata.h contains libata-* specific internals and clashing defines like DRV_NAME so this makes a mess. Move the extern into the C file and remove the warnings [akpm@linux-foundation.org: create sis.h to avoid extern-decl-in-C] Signed-off-by: Alan Cox <alan@redhat.com> Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-02-16 04:40:04 -05:00
struct
ata_port_info
;
/* pata_sis.c */
libata: PATA-mode fixes for sis_sata Changed PATA handler for PATA-ports used by sata_sis. This patch was originally submitted by Jeff Garzik. Added PCI-ID 1180 for SiS966 Controller in pata_sis. The 1180 mode is fully compatible to other SiS PATA-controller. The PCI-ID 1183 is SATA in PATA-emulation, but not fully compatible to SiS5513/5518. sata_sis.c is forwarding this ID to pata_sis. 1183 is not working if simply added to pata_sis. This handling fixes issues with SiS968. Signed-off-by: Uwe Koziolek <uwe.koziolek@gmx.net> Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-06-14 17:40:43 -04:00
extern
const
struct
ata_port_info
sis_info133_for_sata
;
Reference in New Issue
Copy Permalink