freebsd-dev/sys/amd64
Peter Wemm ff5a52e18e Replace a bunch of:
for (pv = TAILQ_FIRST(&m->md.pv_list);
               pv;
               pv = TAILQ_NEXT(pv, pv_list)) {
with:
      TAILQ_FOREACH(pv, &m->md.pv_list, pv_list) {
2001-12-20 05:29:59 +00:00
..
acpica Yet another verbose printing cleanup. Remove debug_wakeup flag and 2001-11-18 18:48:31 +00:00
amd64 Replace a bunch of: 2001-12-20 05:29:59 +00:00
conf Enable UFS_DIRHASH in the GENERIC kernel. 2001-12-14 16:27:11 +00:00
include Various assembly fixes mostly in the form of using the "+" modifier for 2001-12-18 08:54:39 +00:00
isa Axe stale extern for a non-existent variable. 2001-12-18 22:42:09 +00:00
pci Add identification string for AMD-761 host to PCI bridge. 2001-12-10 09:27:00 +00:00
Makefile Update pathnames for creation of tags file. 2001-12-05 01:23:21 +00:00