| Age | Commit message (Expand) | Author |
| 2003-12-15 | Fixes from PR#23177. Various lint/logic fixes: | jmc |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-05-03 | Get the interrupt config from the correct register. | ad |
| 2003-04-22 | - #ifdef DEBUG, #if DEBUG -> #ifdef AHC_DEBUG | tsutsui |
| 2003-04-20 | Initialize ahc->name. From Izumi Tsutsui. | fvdl |
| 2003-04-20 | Call ahc_softc_init in attach function. | fvdl |
| 2003-04-19 | Adapt to newer backend. Needs testing. | fvdl |
| 2003-03-22 | regen - add 3Com TCM6790 entry | jdolecek |
| 2003-03-22 | add TCM6790 entry | jdolecek |
| 2003-02-08 | Don't do EISA reset on attach. This made the card reset to use default irq, r... | jdolecek |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-12-07 | Implement the DPT EATA ioctl() interface. | ad |
| 2002-11-16 | Regen: Add SMC 9232DST Ether 10/100 Fast Ethernet EISA Adapter. | tsutsui |
| 2002-11-16 | Add SMC 9232DST Ether 10/100 Fast Ethernet EISA Adapter. | tsutsui |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-27 | Introduce a new routine, config_match(), which invokes the | thorpej |
| 2002-09-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |
| 2002-08-31 | Nuke incorrect mailbox length defines and just use 13 everywhere. May help | ad |
| 2002-08-26 | Handle aincent firmware as found on EISA/MCA boards. Untested. | ad |
| 2002-04-05 | Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers | bouyer |
| 2002-01-25 | - Always validate the return value read from the outbound FIFO. | ad |
| 2002-01-14 | Call malloc(9) with M_ZERO flag instead of bzero() after malloc(). | tsutsui |
| 2002-01-12 | Call malloc(9) with M_ZERO flag instead of memset() after malloc(). | tsutsui |
| 2001-12-18 | Couple more tweaks, probably still not working. | ad |
| 2001-11-28 | - convert usage of "defopt" to "defflag" where the relevant option does | lukem |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSID | lukem |
| 2001-09-14 | Give the cards a bit more time for initialization (closes PR 13947) | martin |
| 2001-09-14 | Add product IDs for 3com 3C509 TP cards. | martin |
| 2001-06-13 | withough -> without | wiz |
| 2001-05-10 | Add missing printf(). | ad |
| 2001-05-06 | We map in by MLX_EISA_SLOT_OFFSET, so remember that when accessing the | ad |
| 2001-05-06 | Add an (untested) EISA front-end for the `mlx' driver. | ad |
| 2001-05-06 | Regen. | ad |
| 2001-05-06 | Add some Mylex products. | ad |
| 2001-05-03 | Split pci and eisa/isa attachment calls, plus misc cleanup. | ross |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2001-04-17 | Regen. | ad |
| 2001-04-17 | Add Bt760 Ethernet. | ad |
| 2001-04-11 | Only install headers which are actually used by our userland. This | jdolecek |
| 2001-02-24 | whitespace police | lukem |
| 2001-01-18 | constify | jdolecek |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-10-19 | Nuke unused includes, sort decls. | ad |
| 2000-10-19 | Regen. | ad |