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