ChangeSet@1.999.3.5, 2003-03-27 00:06:18+00:00, linux@de.rmk.(none)
  [PCMCIA] remove unused include/pcmcia/driver_ops.h
  
  Except for dev_node_t, the contents of include/pcmcia/driver_ops.h
  aren't used anywhere within the kernel. It's a left-over file from the
  days when cardbus 32-bit cards weren't handled as pci devices, and
  their drivers as pci drivers. So, move the dev_node_t to
  include/pcmcia/ds.h, remove the lone in-kernel reference to
  driver_ops.h, and remove the contents of driver_ops.h.

ChangeSet@1.999.3.4, 2003-03-27 00:03:04+00:00, linux@de.rmk.(none)
  [PATCH] convert ds.c's socekt_info_t to struct pcmcia_bus_socket
  
  Rename socket_info_t (which is used many, many times differently
  within pcmcia) to "struct pcmcia_bus_socket".
  
  Also, a couple of functions in ds.c can be converted to use the "struct
  pcmcia_bus_socket" as argument instead of the socket number.

ChangeSet@1.999.3.3, 2003-03-26 23:56:34+00:00, linux@de.rmk.(none)
  [PCMCIA] remove "init_status" from struct pcmcia_driver
  
  As we don't have a late_initcall in ds.c any more, we can't easily
  distinguish between in-kernel drivers and those built as modules. This
  information was used by cardmgr to detect whether "rmmod" makes
  sense. As unloading of modules seems to be deprecated behaviour anyway
  in 2.5., and the current driver unloading process is IMO broken
  anyway, I don't shed any tears on this lost functionality.

ChangeSet@1.999.3.2, 2003-03-26 23:52:51+00:00, linux@de.rmk.(none)
  [PCMCIA] "driver services" socket add/remove abstraction
  
  Previously, "Driver Services" could only be called when the socket
  drivers were initialized earlier. This caused an awful lot of
  problems, especially when modprobe tried to load ds.ko and a pcmcia
  card driver at once.
  
  As all socket devices are registered with the driver model core as
  being of "class_type pcmcia_socket_class", we can take use of that and
  register them with "Driver Services" upon detection or upon
  module loading of ds.c.
  
  Also, the "I-need-two-initcalls-in-a-module"-tweak can go away.
  
  Unfortunately, this patch reportedly breaks some RedHat pcmcia init
  scritps - they relied on the failed loading of ds.c to detect that no
  socket driver was loaded previously. To properly detect this, you
  should take a look at the /sys/class/pcmcia_socket/devices directory.

ChangeSet@1.985.18.13, 2003-03-26 19:38:25+01:00, hch@sgi.com
  [XFS] remove fs/xfs/xfs_dqblk.h
  
  This one should have gone away a few checkings ago.  I blame it on
  BitKeeper.. :)

ChangeSet@1.985.18.12, 2003-03-26 19:31:25+01:00, roehrich@sgi.com
  [XFS] fix initialization of dmapi code
  
  SGI Modid: 2.5.x-xfs:slinx:142389a

ChangeSet@1.985.18.11, 2003-03-26 19:29:36+01:00, sandeen@sgi.com
  [XFS] Use mod_timer in place of del/modify/add (can race)
  Also use del_timer_sync when we're done.
  
  SGI Modid: 2.5.x-xfs:slinx:142197a

ChangeSet@1.985.18.10, 2003-03-26 19:27:31+01:00, lord@sgi.com
  [XFS] optimize timestamp updates, use new hires timestamps more directly,
  also fix a bug where the mtime field was not correctly updated.
  
  SGI Modid: 2.5.x-xfs:slinx:142296a

ChangeSet@1.985.18.9, 2003-03-26 19:25:17+01:00, nathans@sgi.com
  [XFS] Add back the pagebuf flag for scheduling on the data daemon.  Moving
  this into just a pagebuf_iodone parameter was broken as we don't have
  sufficient state in all the places we need it to make the decision.
  
  SGI Modid: 2.5.x-xfs:slinx:141626a

ChangeSet@1.985.18.8, 2003-03-26 19:23:11+01:00, nathans@sgi.com
  [XFS] Cut and paste stuff up on my part in the DMAPI headers.
  
  SGI Modid: 2.5.x-xfs:slinx:142170a

