Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Kernel modules
Having just seen Andy's reference to sys/modules/example/ I was looking
around and noticed a couple of things in the sys/modules/Makefile that
might bear cleaning up:
1. There's a section conditional on architecture being i386 or x86_64
with but a single entry, tprof_pmi. Immediately thereafter, there is
a separate section for each of i386 and x86_64, with several entries
duplicated. Seems to me we should be consistent, and either factor
out ALL the duplicates, or include tprof_pmi in both sections (and
remove the "i386 || x8664" section).
2. I notice that drm and i915drm exist in both i386 and x86_64, but
radeondrm exists only in i386. Is there a reason that radeondrm
isn't included in x86_64?
-------------------------------------------------------------------------
| Paul Goyette | PGP DSS Key fingerprint: | E-mail addresses: |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer | | pgoyette at netbsd.org |
-------------------------------------------------------------------------
Home |
Main Index |
Thread Index |
Old Index