Date: Mon, 23 Nov 1998 05:58:57 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa cy.c cyreg.h Message-ID: <199811231358.FAA10999@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/11/23 05:58:56 PST Modified files: sys/i386/isa cy.c cyreg.h Log: Untangled the Cyclades offsets a little. CY16_RESET and CY_CLEAR_INTR were half of their physical offsets for ISA and 1/4 of their physical offsets for PCI, while all other Cyclades offsets were physical/1 for ISA and physical/2 for PCI. Logically wrong macros were used to scale CY16_RESET and CY_CLEAR_INTR to the correct physical offsets. Fixed some style bugs (mostly long lines). Revision Changes Path 1.74 +8 -8 src/sys/i386/isa/cy.c 1.8 +32 -14 src/sys/i386/isa/cyreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811231358.FAA10999>