ChangeSet@1.985.18.7, 2003-03-26 19:21:19+01:00, nathans@sgi.com
  [XFS] Cut and paste stuff up on my part in the DMAPI headers.
  
  SGI Modid: 2.5.x-xfs:slinx:142163a

ChangeSet@1.985.18.6, 2003-03-26 19:13:53+01:00, nathans@sgi.com
  [XFS] Header shuffling to try and keep several source trees aligned - move the
  realtime inode detection macro somewhere more appropriate.
  
  SGI Modid: 2.5.x-xfs:slinx:141951a

ChangeSet@1.985.18.5, 2003-03-26 19:11:49+01:00, nathans@sgi.com
  [XFS] Cleanup/remove a bunch of macros, comments and code.
  
  SGI Modid: 2.5.x-xfs:slinx:141925a

ChangeSet@1.985.18.4, 2003-03-26 19:04:20+01:00, hch@sgi.com
  [XFS] Separate the quota source into its own subdirectory ala dmapi.
  Push a bunch of quota- and dmapi-specific code down into these
  subdirs which previously was compiled into the core XFS code,
  and don't descend into these subdirs if options config'd off.
  
  SGI Modid: 2.5.x-xfs:slinx:141850a

ChangeSet@1.999.3.1, 2003-03-26 16:51:18+00:00, rmk@flint.arm.linux.org.uk
  Merge flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-pci
  into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-pcmcia

ChangeSet@1.985.16.12, 2003-03-26 15:54:29+00:00, rmk@flint.arm.linux.org.uk
  [ARM] Ensure transmit lines are held in mark state.

ChangeSet@1.985.16.11, 2003-03-26 15:38:15+00:00, rmk@flint.arm.linux.org.uk
  [ARM] Kill compiler warning about uninitialised ppcr in cpu-sa1110.c.

ChangeSet@1.985.16.10, 2003-03-26 15:33:03+00:00, rmk@flint.arm.linux.org.uk
  [ARM] Quieten dc21285 host bridge driver during bus probing.
  
  - don't report PCI aborts during config cycles as errors.
  - don't scan the pci buses if we receive a master abort.
  - setup error handlers earlier.

ChangeSet@1.985.16.9, 2003-03-26 15:21:58+00:00, rmk@flint.arm.linux.org.uk
  [ARM] Fix potential oops in epxa10db-flash.c
  
  Fix potential oops if kmalloc returns NULL.
  Really return an error when out of memory.

ChangeSet@1.985.16.8, 2003-03-26 15:00:54+00:00, rmk@flint.arm.linux.org.uk
  [ARM] Support write combining on framebuffers

ChangeSet@1.985.16.7, 2003-03-26 14:58:05+00:00, rmk@flint.arm.linux.org.uk
  [ARM] Update Cyber2000fb driver for new fbcon API
  
  This cset updates cyber2000fb (used on NetWinders) to the new
  fbcon API, and adds cfbfillrect, cfbcopyarea and cfbimgblt
  objects when building cyber2000fb.

ChangeSet@1.985.16.6, 2003-03-26 14:52:32+00:00, rmk@flint.arm.linux.org.uk
  [ARM] console init functions return type int

ChangeSet@1.999.1.8, 2003-03-26 05:35:50-08:00, davem@nuts.ninka.net
  [IPSEC]: linux/xfrm.h u32 --> __u32.

ChangeSet@1.985.16.5, 2003-03-26 13:17:37+00:00, rmk@flint.arm.linux.org.uk
  [ARM] Pass prev task_struct through __switch_to

ChangeSet@1.985.16.4, 2003-03-26 13:06:19+00:00, rmk@flint.arm.linux.org.uk
  [ARM] Update mach-types

ChangeSet@1.985.16.3, 2003-03-26 13:03:17+00:00, rmk@flint.arm.linux.org.uk
  [ARM] Remove EXPORT_NO_SYMBOLS

ChangeSet@1.999.1.7, 2003-03-26 04:59:45-08:00, davem@nuts.ninka.net
  [IPSEC]: Remove unused field 'owner' from selector.

ChangeSet@1.999.2.4, 2003-03-26 02:52:55-08:00, davem@nuts.ninka.net
  [SPARC64]: Make boot targets get cleaned up properly.

ChangeSet@1.999.2.3, 2003-03-26 02:27:37-08:00, davem@nuts.ninka.net
  [SPARC64]: Initial cut at Ultra-IIe cpufreq driver.

