From owner-cvs-all Sun Nov 15 10:25:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19345 for cvs-all-outgoing; Sun, 15 Nov 1998 10:25:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA19338; Sun, 15 Nov 1998 10:25:13 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA12504; Sun, 15 Nov 1998 10:25:18 -0800 (PST) Date: Sun, 15 Nov 1998 10:25:18 -0800 (PST) Message-Id: <199811151825.KAA12504@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha genassym.c interrupt.c machdep.c swtch.s sys_machdep.c src/sys/alpha/include chipset.h intr.h proc.h src/sys/alpha/isa isa.c src/sys/alpha/pci apecs.c cia.c lca.c pcibus.c pcibus.h src/sys/alpha/tlsb dwlpx.c gbus.c kftxx.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/11/15 10:25:17 PST Modified files: sys/alpha/alpha genassym.c interrupt.c machdep.c swtch.s sys_machdep.c sys/alpha/include chipset.h intr.h proc.h sys/alpha/isa isa.c sys/alpha/pci apecs.c cia.c lca.c pcibus.c pcibus.h sys/alpha/tlsb dwlpx.c gbus.c kftxx.c tlsb.c zs_tlsb.c sys/isa isavar.h psm.c sio.c syscons.c Log: * Add hooks to allow the X server to access I/O ports and memory. * Update drivers to the latest version of the bus interface. The ISA drivers' use of the new resource api is minimal. Garrett has some much cleaner drivers which should be more easily shared between i386 and alpha. This has only been tested on cia based machines. It should work on lca and apecs but I might have broken something. Revision Changes Path 1.4 +7 -1 src/sys/alpha/alpha/genassym.c 1.6 +28 -10 src/sys/alpha/alpha/interrupt.c 1.22 +3 -2 src/sys/alpha/alpha/machdep.c 1.6 +10 -1 src/sys/alpha/alpha/swtch.s 1.2 +33 -1 src/sys/alpha/alpha/sys_machdep.c 1.6 +21 -4 src/sys/alpha/include/chipset.h 1.4 +4 -13 src/sys/alpha/include/intr.h 1.4 +6 -4 src/sys/alpha/include/proc.h 1.6 +395 -59 src/sys/alpha/isa/isa.c 1.3 +29 -1 src/sys/alpha/pci/apecs.c 1.11 +103 -38 src/sys/alpha/pci/cia.c 1.4 +30 -1 src/sys/alpha/pci/lca.c 1.6 +119 -10 src/sys/alpha/pci/pcibus.c 1.2 +12 -14 src/sys/alpha/pci/pcibus.h 1.7 +4 -4 src/sys/alpha/tlsb/dwlpx.c 1.4 +3 -3 src/sys/alpha/tlsb/gbus.c 1.4 +3 -3 src/sys/alpha/tlsb/kftxx.c 1.4 +20 -12 src/sys/alpha/tlsb/tlsb.c 1.6 +8 -6 src/sys/alpha/tlsb/zs_tlsb.c 1.2 +25 -5 src/sys/isa/isavar.h 1.2 +9 -8 src/sys/isa/psm.c 1.218 +9 -8 src/sys/isa/sio.c 1.277 +9 -8 src/sys/isa/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message