Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 isapnp, if it ever really happens | Theo de Raadt | |
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 | undeclared variable | Niklas Hallqvist | |
1999-08-08 | typo | Niklas Hallqvist | |
1999-08-08 | Fix cases when wanting to communicate with the bridge' | Niklas Hallqvist | |
s remote interfaces, both ARP and local delivery had bugs | |||
1999-08-08 | reserve majors for isdn4bsd | 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-08 | Support detaching of network interfaces. Still work to do in ipf, and | Niklas Hallqvist | |
other families than inet. | |||
1999-08-08 | From NetBSD; new device detaching infrastructure. | Niklas Hallqvist | |
1999-08-08 | From NetBSD; vdevgone, used for revoking access to device nodes when they | Niklas Hallqvist | |
disappear (detach is coming). | |||
1999-08-08 | regen | Niklas Hallqvist | |
1999-08-08 | compat_22 was never used | Niklas Hallqvist | |
1999-08-07 | sync | Theo de Raadt | |
1999-08-07 | new modem; chris@dqc.org | Theo de Raadt | |
1999-08-06 | Fix an uninitialized variable bug. Remove statics. | Niklas Hallqvist | |
1999-08-06 | sync | Theo de Raadt | |
1999-08-06 | M1489 | Theo de Raadt | |
1999-08-06 | CDROM 2.88MB RAMDISK image | Theo de Raadt | |
1999-08-06 | RAMDISKB; only isp scsi driver so far | Theo de Raadt | |
1999-08-06 | EEPROM_PNP was wrong | Theo de Raadt | |
1999-08-06 | back out all recent changes, which continue to be a source for nasty bugs | Theo de Raadt | |
1999-08-06 | reformat and simplify a little | Jason Wright | |
1999-08-06 | take advantage of new interrupt handler #ifdef AUDIO_C_HANDLER | Jason Wright | |
1999-08-06 | revamp interrupt handler to allow for return values: | Jason Wright | |
<0 - interrupt might have been handled 0 - interrupt not handled >0 - interrupt definately handled | |||
1999-08-05 | remove some debugging stuff | Jason Wright | |
1999-08-05 | Add SADB_FLUSH logic (tdb flushing). | Hakan Olsson | |
1999-08-05 | Add tdb_walk. tdb_delete() should clean up routes when deleting flows. | Hakan Olsson | |
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 | From NetBSD; config_defer to defer configuration of a device until after all | Niklas Hallqvist | |
other siblings. | |||
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 | Update | Niklas Hallqvist | |
1999-08-05 | Add PnP ESS too | Niklas Hallqvist | |
1999-08-05 | Enable ISA IDE again | Niklas Hallqvist | |
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. |