ChangeSet@1.999.2.2, 2003-03-26 00:50:42-08:00, davem@nuts.ninka.net
  [SPARC64]: cpufreq cleanup, move notifier into common area.

ChangeSet@1.999.1.6, 2003-03-25 22:47:55-08:00, kuznet@ms2.inr.ac.ru
  [IPV4]: Make sure rtcache flush happens after sysctl updates.

ChangeSet@1.999.1.5, 2003-03-25 22:40:38-08:00, chas@locutus.cmf.nrl.navy.mil
  [ATM]: Fix total_len calculation in IPHASE driver.

ChangeSet@1.999.1.4, 2003-03-25 22:38:17-08:00, randy.dunlap@verizon.net
  [NET]: typo and comment fixes

ChangeSet@1.999.1.3, 2003-03-25 22:36:13-08:00, yoshfuji@linux-ipv6.org
  [IPSEC]: Remove duplicate / obsolete entry in include/linux/dst.h

ChangeSet@1.999.1.2, 2003-03-25 22:33:55-08:00, jgrimm2@us.ibm.com
  [IPV6]: Export some icmpv6 symbols for SCTP.

ChangeSet@1.985.16.2, 2003-03-26 01:11:28+00:00, rmk@flint.arm.linux.org.uk
  [ARM] Fix ARM do_div() implementation
  
  The ARM do_div() implementation was rather lax in that it only
  performed a 32-bit divide.  This cset fixes this oversight by
  providing a 64-bit by 32-bit division in asm.
  
  This is necessary for posix-timers to function correctly.

ChangeSet@1.985.10.21, 2003-03-25 15:16:26-08:00, greg@kroah.com
  USB: remove unneeded #include <linux/version.h>

ChangeSet@1.985.10.20, 2003-03-25 14:13:46-08:00, bhards@bigpond.net.au
  [PATCH] USB: CDC Ethernet maintainer transfer

ChangeSet@1.985.10.19, 2003-03-25 14:11:56-08:00, bhards@bigpond.net.au
  [PATCH] USB: CDC Ethernet zero packet fix

ChangeSet@1.985.10.18, 2003-03-25 13:59:05-08:00, greg@kroah.com
  [PATCH] USB: fix compiler warning in usb-storage

ChangeSet@1.985.18.3, 2003-03-25 22:58:49+01:00, nathans@sgi.com
  [XFS] whitespace and code formatting changes

ChangeSet@1.985.10.17, 2003-03-25 13:49:07-08:00, mdharm-usb@one-eyed-alien.net
  [PATCH] usb-storage: cleanup
  
  This patch changes some debugging output to be a bit more clear, and
  removes some un-needed code -- it's no longer possible for us to have
  active URBs in the disconnect path.

ChangeSet@1.985.10.16, 2003-03-25 13:45:59-08:00, mdharm-usb@one-eyed-alien.net
  [PATCH] usb-storage: initialize urb status
  
  This patch initializes the URB status before it's used.  While not
  technically required, it's good programming practice (and a similar bug
  just bit us on 2.4 with UHCI).

ChangeSet@1.985.10.15, 2003-03-25 13:45:34-08:00, mdharm-usb@one-eyed-alien.net
  [PATCH] usb-storage: LUN and isd200
  
  This patch (developed with assistance from Jan Harkes
  <jaharkes@cs.cmu.edu>) makes the LUN field of a bulk-only transport come
  from a known-good source, rather than the likely-good command-byte.  It
  also updates the ISD200 driver to work with this change.

ChangeSet@1.985.18.2, 2003-03-25 22:43:30+01:00, nathans@sgi.com
  [XFS] In showargs, report the usrquota/grpquota option variant, which is common.
  
  SGI Modid: 2.5.x-xfs:slinx:141511a

ChangeSet@1.985.18.1, 2003-03-25 22:39:41+01:00, nathans@sgi.com
  [XFS] Next step in bhv code cleanup - this is a start on moving quota and dmapi
  into behavior layers, purging several points where these sit slap bang in
  the middle of XFS code (esp. read_super).  Also removes numerous #ifdef's
  and a bunch of unused #define's from all over the place.  More to come.
  
  SGI Modid: 2.5.x-xfs:slinx:141499a

ChangeSet@1.985.10.14, 2003-03-25 13:30:08-08:00, oliver@neukum.name
  [PATCH] USB: storage: add logging to reset
  
    - add logging to reset

