freebsd-dev/sys/amd64
Marcel Moolenaar 4b0cc40d57 Update for the KDB framework:
o  Make debugging support conditional upon KDB instead of DDB.
o  Remove implementation of Debugger().
o  Don't make setjump() and longjump() conditional upon DDB.
o  s/ddb_on_nmi/kdb_on_nmi/g
o  Call kdb_reenter() when kdb_active is non-zero. Call kdb_trap()
   otherwise.
2004-07-10 22:39:17 +00:00
..
acpica Add machdep quirks functions. On i386, this disables acpi on systems with 2004-06-30 04:42:29 +00:00
amd64 Update for the KDB framework: 2004-07-10 22:39:17 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf The majority of FreeBSD/amd64 machines are SMP, so use ADAPTIVE_MUTEXES 2004-06-13 23:03:57 +00:00
ia32 Don't repeat the definition of IDTVEC(). It is in asmacros.h. 2004-05-24 11:28:11 +00:00
include Implement makectx(). The makectx() function is used by KDB to create 2004-07-10 19:56:00 +00:00
isa Move module.h include to the same place as on i386 for diff reduction. 2004-06-03 20:21:30 +00:00
pci Add missing <sys/module.h> instances which were shadowed by the nested 2004-06-03 05:58:30 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00