| Age | Commit message (Expand) | Author |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSID | lukem |
| 2001-11-04 | AD1845 on my AlphaStation 255 doesn't match the AD1845 doc. | itohy |
| 2001-10-03 | Add a new optional method, dev_ioctl, to the audio hardware driver interface. | augustss |
| 2001-09-30 | Fix a very stupid pasto - the card has two B channels, so better not | martin |
| 2001-09-29 | Add a missing command. | augustss |
| 2001-09-26 | "cms" is not needs-flag | thorpej |
| 2001-09-26 | "aria" does not needs-flag | thorpej |
| 2001-09-26 | IRQUNK -> ISACF_IRQ_DEFAULT | thorpej |
| 2001-09-14 | Allow bus front-end to provide both ioctl and mmap entry points, | thorpej |
| 2001-09-02 | Make 3C509[B] in ISA mode probed correctly on big endian machines. | tsutsui |
| 2001-07-23 | Since ~all pckbc_poll_data1() callers had the appropriate pckbc | jdolecek |
| 2001-07-21 | dev/isa/if_ate.c depends upon 'ate_isa', not just 'ate' | jdolecek |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |
| 2001-07-18 | bcopy -> memcpy | thorpej |
| 2001-07-18 | bcmp -> memcmp | thorpej |
| 2001-07-18 | bzero -> memset | thorpej |
| 2001-07-08 | Correct various misspellings of 'transfer' and inflected forms. | wiz |
| 2001-07-08 | Remove unnecessary include files. From Onno van der Linden. | thorpej |
| 2001-07-01 | Garbage-collect unneeded rnd.h include. | gmcgarry |
| 2001-06-19 | `existent', not `existant' | wiz |
| 2001-06-19 | ifdef NISAPNP -> if NISAPNP > 0 | fvdl |
| 2001-06-13 | withough -> without | wiz |
| 2001-06-12 | receive, not recieve | wiz |
| 2001-06-11 | transceiver, not transciever. | wiz |
| 2001-06-07 | Compile on sandpoint. | briggs |
| 2001-06-07 | Make the WDC_{ATA|ATAPI}_NOSTREAM flags settable through configuration | leo |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-27 | Add support for the Algorithmics ISA floppy controller. | thorpej |
| 2001-05-19 | space/TAB cosmetics | tsutsui |
| 2001-05-15 | delint: () protect some macro args | lukem |
| 2001-05-15 | delint: need ; between case label and } | lukem |
| 2001-05-03 | Split pci and eisa/isa attachment calls, plus misc cleanup. | ross |
| 2001-05-03 | Make weasel watchdog timer work reliably with help from <thorpej@zembu.com> | hpeyerl |
| 2001-04-26 | Cast the config block buffer to (u_int8_t *) when reading it | thorpej |
| 2001-04-26 | Explictly include <machine/pio.h> (since this driver uses | thorpej |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2001-04-18 | ctype-like functions are now in libkern. | thorpej |
| 2001-04-11 | Put back all header files defining ioctls | jdolecek |
| 2001-04-11 | Only install headers which are actually used by our userland. This | jdolecek |
| 2001-03-31 | fix typo in comment | jdolecek |
| 2001-03-31 | Prepare for MCA attachment: | jdolecek |
| 2001-03-24 | First step to cleanup the hardware driver <-> upper layers interface. | martin |
| 2001-03-23 | if_wereg.h is no longer here. | briggs |
| 2001-03-23 | Forgot this one: | jdolecek |
| 2001-03-23 | Split we(4) driver to bus independant and ISA-specific parts, in preparation | jdolecek |
| 2001-03-23 | Move tx chain result handling into iystart(). This way, ww normally only | is |
| 2001-03-22 | Oops. We _do_ need to receive broadcasts. At least as long as we want ARP. | is |
| 2001-03-16 | Some minor, atari only, changes to make this work on the Milan: | leo |
| 2001-03-16 | Don't need to use the hash filter for a single individual address; make | is |