Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2000 15:11:09 -0800 (PST)
From:      vkushnir@Alfacom.net
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/23600: agp.ko module cannot be loaded
Message-ID:  <200012172311.eBHNB9860585@freefall.freebsd.org>
Resent-Message-ID: <200012172320.eBHNK1w61239@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         23600
>Category:       kern
>Synopsis:       agp.ko module cannot be loaded
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 17 15:20:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Kushnir
>Release:        FreeBSD-CURRENT
>Organization:
>Environment:
FreeBSD kushnir1.kiev.ua 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Dec 17 12:47:08 EET 2000     root@kushnir1.kiev.ua:/usr/obj/usr/src/sys/KUSHNIR  i386

>Description:
AGP when compiled as module does not load with 
"M_AGP symbol undefined"
message (both at boot time and later with kldload)
>How-To-Repeat:
Load /boot/kernel/agp.ko
>Fix:
Unstatisize MALLOC_DEFINE(...) in agp.c:

*** sys/pci/agp.c.ctm   Sun Dec 17 15:52:58 2000
--- sys/pci/agp.c       Sun Dec 17 15:53:14 2000
***************
*** 59,65 ****
  
  MODULE_VERSION(agp, 1);
  
! static MALLOC_DEFINE(M_AGP, "agp", "AGP data structures");
  
  #define CDEV_MAJOR    148
                                /* agp_drv.c */
--- 59,65 ----
  
  MODULE_VERSION(agp, 1);
  
! MALLOC_DEFINE(M_AGP, "agp", "AGP data structures");
  
  #define CDEV_MAJOR    148
                                /* agp_drv.c */

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012172311.eBHNB9860585>