summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
1999-08-11New pcmcia irq prober that really tries to ensure the irq will workNiklas Hallqvist
1999-08-10support DIOCRLDINFOTheo de Raadt
1999-08-10we only run this insid the kernel nowTheo de Raadt
1999-08-10oopsTheo de Raadt
1999-08-10PChome-PCI LANCE; robert@cyrus.watson.orgTheo de Raadt
1999-08-10syncTheo de Raadt
1999-08-09Remove unnecessary printf.Federico G. Schwindt
1999-08-09re-order things to make them clearerTheo de Raadt
1999-08-09XEF_CE3 cards w/o modem are XEF_MOHAWK too.Federico G. Schwindt
1999-08-09Fix opl_isa_match declaration.Federico G. Schwindt
1999-08-08These all are backends for interfaces that can be attached late, whenceNiklas Hallqvist
ifinit can not set their ifq_maxlen, so do it ourselves.
1999-08-08Explicitly set ifq_maxlen, ifinit does not get its hand on interfacesNiklas Hallqvist
attached later, which pcmcia is able to handle now. Also print the right port range.
1999-08-08prepare for alpha, if it ever happensTheo de Raadt
1999-08-08dmesg output correctionsTheo de Raadt
1999-08-08ioh is a bus_space_handle_t not a bus_space_tag_tTheo de Raadt
1999-08-08pasto from pccom.cNiklas Hallqvist
1999-08-08CVS missed this fileNiklas Hallqvist
1999-08-08revert function accidentally committedNiklas Hallqvist
1999-08-08Detach support for com; NetBSD and meNiklas Hallqvist
1999-08-08Add detaching support to networking pcmcia cardsNiklas Hallqvist
1999-08-08Fill in detach support in the i82365 driver; mostly netbsd, as was theNiklas Hallqvist
former pcmcia commit.
1999-08-08Support detaching. Support CIS-less cards. Style police.Niklas Hallqvist
1999-08-07syncTheo de Raadt
1999-08-07new modem; chris@dqc.orgTheo de Raadt
1999-08-06syncTheo de Raadt
1999-08-06M1489Theo de Raadt
1999-08-06EEPROM_PNP was wrongTheo de Raadt
1999-08-05remove some debugging stuffJason Wright
1999-08-05Updated brooktree driver from Roger HardimanNiklas Hallqvist
1999-08-05simplify dmesg reportingTheo de Raadt
1999-08-05ifdef/endif enclose debugging codeJason Wright
1999-08-05more shaving...Jason Wright
1999-08-05Use config_defer when a silicon bug hitsNiklas Hallqvist
1999-08-05syncTheo de Raadt
1999-08-05shrinkTheo de Raadt
1999-08-05mv isa/mpu401var.h ic/mpuvar.hTheo de Raadt
1999-08-05Make IDE compile on alpha again:Niklas Hallqvist
use b* instead of mem* functions, adhere to NISADMA for DMA support.
1999-08-05It is not ok to do #ifdef processing inside argument lists of calls, whereNiklas Hallqvist
it is feasible the function is really a macro, like pci_intr_establish is on alpha.
1999-08-04ESS Solo-1 PCI audio card driver, from NetBSDNiklas Hallqvist
1999-08-04new bus_dma API, match itNiklas Hallqvist
1999-08-04remove some unnecessary stuffJason Wright
1999-08-04Add new manifest constant for demand mode DMA; form NetBSDNiklas Hallqvist
1999-08-04syncTheo de Raadt
1999-08-04another motorola modemTheo de Raadt
1999-08-04* remove redundant rf_ccmn.hPeter 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-04syncJason Wright
1999-08-04add 'ef' (3c515) and fix typoJason Wright
1999-08-04Driver for the 3c515 FastEtherlink ISAJason Wright
1999-08-03* rf_reconstruct.c: adopt nilkas' suggestion regard statics andPeter 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-03Compile with UVM.Hakan Olsson