summaryrefslogtreecommitdiffstats
path: root/sys/isa/isareg.h
Commit message (Collapse)AuthorAgeFilesLines
* - Move bus dependent defines to {isa,cbus}_dmareg.h.nyan2005-05-141-5/+0
| | | | | | - Use isa/isareg.h rather than <arch>/isa/isa.h. Tested on: i386, pc98
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-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
* Remove unused IO_NPX* defines.nyan2005-05-121-2/+0
|
* Remove advertising clause from University of California Regent'simp2004-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
* Clean up some antique stuff. We do not support Weitek FPUs etc, and neverpeter2003-09-051-10/+0
| | | | did.
* Correct error message.nyan2003-02-021-1/+1
|
* Break out the bus front ends into their own files. Rewriteimp2001-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
* Add smc37c935 chipset support and clean up the code which tries todfr2000-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>
* Port ppc driver to alpha.dfr2000-05-141-1/+9
| | | | Submitted by: Andrew M. Miklic <miklic@ibm.net>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* * Add ivars for ISA pnp.dfr1999-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.
* Move IO_PSMSIZE from kbdio.h to isareg.h.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.
* Support files for ISA bus.dfr1998-08-061-0/+199
OpenPOWER on IntegriCloud