summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
1999-08-13USB controllers.Federico G. Schwindt
1999-08-13syncFederico G. Schwindt
1999-08-13From NetBSD; USB support.Federico G. Schwindt
1999-08-12use bzero in the kernel (I thought I had done this already?)Niklas Hallqvist
1999-08-12syncTheo de Raadt
1999-08-12promiseTheo de Raadt
1999-08-12conditionalize some code only working on pccom so farNiklas Hallqvist
1999-08-11syncTheo de Raadt
1999-08-11com/pccom special cases found by isapnp.c directly nowTheo de Raadt
1999-08-11if we cannot match a device by name, check to see if it looks like aTheo de Raadt
com/pccom device, and try that. this catches more than 90% of failing isapnp devices.
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