aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/isareg.h
Commit message (Collapse)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326023
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-4/+0
| | | | | | | | | I thank all developers and contributors for pc98. Relnotes: yes Notes: svn path=/head/; revision=312910
* Remove vestiges of knowing the ISA bus, which we gave up on around 20Warner Losh2014-03-191-115/+1
| | | | | | | years ago. Remove redunant copy of isaregs.h. Notes: svn path=/head/; revision=263379
* - Move bus dependent defines to {isa,cbus}_dmareg.h.Yoshihiro Takahashi2005-05-141-5/+0
| | | | | | | | | - Use isa/isareg.h rather than <arch>/isa/isa.h. Tested on: i386, pc98 Notes: svn path=/head/; revision=146214
* - Move timerreg.h to <arch>/include and split i8253 specific defines intoYoshihiro Takahashi2005-05-141-3/+0
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=146211
* Remove unused IO_NPX* defines.Yoshihiro Takahashi2005-05-121-2/+0
| | | | Notes: svn path=/head/; revision=146135
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
| | | | | | | | | | license, per letter dated July 22, 1999 and email from Peter Wemm, Alan Cox and Robert Watson. Approved by: core, peter, alc, rwatson Notes: svn path=/head/; revision=128019
* Clean up some antique stuff. We do not support Weitek FPUs etc, and neverPeter Wemm2003-09-051-10/+0
| | | | | | | did. Notes: svn path=/head/; revision=119772
* Correct error message.Yoshihiro Takahashi2003-02-021-1/+1
| | | | Notes: svn path=/head/; revision=110231
* Break out the bus front ends into their own files. RewriteWarner Losh2001-10-231-1/+0
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=85365
* Add smc37c935 chipset support and clean up the code which tries toDoug Rabson2000-07-181-1/+2
| | | | | | | | | | allocate a short port range in some alpha configurations. Submitted by: "Andrew M. Miklic" <miklic@udlkern.fc.hp.com>, Mark Abene <phiber@radicalmedia.com> Notes: svn path=/head/; revision=63403
* Port ppc driver to alpha.Doug Rabson2000-05-141-1/+9
| | | | | | | Submitted by: Andrew M. Miklic <miklic@ibm.net> Notes: svn path=/head/; revision=60544
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* * Add ivars for ISA pnp.Doug Rabson1999-05-301-4/+4
| | | | | | | | | * Move isa_dma* declarations to isavar.h. * Add a method ISA_DELETE_RESOURCE() to the ISA interface. * Tidy up include protection defines. Notes: svn path=/head/; revision=47613
* Move IO_PSMSIZE from kbdio.h to isareg.h.Kazutaka YOKOTA1999-01-061-3/+4
| | | | | | | | While I am here, correct the values for IO_MDASIZE and IO_CGASIZE; they should be 12 rather than 16. Notes: svn path=/head/; revision=42333
* Support files for ISA bus.Doug Rabson1998-08-061-0/+199
Notes: svn path=/head/; revision=38136