summaryrefslogtreecommitdiff
path: root/sys/dev/ppc/ppcreg.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2009-01-21Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin
2008-10-21Several cleanups to remove the need for explicit unit numbers and a fewJohn Baldwin
2008-09-15Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin
2008-08-22Use bus_foo() rather than bus_space_foo() and remove bus handle and tagJohn Baldwin
2006-04-24o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-Marcel Moolenaar
2001-06-23Convert inb/outb to bus_space.Nicolas Souchu
2001-01-25Consider that the chipset may be in ECP mode (from BIOS settings)Nicolas Souchu
2000-07-20Add support for the PC87303 chipset (found on Miata alphas) and addDoug Rabson
2000-07-18Add smc37c935 chipset support and clean up the code which tries toDoug Rabson
2000-05-14Port ppc driver to alpha.Doug Rabson
2000-01-14Port of ppbus standalone framework to the newbus system.Nicolas Souchu
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-01-30Distinguish EPP address/data register. Add EPP address register access to ppi.Nicolas Souchu
1999-01-10Fix broken low level ppb_rxxx() return type: char becomes u_char.Nicolas Souchu
1999-01-10Major ppbus commit with:Nicolas Souchu
1998-10-31pcf.c: timeout management addedNicolas Souchu
1998-09-13ppbus enhanced to support ZIP+ : microseq improvedNicolas Souchu
1998-08-03Major ppbus updates from the author.Mike Smith
1997-08-16Minor ppc_data structure tweak.Mike Smith
1997-08-14ISA Parallel-Port Bus chipset driver.Mike Smith