freebsd-dev/sys/alpha
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
..
alpha Replace a bunch of: 2001-12-20 05:29:59 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf Enable UFS_DIRHASH in the GENERIC kernel. 2001-12-14 16:27:11 +00:00
include Modify the critical section API as follows: 2001-12-18 00:27:18 +00:00
isa Sanity guard- return ENODEV if we don't have a good IRQ resource. 2001-07-11 02:24:28 +00:00
linux Merge part of revision 1.18 of sys/i386/linux/linux_machdep.c: don't use 2001-12-18 18:50:02 +00:00
mcbus The DEC kn300 has special code for console handling hardcoded here, so add 2001-11-22 02:41:34 +00:00
osf1 Whitespace fix. 2001-12-18 18:03:48 +00:00
pci Modify the critical section API as follows: 2001-12-18 00:27:18 +00:00
tc If we're not going to use am7990_shutdown, comment it all out. 2001-06-14 19:36:37 +00:00
tlsb Don't call cdevsw_add(). 2001-11-04 11:50:08 +00:00
Makefile Add a dopey makefile to do the tags dance, which is probably not perfect 2000-12-31 23:26:34 +00:00