summaryrefslogtreecommitdiff
path: root/sys/dev/eisa
AgeCommit message (Expand)Author
2002-01-25- Always validate the return value read from the outbound FIFO.ad
2002-01-14Call malloc(9) with M_ZERO flag instead of bzero() after malloc().tsutsui
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-12-18Couple more tweaks, probably still not working.ad
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-09-14Give the cards a bit more time for initialization (closes PR 13947)martin
2001-09-14Add product IDs for 3com 3C509 TP cards.martin
2001-06-13withough -> withoutwiz
2001-05-10Add missing printf().ad
2001-05-06We map in by MLX_EISA_SLOT_OFFSET, so remember that when accessing thead
2001-05-06Add an (untested) EISA front-end for the `mlx' driver.ad
2001-05-06Regen.ad
2001-05-06Add some Mylex products.ad
2001-05-03Split pci and eisa/isa attachment calls, plus misc cleanup.ross
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-04-17Regen.ad
2001-04-17Add Bt760 Ethernet.ad
2001-04-11Only install headers which are actually used by our userland. Thisjdolecek
2001-02-24whitespace policelukem
2001-01-18constifyjdolecek
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-10-19Nuke unused includes, sort decls.ad
2000-10-19Regen.ad
2000-10-19Add Compaq IEAS.ad
2000-09-24use new generic bootverbose instead of local definitionjdolecek
2000-09-01Regen.ad
2000-09-01Et763 -> Bt763ad
2000-09-01- Simplify eisa_devinfo().ad
2000-09-01Add an EISA bus front-end for the `cac' driver.ad
2000-08-21Regen.ad
2000-08-21- Add vendor and product codes for Compaq array controllers.ad
2000-08-14Account for changes to how the SROM is read made some timethorpej
2000-08-11Add support for the DEC DE422 Ethernet, which is a DEPCAthorpej
2000-08-11Add missing copyright noticed (it ended up in eisareg.h by mistake).thorpej
2000-08-11Oops, back out previous. It wasn't intended.thorpej
2000-08-11Add functions to read EISA configuration data for MEM, IRQ, DMA, and IO.thorpej
2000-08-10Declare the ECU data in an MI location, so that drivers canthorpej
2000-07-12Regen.thorpej
2000-07-12Add DEC DE422 Ethernet.thorpej
2000-07-12Fix a couple of LP64 problems (long -> int32_t).thorpej
2000-06-30Use my proper name in copyrights.ad
2000-06-28remove include of <vm/vm.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-05-07Minimized io ports reserved by this driver to the ports actually needed.martin
2000-03-30Remove register declarations.augustss
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-15Add power management support to the `tlp' driver. The battery on mythorpej
2000-03-15Update EISA frontend for new ahc driver (done by Noriyuki Soda).fvdl