'sysctl dev', round two

From: Dag-Erling Smørgrav (des_at_des.no)
Date: 02/27/04

  • Next message: Bruce Evans: "Re: per-device sysctls"
    To: arch@freebsd.org
    Date: Fri, 27 Feb 2004 18:20:24 +0100
    
    
    

    New patch attached; it should be considerably cleaner than the
    previous one. A couple of surprises, though:

     - unattached devices still aren't picked up, which they should if
       they have a device_t. For instance, I don't see a sysctl entry for
       the following:

    none0@pci0:31:3: class=0x0c0500 card=0x24c21458 chip=0x24c38086 rev=0x02 hdr=0x00
        vendor = 'Intel Corporation'
        device = '82801DB/DBM (ICH4/M) SMBus Controller'
        class = serial bus
        subclass = SMBus

     - USB devices don't seem to report their location or pnpinfo.

    DES

    -- 
    Dag-Erling Smørgrav - des@des.no
    
    
    

    _______________________________________________
    freebsd-arch@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-arch
    To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"



  • Next message: Bruce Evans: "Re: per-device sysctls"