Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-11 | New pcmcia irq prober that really tries to ensure the irq will work | Niklas Hallqvist | |
1999-08-10 | support DIOCRLDINFO | Theo de Raadt | |
1999-08-10 | we only run this insid the kernel now | Theo de Raadt | |
1999-08-10 | oops | Theo de Raadt | |
1999-08-10 | PChome-PCI LANCE; robert@cyrus.watson.org | Theo de Raadt | |
1999-08-10 | sync | Theo de Raadt | |
1999-08-09 | Remove unnecessary printf. | Federico G. Schwindt | |
1999-08-09 | re-order things to make them clearer | Theo de Raadt | |
1999-08-09 | XEF_CE3 cards w/o modem are XEF_MOHAWK too. | Federico G. Schwindt | |
1999-08-09 | Fix opl_isa_match declaration. | Federico G. Schwindt | |
1999-08-08 | These all are backends for interfaces that can be attached late, whence | Niklas Hallqvist | |
ifinit can not set their ifq_maxlen, so do it ourselves. | |||
1999-08-08 | Explicitly set ifq_maxlen, ifinit does not get its hand on interfaces | Niklas Hallqvist | |
attached later, which pcmcia is able to handle now. Also print the right port range. | |||
1999-08-08 | prepare for alpha, if it ever happens | Theo de Raadt | |
1999-08-08 | dmesg output corrections | Theo de Raadt | |
1999-08-08 | ioh is a bus_space_handle_t not a bus_space_tag_t | Theo de Raadt | |
1999-08-08 | pasto from pccom.c | Niklas Hallqvist | |
1999-08-08 | CVS missed this file | Niklas Hallqvist | |
1999-08-08 | revert function accidentally committed | Niklas Hallqvist | |
1999-08-08 | Detach support for com; NetBSD and me | Niklas Hallqvist | |
1999-08-08 | Add detaching support to networking pcmcia cards | Niklas Hallqvist | |
1999-08-08 | Fill in detach support in the i82365 driver; mostly netbsd, as was the | Niklas Hallqvist | |
former pcmcia commit. | |||
1999-08-08 | Support detaching. Support CIS-less cards. Style police. | Niklas Hallqvist | |
1999-08-07 | sync | Theo de Raadt | |
1999-08-07 | new modem; chris@dqc.org | Theo de Raadt | |
1999-08-06 | sync | Theo de Raadt | |
1999-08-06 | M1489 | Theo de Raadt | |
1999-08-06 | EEPROM_PNP was wrong | Theo de Raadt | |
1999-08-05 | remove some debugging stuff | Jason Wright | |
1999-08-05 | Updated brooktree driver from Roger Hardiman | Niklas Hallqvist | |
1999-08-05 | simplify dmesg reporting | Theo de Raadt | |
1999-08-05 | ifdef/endif enclose debugging code | Jason Wright | |
1999-08-05 | more shaving... | Jason Wright | |
1999-08-05 | Use config_defer when a silicon bug hits | Niklas Hallqvist | |
1999-08-05 | sync | Theo de Raadt | |
1999-08-05 | shrink | Theo de Raadt | |
1999-08-05 | mv isa/mpu401var.h ic/mpuvar.h | Theo de Raadt | |
1999-08-05 | Make IDE compile on alpha again: | Niklas Hallqvist | |
use b* instead of mem* functions, adhere to NISADMA for DMA support. | |||
1999-08-05 | It is not ok to do #ifdef processing inside argument lists of calls, where | Niklas Hallqvist | |
it is feasible the function is really a macro, like pci_intr_establish is on alpha. | |||
1999-08-04 | ESS Solo-1 PCI audio card driver, from NetBSD | Niklas Hallqvist | |
1999-08-04 | new bus_dma API, match it | Niklas Hallqvist | |
1999-08-04 | remove some unnecessary stuff | Jason Wright | |
1999-08-04 | Add new manifest constant for demand mode DMA; form NetBSD | Niklas Hallqvist | |
1999-08-04 | sync | Theo de Raadt | |
1999-08-04 | another motorola modem | Theo de Raadt | |
1999-08-04 | * remove redundant rf_ccmn.h | Peter Galbavy | |
* remove init call to rf_ConfigureEtimer() and rf_sys.c in which it is the only function. update conf/files to reflect this. * update sources to make sure _KERNEL is used not KERNEL * change rf_etimer.h to protect macros an include of sys/kernel.h with a check for _KERNEL - let raidctl compile again. | |||
1999-08-04 | sync | Jason Wright | |
1999-08-04 | add 'ef' (3c515) and fix typo | Jason Wright | |
1999-08-04 | Driver for the 3c515 FastEtherlink ISA | Jason Wright | |
1999-08-03 | * rf_reconstruct.c: adopt nilkas' suggestion regard statics and | Peter Galbavy | |
__inline__ - this is a proof of concept and will cover the raidframe source as a whole over coming updates. Update namespace of function to prefix with rf_ - comments again welcome. * overall: rework the macros in rf_etimer.h and the resultant changes to their use to count microseconds and not clock ticks. Restore the code in rf_revent.c to a similar strcuture to before the previous commit, and use the system timers to govern resource usage. Tested with local i386/IDE and the reconstruction of a disk in my array - performance has improved for reconstruction at no noticable CPU cost. | |||
1999-08-03 | Compile with UVM. | Hakan Olsson | |