login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
August
»
6
Re: [PATCH 1/2] pata_legacy: export functionality to ide
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Alan Cox
Subject:
Re: [PATCH 1/2] pata_legacy: export functionality to ide
Date: Wednesday, August 6, 2008 - 12:46 pm
> So the comment in there saying that in some cases BAR0-3 could contain junk is a
quoted text
> bogus? In other words, can we assume that one will always read 0x1f0 from BAR0 > and 0x170 from BAR2 in compatibility mode. If so, the check is even simpler: > > if (pci_resource_start(p, 0) == 0x1f0) > *primary = 1; > if (pci_resource_start(p, 2) == 0x170) > *secondary = 1;
In theory, but for the sake of about 30 bytes of code in an obscure 'last resort work everywhere' driver it seemed a bit pointless. Alan --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] ide-floppy fix
, Borislav Petkov
, (Mon Jul 14, 10:33 pm)
Re: [PATCH] ide-floppy fix
, Borislav Petkov
, (Mon Jul 14, 10:40 pm)
Re: [PATCH] ide-floppy fix
, Borislav Petkov
, (Tue Jul 15, 1:39 pm)
Re: [PATCH] ide-floppy fix
, Bartlomiej Zolnierki ...
, (Tue Jul 15, 1:58 pm)
Re: [PATCH] ide-floppy fix
, Borislav Petkov
, (Tue Jul 15, 10:20 pm)
Re: [PATCH] ide-floppy fix
, Bartlomiej Zolnierki ...
, (Wed Jul 16, 8:59 am)
Re: [PATCH] ide-floppy fix
, Bartlomiej Zolnierki ...
, (Wed Jul 16, 10:56 am)
Re: [PATCH] ide-floppy fix
, Borislav Petkov
, (Sun Jul 20, 5:06 am)
Re: [PATCH] ide-floppy fix
, Bartlomiej Zolnierki ...
, (Mon Jul 21, 12:03 pm)
Re: [PATCH] ide-floppy fix
, Borislav Petkov
, (Mon Jul 21, 10:27 pm)
Re: [PATCH] ide-floppy fix
, Bartlomiej Zolnierki ...
, (Tue Jul 22, 12:49 pm)
Re: [PATCH] ide-floppy fix
, Borislav Petkov
, (Tue Jul 22, 11:32 pm)
Re: [PATCH] ide-floppy fix
, Bartlomiej Zolnierki ...
, (Wed Jul 23, 11:51 am)
[PATCH] ide-generic: skip automatic probing of legacy ioba ...
, Borislav Petkov
, (Thu Jul 31, 10:48 pm)
Re: [PATCH] ide-generic: skip automatic probing of legacy ...
, Bartlomiej Zolnierki ...
, (Sat Aug 2, 10:02 am)
Re: [PATCH] ide-generic: skip automatic probing of legacy ...
, Borislav Petkov
, (Sat Aug 2, 11:32 am)
Re: [PATCH] ide-generic: skip automatic probing of legacy ...
, Bartlomiej Zolnierki ...
, (Sat Aug 2, 11:46 am)
[PATCH 1/2] pata_legacy: export functionality to ide
, Borislav Petkov
, (Sun Aug 3, 12:37 am)
[PATCH 2/2] ide-generic: handle probing of legacy io-ports
, Borislav Petkov
, (Sun Aug 3, 12:38 am)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Alan Cox
, (Sun Aug 3, 4:59 am)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Bartlomiej Zolnierki ...
, (Sun Aug 3, 6:37 am)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Alan Cox
, (Sun Aug 3, 6:39 am)
Re: [PATCH 2/2] ide-generic: handle probing of legacy io-ports
, Bartlomiej Zolnierki ...
, (Sun Aug 3, 7:11 am)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Borislav Petkov
, (Sun Aug 3, 7:38 am)
Re: [PATCH 2/2] ide-generic: handle probing of legacy io-ports
, Borislav Petkov
, (Sun Aug 3, 7:45 am)
Re: [PATCH 2/2] ide-generic: handle probing of legacy io-ports
, Borislav Petkov
, (Sun Aug 3, 7:54 am)
Re: [PATCH 2/2] ide-generic: handle probing of legacy io-ports
, Bartlomiej Zolnierki ...
, (Sun Aug 3, 7:59 am)
Re: [PATCH 2/2] ide-generic: handle probing of legacy io-ports
, Borislav Petkov
, (Sun Aug 3, 8:08 am)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Alan Cox
, (Sun Aug 3, 8:22 am)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Borislav Petkov
, (Sun Aug 3, 9:51 am)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Jeff Garzik
, (Sun Aug 3, 4:43 pm)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Sergei Shtylyov
, (Tue Aug 5, 7:26 am)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Boris Petkov
, (Tue Aug 5, 7:32 am)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Bartlomiej Zolnierki ...
, (Tue Aug 5, 7:41 am)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Borislav Petkov
, (Tue Aug 5, 11:10 pm)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Sergei Shtylyov
, (Wed Aug 6, 4:34 am)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Boris Petkov
, (Wed Aug 6, 7:03 am)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Sergei Shtylyov
, (Wed Aug 6, 8:57 am)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Alan Cox
, (Wed Aug 6, 12:46 pm)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Borislav Petkov
, (Wed Aug 6, 12:47 pm)
Re: [PATCH 1/2] pata_legacy: export functionality to ide
, Sergei Shtylyov
, (Wed Aug 6, 1:04 pm)
[PATCH] ide-generic: handle probing of legacy io-ports v5 ...
, Borislav Petkov
, (Wed Aug 6, 9:36 pm)
Re: [PATCH] ide-generic: handle probing of legacy io-ports ...
, Bartlomiej Zolnierki ...
, (Thu Aug 7, 10:06 am)
Re: [PATCH] ide-generic: handle probing of legacy io-ports v5
, Sergei Shtylyov
, (Fri Aug 8, 3:04 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Sam Ravnborg
[PATCH 05/11] x86: add X86_64 dependency to x86_64 specific symbols in Kconfig.x86...
Brian Swetland
Re: Attempted summary of suspend-blockers LKML thread
Robert Marquardt
Re: [linux-usb-devel] usb hid: reset NumLock
Borislav Petkov
drm_vm.c:drm_mmap: possible circular locking dependency detected (was: Re: Linux 2...
Alexandre Oliva
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
git
:
Felipe Contreras
Re: [kernel.org users] [RFD] On deprecating "git-foo" for builtins
Paolo Ciarrocchi
Re: [kernel.org users] [RFD] On deprecating "git-foo" for builtins
Johannes Schindelin
Re: [PATCH] Fix install-doc-quick target
Peter Oberndorfer
Subject: [PATCH] fix stg edit command
Paolo Bonzini
Re: [PATCH 04/40] Windows: Use the Windows style PATH separator ';'.
git-commits-head
:
Linux Kernel Mailing List
New device ID for sc92031 [1088:2031]
Linux Kernel Mailing List
e1000e: Expose MDI-X status via ethtool change
Linux Kernel Mailing List
NFS: Store pages from an NFS inode into a local cache
Linux Kernel Mailing List
arm/imx/gpio: GPIO_INT_{HIGH,LOW}_LEV are not necessarily constant
Linux Kernel Mailing List
powerpc/kexec: Add support for FSL-BookE
linux-netdev
:
Andi Kleen
Re: RFC: Nagle latency tuning
Jarek Poplawski
Re: tc filter flow hash question
David Miller
Re: [RFC 0/5] generic rx recycling
Chuck Lever
Re: [RFC] ipv6: Change %pI6 format to output compacted addresses?
Jarek Poplawski
Re: socket api problem: can't bind an ipv6 socket to ::ffff:0.0.0.0
openbsd-misc
:
Theo de Raadt
Re: RES: OpenBSD on IBM System X3550 7879
Bret S. Lambert
Re: any web management gui for pf ?
Rob Shepherd
x86 hardware for router system
Nick Holland
Re: Install OpenBSD from USB ?
Nick Holland
Re: 1 out of 3 hunks failed--saving rejects to kerberosV/src/lib/krb5/crypto.c.rej
Colocation donated by:
Syndicate