patches/nicdrv-12-ae.diff
author trisk
Sat, 21 Feb 2009 21:13:55 +0000
changeset 1698 831894410112
permissions -rw-r--r--
2009-02-21 Albert Lee <[email protected]> * SFEcuetools: *NEW* cuetools - utilities for working with cue files and TOC files * SFElogjam.spec: *NEW* LogJam - graphical client for LiveJournal-based sites * SFEnicdrv.spec: Update to vfe-2.6.4, rf-2.6.2, alta-2.6.3, bfe-2.6.1, ife-2.6.1, epfe-2.6.1, ae-2.6.1, gani-2.6.3, vel-2.6.4, nfo-2.6.3, myk-2.6.6, atge-2.6.3. Add jmge driver. Update GLD headers for Crossbow - requires b106 or later due to 6784639. Fix GLDv3/Crossbow support for several drivers. Update patch8 to fix GEM 2.4 and 2.6 bugs. * patches/logjam-01-debian.diff: Misc fixes from Debian * patches/logjam-02-timegm.diff: Fix timegm() usage * patches/nicdrv-02-rf.diff: Update for rf-2.6.2 * patches/nicdrv-03-tu.diff: Add GLDv3 fix * patches/nicdrv-04-gani.diff: Update for gani-2.6.3, add misc fixes * patches/nicdrv-05-myk.diff: Update for myk-2.6.6 * patches/nicdrv-06-ife.diff: Update for ife-2.6.1, add misc fixes * patches/nicdrv-08-gldv3.diff: Fix GEM 2.4 and 2.6 bugs * patches/nicdrv-09-nfo.diff, patches/nicdrv-10-atge.diff, patches/nicdrv-11-jmge.diff: Fix adddrv.sh * patches/nicdrv-12-ae.diff, patches/nicdrv-13-sige.diff: Update GLDv3 support
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1698
831894410112 2009-02-21 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     1
--- ae-2.6.1.orig/ae_gem.c	2008-04-22 16:29:03.000000000 -0400
831894410112 2009-02-21 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     2
+++ ae-2.6.1/ae_gem.c	2009-02-20 00:17:57.480624791 -0500
831894410112 2009-02-21 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     3
@@ -1559,8 +1559,7 @@
831894410112 2009-02-21 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     4
  */
831894410112 2009-02-21 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     5
 /* ======================================================== */
831894410112 2009-02-21 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     6
 #ifdef GEM_CONFIG_GLDv3
831894410112 2009-02-21 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     7
-DDI_DEFINE_STREAM_OPS(ae_ops, nulldev, nulldev, aeattach, aedetach,
831894410112 2009-02-21 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     8
-    nodev, NULL, D_MP, NULL);
831894410112 2009-02-21 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     9
+GEM_STREAM_OPS(ae_ops, aeattach, aedetach);
831894410112 2009-02-21 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    10
 #else
831894410112 2009-02-21 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    11
 static	struct module_info aeminfo = {
831894410112 2009-02-21 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    12
 	0,			/* mi_idnum */