summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2000-07-21- Big endianness cleanup:is
2000-07-14Do a dummy read after writing through the memory access pipeline, to flushis
2000-07-12Update comment.soren
2000-07-06Use device_lookup().thorpej
2000-07-04MAke sure bass&treble start in their mid position.augustss
2000-06-30Use my proper name in copyrights.ad
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26<vm/vm_param.h> -> <uvm/uvm_param.h>mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-24Add a clearing-house pseudo-device for system monitoring devicesthorpej
2000-06-23s/sc->sc_ethercom.ec_if./ifp->/ where appropriate and formerly forgotten,is
2000-06-23Only "complain" about successful multicast setup if IFF_DEBUG was set.is
2000-06-08in allegedly-MI code, if we're gonna use '#pragma pack(N)', #pragma pack()cgd
2000-06-06Fix braino in previous, pointed out by Jaromir.soren
2000-06-06Make the frontend print a newline.soren
2000-06-05Adapt MI ncr53c9x changes.tsutsui
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-05-29For all network drivers that call ether_ifattach(), and alsojhawk
2000-05-20Rather than using a magic constant, use `com_scratch' as the offsetthorpej
2000-05-15Fix a tyop, pointed out by Bill Studenmund.thorpej
2000-05-11MI part of MicroChannel Architecture bus supportjdolecek
2000-05-09Back out rev 1.7 of i82365_isa.c; 0x300-0x3ff, or even 0x330-0x3ffjhawk
2000-05-03Adjust asm patterns for newer versions of GCC.mycroft
2000-05-02Traditionally, the floppy controller was configured at 0x3f0 for 8 ports,thorpej
2000-05-02Nuke some dead code.thorpej
2000-05-01Add Creative Music System driver. From Gregory McGarry <g.mcgarry@ieee.org>augustss
2000-04-28pasfind(): avoid silly bug - if bus_space_map() of SB I/O space failed,jdolecek
2000-04-23Carve off the ISA configuration bits from the floppy driver. Driver isthorpej
2000-04-21the status register is _always_ at 0x420 -- grr. How should I put this in th...explorer
2000-04-21Add driver for Addonics FlexPort 8S (and probably 4S, but not tested)explorer
2000-04-07Use separate callouts for motor-on and motor-off. Fixes a conditionthorpej
2000-04-07Combine the Alpha, BeBox, and i386 ISA floppy drivers with a sledgehammer.thorpej
2000-04-02sync with ata driver change (dma_start args).itojun
2000-03-30Remove register declarations.augustss
2000-03-29Don't need to include <sys/conf.h> here.simonb
2000-03-25Move esp declaration to conf/files.mycroft
2000-03-25Add a "sc_rev" member to ncr5380_softc and handle CXD1180 quirktsutsui
2000-03-25The bus_space stuff handles byte order conversions for us.ad
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-20Move `nca' declaration to `conf/files'.pk
2000-03-20Cosmetics. ( 0x80 -> NCRSTAT_INT )tsutsui
2000-03-19Adapt to ncr53c9x change.mycroft
2000-03-19Track name change espvar.h -> esp_isavar.h so 'make includes' works again.rh
2000-03-18esp -> esp_isamycroft
2000-03-18esp -> esp_isamycroft
2000-03-18Change footprint of ncr5380_intr() to match normal interrupt handler usage.mycroft
2000-03-18GC.mycroft
2000-03-18Add a ncr5380_attach() routine which does part of the initialization, attachesmycroft
2000-03-18nca -> nca_isamycroft
2000-03-18Move some code around in preparation for nca_pcmcia.mycroft