freebsd-skq/sys/alpha/alpha
Poul-Henning Kamp 8177437d85 Complete the bio/buf divorce for all code below devfs::strategy
Exceptions:
        Vinum untouched.  This means that it cannot be compiled.
        Greg Lehey is on the case.

        CCD not converted yet, casts to struct buf (still safe)

        atapi-cd casts to struct buf to examine B_PHYS
2000-04-15 05:54:02 +00:00
..
alpha-gdbstub.c Merge the cons.c and cons.h to the best of my ability. alpha may or 1999-08-09 10:35:05 +00:00
atomic.s Fix the atomic arithmetic primitives for address where (p&7) >= 4. 1999-11-04 09:55:07 +00:00
autoconf.c Include opt_nfs.h 1999-12-27 07:51:05 +00:00
busdma_machdep.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
clock_if.m * Factor out the object system from new-bus so that it can be used by 2000-04-08 14:17:18 +00:00
clock.c Avoid dividing by zero when beeping with a zero pitch. This was bad. 2000-03-30 22:39:48 +00:00
cpuconf.c A port of NetBSD's AlphaServer 1000 and 1000A support. Thanks to Cristian 1999-12-01 15:25:04 +00:00
db_disasm.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
db_instruction.h Add some stack backtrace support. Pretty fragile but its a start. 1998-06-27 15:37:43 +00:00
db_interface.c Add a new mechanism, cndbctl(), to tell the console driver that 2000-01-11 14:54:01 +00:00
db_trace.c - Add another adhoc frame_size detection for stack trace. 1999-04-16 12:04:39 +00:00
dec_1000a.c o Wilko Bulte has tested our AlphaServer 1000A ("Noritake") support 2000-02-15 18:47:51 +00:00
dec_2100_a50.c [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the 1999-12-08 17:44:04 +00:00
dec_3000_300.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
dec_3000_500.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
dec_axppci_33.c [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the 1999-12-08 17:44:04 +00:00
dec_eb64plus.c [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the 1999-12-08 17:44:04 +00:00
dec_eb164.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
dec_kn8ae.c Alpha 8200: remove the SIMOS usage of zs_cnattach- we have a real 2000-03-18 08:04:23 +00:00
dec_kn20aa.c [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the 1999-12-08 17:44:04 +00:00
dec_st550.c [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the 1999-12-08 17:44:04 +00:00
dec_st6600.c Stop calling everthing an XP1000. 1999-12-14 17:50:00 +00:00
divrem.m4 Declare the return address for __divX, __remX so that gdb can step over 1999-05-02 12:05:09 +00:00
elf_machdep.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
exception.s $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fp_emulate.c Re-organise the code which manages the owner of the FP state (fpcurproc). 1999-11-10 21:14:25 +00:00
genassym.c Sync with i386 2000-01-08 16:43:46 +00:00
gensetdefs.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ieee_float.c Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 04:46:21 +00:00
ieee_float.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
in_cksum.c Add support for offloading IP/TCP/UDP checksums to NIC hardware which 2000-03-27 19:14:27 +00:00
interrupt.c Properly attribute interrupt time on alpha. Previously, interrupt time 1999-11-19 13:38:22 +00:00
ipl_funcs.c Fixed my breakage of SPLASSERT() in rev.1.15. There was a stray semicolon 2000-03-23 18:46:44 +00:00
locore.s $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
machdep.c Complete the bio/buf divorce for all code below devfs::strategy 2000-04-15 05:54:02 +00:00
mem.c Remove #ifdef UVM stuff which will never be relevant. 2000-03-13 11:12:30 +00:00
pal.s Add hooks for the Iprobe kernel profiler. 1999-01-10 12:35:39 +00:00
pmap.c Eliminate the undocumented, experimental, non-delivering and highly 2000-03-16 08:51:55 +00:00
procfs_machdep.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
prom_disp.s useracc() the prequel: 1999-10-29 18:09:36 +00:00
prom.c Alpha 8200: Redo console attachment to be more 'normal'. Make sure the 2000-03-18 08:03:48 +00:00
promcons.c Alpha 8200: redo prom console code to be more up to date, etc. This 2000-03-18 08:02:35 +00:00
setdef0.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
setdef1.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
sgmap.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
support.s Fix two bugs in the fault handler for copy{in,out} and friends. 2000-02-25 03:26:10 +00:00
swtch.s Re-organise the code which manages the owner of the FP state (fpcurproc). 1999-11-10 21:14:25 +00:00
sys_machdep.c The kernel side of per-process unaligned access control (printing, fixing & 2000-01-16 07:07:33 +00:00
timerreg.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
trap.c Try and make the Alpha kernel compile. There are still some loose ends 2000-03-30 06:44:50 +00:00
vm_machdep.c Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new 2000-03-20 10:44:49 +00:00