summaryrefslogtreecommitdiff
path: root/include/linux/dio.h
AgeCommit message (Collapse)Author
2004-11-23[DIO]: Fix typo in dio_resource_len()Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
2004-10-31[PATCH] m68k: HP300: Convert DIO bus and its drivers to the new driver modelGeert Uytterhoeven
HP300: Convert DIO bus and its drivers to the new driver model (from Jochen Friedrich). Signed-off-by: Jochen Friedrich <jochen@scram.de> Signed-off-by: Kars de Jong <jongk@linux-m68k.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2004-10-31[PATCH] m68k: HP300 SCSI chip is 98265AGeert Uytterhoeven
HP300: Fix typos in the DIO output. The SCSI chip is a 98265A, not a 98625A. NetBSD has this already fixed. Signed-off-by: Jochen Friedrich <jochen@scram.de> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2004-10-30[PATCH] m68k: HP300 DIOGeert Uytterhoeven
HP300 DIO bus updates from Kars de Jong: - Removed kludges for internal HPIB, no need to handle it as a DIO device - Removed dio_scodetoviraddr() and introduced dio_scodetophysaddr() instead, to be able to support DIO-II - Removed trailing white space - Changed error return code of dio_find() from 0 to -1, since select code 0 is a valid select code - Added support for DIO-II - Fixed problem with DIO_ENCODE_ID() Signed-off-by: Kars de Jong <jongk@linux-m68k.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2002-07-23[PATCH] M68k update (part 14)Geert Uytterhoeven
HP300 DIO bus updates
2002-02-04Import changesetLinus Torvalds