ChangeSet@1.985.10.13, 2003-03-25 13:29:44-08:00, oliver@neukum.name
  [PATCH] USB: storage device reset cleanup
  
  > In the absence of far-reaching changes to the API, my suggestion is to
  > have the emulated SCSI bus reset code in usb-storage do nothing but log an
  > error message and return an error code.  For the time being, considering
  > how infrequently these resets occur, we can simply rely on the user
  > unplugging the USB cable and putting it back in or cycling the power to
  > the drive.  (Yes, there are situations where these resets crop up
  > regularly -- but they are the result of some other incompatibility that a
  > device reset won't fix anyway.)
  
  OK, as the consensus seems to be that in the short run changing things
  for a full reset implementation is not worth it, here's an implementation
  that does the best we can do without.
  It issues a reset only if we can be sure that there are no other users
  of the device in question.
  As the version currently in the storage driver is broken anyway,
  this is a definite improvement. And it addresses the need of exporting
  the probe/remove functions for storage's sake.

ChangeSet@1.985.10.12, 2003-03-25 13:23:01-08:00, oliver@neukum.name
  [PATCH] USB: Another memory allocation in block IO error handling path
  
    - memory allocation in block io error code path with GFP_KERNEL

ChangeSet@1.985.10.11, 2003-03-25 13:07:05-08:00, greg@kroah.com
  [PATCH] USB: fix Makefile to allow usb midi driver to be built if it's the only class driver selected.

ChangeSet@1.985.10.10, 2003-03-25 12:41:14-08:00, randy.dunlap@verizon.net
  [PATCH] USB: usb/misc/emi26.c stack reduction
  
  Reduces stack usage in emi26_load_firmware().

ChangeSet@1.985.10.9, 2003-03-25 12:40:48-08:00, oliver.spang@siemens.com
  [PATCH] USB: Compiler error in cdc-acm when DEBUG defined

ChangeSet@1.999, 2003-03-25 11:54:54-08:00, ak@suse.de
  [PATCH] x86-64 updates
  
  Lots of x86-64 updates. Merge with 2.4 and NUMA works now. Also reenabled
  the preemptive kernel. And some other bug fixes.
  IOMMU disabled by default now because it has problems.
  
   - Add more CONFIG options for device driver debugging and iommu
     force/debug.  (don't enable iommu force currently)
   - Some S3/ACPI fixes/cleanups from Pavel.
   - Set MSG_COMPAT_* in msg_flags for networking 32bit emulation.
     This unfortunately still doesn't fix the fd passing problems.
   - Sync PCI IOMMU code with 2.4 (minor fixes, flush less often)
   - Really fix UP compilation (Pavel)
   - Reenable preempt
   - Fix CONFIG_DISCONTIGMEM bootup and enable.  Still needs more tuning.
   - Fix some bugs in topology discovery and clean code up.
   - Don't put unwind tables into object files
   - Some kernel debugging hooks
   - Move CPU detection into early real mode code to better interact with
     vesafb consoles
   - Initialize mode in real mode character output
   - New 32bit FPU signal save/restore
   - Various fixes in FPU handling in ptrace
   - Fix security holes in ptrace (32bit and 64bit)
   - Fix serial ioctl (including security hole)
   - Add bluetooth ioctls to 32bit emu (from sparc64)
   - Correctly enable si_val in queued signals in 32bit emulation
   - Rework SEM_STAT emulation.  LTP still fails unfortunately.
   - Fix error case in msg* emulation
   - Fix debug register access from ptrace (Michal Ludvig, me)
   - Fix handling of NULL arguments in 32bit execve
   - Fix some error cases for 32bit readv/writev (LTP still complains)
   - Remove rate control from unimplemented syscall warnings
   - Fix error message for missing aperture
   - Turn some APIC printks into Dprintk to make the bootup more quiet
   - Some fixes for no APIC (probably still broken), add disableapic
     option (untested)
   - Sync K8 MCE handler with 2.4.  Should work a lot better now.
   - Remove never used KDB hooks
   - Fix buffer overflow in command line copying
   - Merge from i386: use separate status word for lazy FPU state
   - Don't force the IOMMU for dma masks < 4GB.
   - Print backtrace in Sysrq-T (from Andrea)
   - Merge from i386: fix FPU race in fork.
   - Disable NX mode by default for now
   - Rewrite dump_pagetable
   - Fix off by one bug in ioremap (i386 merge)
   - Merge from i386: handle VIA pci bridge bugs
   - Disable NUMA ACPI support (no SRAT support yet)
   - Fix aio 32bit emulation
   - Increase 32bit address space to nearly 4GB
   - Add exit_group syscall
   - Fix TLS setting in clone (Ulrich Drepper)

ChangeSet@1.985.10.8, 2003-03-25 11:54:38-08:00, joe@perches.com
  [PATCH] USB: usb_skeleton.c trivial fix
  
  Remove redundant __FILE__.

ChangeSet@1.985.10.7, 2003-03-25 11:54:15-08:00, david-b@pacbell.net
  [PATCH] USB: usb-skeleton, usbtest use "real" device ids
  
  I'll be switching "gadget zero" to use real product IDs
  (donated by NetChip), and these are the two drivers that
  will need to recognize them.

ChangeSet@1.985.10.6, 2003-03-25 11:53:49-08:00, ink@jurassic.park.msu.ru
  [PATCH] USB: missing include
  
  at least Alpha needs mm.h for "page_address".

ChangeSet@1.985.10.5, 2003-03-25 11:34:31-08:00, baldrick@wanadoo.fr
  [PATCH] USB speedtouch: eliminate ATM open/close races
  
  The list of open vccs is modified by open/close, and traversed by the
  receive tasklet.  This is the last race I know of in this driver.

ChangeSet@1.985.10.4, 2003-03-25 11:34:04-08:00, baldrick@wanadoo.fr
  [PATCH] USB speedtouch: per vcc data cleanups
  
  Use struct list_head rather than a singly linked list in udsl_vcc_data.  Reject
  attempts to open multiple vccs with the same vpi/vci pair.  Some cleanups too.

ChangeSet@1.985.10.3, 2003-03-25 11:33:39-08:00, baldrick@wanadoo.fr
  [PATCH] USB speedtouch: trivial cleanups

ChangeSet@1.985.10.2, 2003-03-25 11:33:14-08:00, baldrick@wanadoo.fr
  [PATCH] USB speedtouch: code reorganization
  
  Remove dead code from sarlib, reorganize live sarlib code (trivial transformations).

ChangeSet@1.998, 2003-03-25 11:21:14-08:00, ak@suse.de
  [PATCH] ACPI NUMA option fix for x86-64
  
  The ACPI NUMA support doesn't work on x86-64 currently (no SRAT
  parsing yet). Disable for now.

ChangeSet@1.997, 2003-03-25 11:21:07-08:00, ak@suse.de
  [PATCH] aio compat patches
  
  The new aio emulation in x86-64 needs a few aio symbols exported.
  Export them.

ChangeSet@1.985.14.4, 2003-03-25 07:04:02-08:00, davem@nuts.ninka.net
  [SPARC64]: Uninline rwsem assembler.

ChangeSet@1.985.14.3, 2003-03-25 05:20:24-08:00, zaitcev@redhat.com
  [SPARC64]: Kill ELF_FLAGS_INIT.

ChangeSet@1.985.14.2, 2003-03-25 05:15:01-08:00, zaitcev@redhat.com
  [SPARC]: Handle make w/o arg sanely, by Sam Ravnborg.

ChangeSet@1.985.11.8, 2003-03-25 05:09:40-08:00, davem@nuts.ninka.net
  [NET]: Make SKB layout/initialization/copy more cache friendly.

ChangeSet@1.985.11.7, 2003-03-25 03:11:31-08:00, davem@nuts.ninka.net
  [IPSEC]: Kill skb_ah_walk, not needed.

ChangeSet@1.985.16.1, 2003-03-25 10:38:27+00:00, rmk@flint.arm.linux.org.uk
  [ARM] Add pte_file() and friends to pgtable.h

ChangeSet@1.985.14.1, 2003-03-24 23:29:20-08:00, davem@nuts.ninka.net
  [DRM]: Fix warnings and build errors introduced by previous changes to drm_drv.h

ChangeSet@1.985.11.6, 2003-03-24 22:53:16-08:00, yoshfuji@linux-ipv6.org
  [IPSEC]: Move xfrm_*.c into net/xfrm/

ChangeSet@1.985.11.5, 2003-03-24 22:48:37-08:00, sfr@canb.auug.org.au
  [SCTP]: Fix IRQ flags warnings.

ChangeSet@1.985.11.4, 2003-03-24 22:47:20-08:00, davem@nuts.ninka.net
  [TCP]: Forward port of 2.4.x bugfix, noticed as missing by davej@codemonkey.org.uk.
  
  In tcp_sendmsg, make sure we jump to the out label
  when seglen is decremented to zero and no more iovecs remain.
  This matches the do_tcp_sendpages logic and makes sure that
  PSH is set correctly at the end of a write even if the write length
  equals the current mss.

ChangeSet@1.985.13.6, 2003-03-24 22:26:28-08:00, ink@jurassic.park.msu.ru
  [PATCH] alpha: fix jiffies compile warning in smp.c
  
  Fix more annoying compile problems due to wrong types
  for comparing jiffies. This patch applies to alpha arch.
  
  From Thomas Weyergraf.
  
  Ivan.

ChangeSet@1.985.13.5, 2003-03-24 22:25:33-08:00, ink@jurassic.park.msu.ru
  [PATCH] alpha: nautilus_init_pci() cleanup
  

ChangeSet@1.985.13.4, 2003-03-24 22:24:28-08:00, ink@jurassic.park.msu.ru
  [PATCH] alpha: pci update
  
  - Check for parent PCI bus instead of bridge device to break the
    look in common_swizzle(). Functionally it's the same, but it's
    cleaner for PC-style host bridges (nautiluses).
  - Generic PCI setup changes finally went in (thanks to rmk), so that
    FIXME in common_init_pci() can go.
  
  Ivan.

ChangeSet@1.985.13.3, 2003-03-24 22:23:16-08:00, ink@jurassic.park.msu.ru
  [PATCH] alpha: handle unaligned REFQUADs produced by BUG() macro
  

ChangeSet@1.985.13.2, 2003-03-24 22:21:58-08:00, ink@jurassic.park.msu.ru
  [PATCH] alpha: file offset in pte
  
  It's possible to squeeze more bits out of lower half of pte,
  but 32 seem to be a plenty...
  
  Ivan.

ChangeSet@1.993.1.2, 2003-03-25 16:09:43+11:00, anton@samba.org
  ppc64: Fix problem with casting out the segment for our kernel stack

ChangeSet@1.992.1.1, 2003-03-25 15:32:59+11:00, anton@samba.org
  ppc64: Disable 32bit SLB invalidation optimisation for the moment

ChangeSet@1.994, 2003-03-25 15:09:52+11:00, anton@samba.org
  Merge samba.org:/scratch/anton/export
  into samba.org:/scratch/anton/linux-2.5_ppc64

ChangeSet@1.985.12.1, 2003-03-25 15:04:54+11:00, anton@samba.org
  Merge samba.org:/scratch/anton/linux-2.5
  into samba.org:/scratch/anton/linux-2.5_ppc64

ChangeSet@1.993, 2003-03-25 14:23:03+11:00, anton@samba.org
  ppc64: fix pci probe on large bus systems

ChangeSet@1.985.11.3, 2003-03-24 17:16:16-08:00, toml@us.ibm.com
  [IPSEC]: Fix IPV6 UDP policy checking.

ChangeSet@1.985.11.2, 2003-03-24 17:12:15-08:00, hch@lst.de
  [NET]: Kill dev_init_buffers, was scheduled to die in 2.5.x

ChangeSet@1.992, 2003-03-25 12:04:50+11:00, paulus@samba.org
  ppc64: Add missing RELOCs

ChangeSet@1.991, 2003-03-25 11:02:07+11:00, anton@samba.org
  ppc64: Rework pci probe to be like alpha.

ChangeSet@1.985.1.93, 2003-03-24 15:29:54-08:00, greg@kroah.com
  Merge kroah.com:/home/greg/linux/BK/bleed-2.5
  into kroah.com:/home/greg/linux/BK/i2c-2.5

ChangeSet@1.985.2.4, 2003-03-24 15:16:12-08:00, greg@kroah.com
  [PATCH] i2c: set up a "generic" i2c driver to prevent oopses when devices are registering.
  
  This is needed as we are still not using the driver core model for
  matching up devices to drivers, but doing it by hand.  Once that is
  changed, this will not be needed.

ChangeSet@1.985.1.92, 2003-03-24 13:57:25-08:00, torvalds@penguin.transmeta.com
  Linux 2.5.66
  TAG: v2.5.66