History log of /freebsd-10-stable/sys/isa/isareg.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 146214 14-May-2005 nyan

- Move bus dependent defines to {isa,cbus}_dmareg.h.
- Use isa/isareg.h rather than <arch>/isa/isa.h.

Tested on: i386, pc98


# 146211 14-May-2005 nyan

- Move timerreg.h to <arch>/include and split i8253 specific defines into
i8253reg.h, and add some defines to control a speaker.
- Move PPI related defines from i386/isa/spkr.c into ppireg.h and use them.
- Move IO_{PPI,TIMER} defines into ppireg.h and timerreg.h respectively.
- Use isa/isareg.h rather than <arch>/isa/isa.h.

Tested on: i386, pc98


# 146135 12-May-2005 nyan

Remove unused IO_NPX* defines.


# 128019 07-Apr-2004 imp

Remove advertising clause from University of California Regent's
license, per letter dated July 22, 1999 and email from Peter Wemm,
Alan Cox and Robert Watson.

Approved by: core, peter, alc, rwatson


# 119772 05-Sep-2003 peter

Clean up some antique stuff. We do not support Weitek FPUs etc, and never
did.


# 110231 02-Feb-2003 nyan

Correct error message.


# 85365 23-Oct-2001 imp

Break out the bus front ends into their own files. Rewrite
sio_pccard_detach to use new siodetach. Add an extra arg to sioprobe
to tell driver to probe/not probe the device for IRQs.

This incorporates most of Bruce's review material. I'm at a good
checkpoint, but there will be more to come based on bde's further
reviews.

Reviewed by: bde


# 63403 18-Jul-2000 dfr

Add smc37c935 chipset support and clean up the code which tries to
allocate a short port range in some alpha configurations.

Submitted by: "Andrew M. Miklic" <miklic@udlkern.fc.hp.com>,
Mark Abene <phiber@radicalmedia.com>


# 60544 14-May-2000 dfr

Port ppc driver to alpha.

Submitted by: Andrew M. Miklic <miklic@ibm.net>


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 47613 30-May-1999 dfr

* Add ivars for ISA pnp.
* Move isa_dma* declarations to isavar.h.
* Add a method ISA_DELETE_RESOURCE() to the ISA interface.
* Tidy up include protection defines.


# 42333 06-Jan-1999 yokota

Move IO_PSMSIZE from kbdio.h to isareg.h.

While I am here, correct the values for IO_MDASIZE and IO_CGASIZE; they
should be 12 rather than 16.


# 38136 06-Aug-1998 dfr

Support files for ISA bus.