| Age | Commit message (Expand) | Author |
| 2000-11-27 | Add prep support. change all __foo__ to foo. We don't __foo__ in the kernel | matt |
| 2000-11-26 | Add new powerhook argument values, PWR_SOFTSUSPEND, PWR_SOFTSTANDBY and | takemura |
| 2000-11-20 | Add an attachment for MOXA 168P isa multiport card. This code was | jdolecek |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-11-05 | pcweasel carries the sysmon_wdog attribute. | thorpej |
| 2000-11-04 | Add a device driver for the Middle Digital, Inc. PC-Weasel serial | thorpej |
| 2000-11-04 | Update comment regarding watchdog timer toggle. | thorpej |
| 2000-10-17 | Oops, wdt_msec is a short, not a char. | thorpej |
| 2000-10-16 | Fix a typo in an constant name that is currently unused. | thorpej |
| 2000-10-16 | Register definitions for the Middle Digital, Inc. PC-Weasel | thorpej |
| 2000-10-03 | Revert rev 1.31 of bha.c (and associtated changes in the headers and | simonb |
| 2000-10-01 | Move the check for "promisc + unicast + not for us" into ether_input(), | thorpej |
| 2000-09-28 | 6 -> ETHER_ADDR_LEN | tsutsui |
| 2000-09-04 | Move ym_mixer_set_port() (if used) during attach AFTER initialization of | itohy |
| 2000-08-24 | In fdioctl(), allocate fd_formb dynamically when needed, rather than on | nathanw |
| 2000-08-14 | Just add the mmap argument to vga_common_attach(), don't bother | thorpej |
| 2000-08-11 | Add support for the DEC DE422 Ethernet, which is a DEPCA | thorpej |
| 2000-08-09 | %b -> bitmask_snprintf() | tv |
| 2000-07-30 | Add MII support to smc91cxx driver. This is supported for the 91c100 | briggs |
| 2000-07-27 | My 16 port boca seems to fail to update the interrupt bit in it's interrupt | bouyer |
| 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 |