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