| Age | Commit message (Expand) | Author |
| 2003-12-15 | Fixes from PR#23177. Various lint/logic fixes: | jmc |
| 2003-11-10 | Spell address with two d's. Inspired by similar changes in OpenBSD, | wiz |
| 2003-10-25 | break -> return in previous. | mycroft |
| 2003-10-25 | Fix uninitialized variable warnings | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-14 | add missing __KERNEL_RCSID() | lukem |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | regen: allocate identifier for BusTek BT-640A adapter | jdolecek |
| 2003-06-29 | allocate identifier for BusTek BT-640A adapter | jdolecek |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-02-23 | Remove assigned-to but not used variable (including nice little switch | simonb |
| 2003-02-23 | Remove assigned-to but not used variable. | simonb |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-12-04 | regen - addition of 0x90EE, IBM SVGA Adapter/A | jdolecek |
| 2002-12-04 | add 0x90EE - IBM SVGA Adapter/A | jdolecek |
| 2002-11-30 | More cleanup of MI mb86960 driver: | tsutsui |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-04 | - Merge dev/ic/ate_subr.c into dev/ic/mb86960.c since it only has EEPROM | tsutsui |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-28 | Move AT1700/RE2000 EEPROM definitions from isa/if_fereg.h to ic/ate_subr.h. | tsutsui |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 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-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-21 | Rename bufq_init() to bufq_alloc(). | hannken |
| 2002-07-20 | Convert to new device buffer queue interface. | hannken |
| 2002-03-31 | edc_cmd_wait(): it is absolutely necessary to wait for the BSR_CMD_INPROGRESS | jdolecek |
| 2002-03-29 | no need to splbio() while manipulating sc_q - it's accessed from | jdolecek |
| 2002-03-24 | aha at mca? confirmed working (test card provided by Jonathan Hankins) | jdolecek |
| 2002-03-24 | update comments + cosmetic change in aha_mca_probe() | jdolecek |
| 2002-03-24 | drop the isadma attribute for aha, aha at mca? doesn't use that | jdolecek |
| 2001-12-31 | Labels must be followed by statements. | thorpej |
| 2001-12-06 | it doesn't make sense to wait for resources during autoconfiguration | jdolecek |
| 2001-12-04 | clarify copyright - this is all freshly written, no older code used | jdolecek |
| 2001-12-04 | Make this NCR 53C90 driver work, using the chip information from | jdolecek |
| 2001-12-04 | Fix so these files build with options DEBUG enabled. | sommerfeld |
| 2001-12-02 | use the new MCABUS_DMA_16BIT flag to use 16bit DMA (not implicit anymore) | jdolecek |
| 2001-12-01 | regenerate (allocate identifier for NCR 53c90) | jdolecek |
| 2001-12-01 | allocate identifier for NCR 53C90 | jdolecek |
| 2001-12-01 | Nonworking NCR 53c90 attachment. I don't get any interrupts from | jdolecek |
| 2001-11-28 | Match also product id 0x627c, it was omitted by mistake. | jdolecek |
| 2001-11-28 | - convert usage of "defopt" to "defflag" where the relevant option does | lukem |
| 2001-11-26 | Added macros for the bits in the SYSBUS byte, and macros | fredette |
| 2001-11-24 | The header part of driver overhault: | jdolecek |
| 2001-11-24 | don't need opt_mcaverbose.h here | jdolecek |
| 2001-11-23 | MCA DMA hooked via bus_dma, so remove one | jdolecek |