summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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-08Support detaching of network interfaces. Still work to do in ipf, andNiklas Hallqvist
other families than inet.
1999-08-08From NetBSD; new device detaching infrastructure.Niklas Hallqvist
1999-08-08From NetBSD; vdevgone, used for revoking access to device nodes when theyNiklas Hallqvist
disappear (detach is coming).
1999-08-08regenNiklas Hallqvist
1999-08-08compat_22 was never usedNiklas Hallqvist
1999-08-07syncTheo de Raadt
1999-08-07new modem; chris@dqc.orgTheo de Raadt
1999-08-06Fix an uninitialized variable bug. Remove statics.Niklas Hallqvist
1999-08-06syncTheo de Raadt
1999-08-06M1489Theo de Raadt
1999-08-06CDROM 2.88MB RAMDISK imageTheo de Raadt
1999-08-06RAMDISKB; only isp scsi driver so farTheo de Raadt
1999-08-06EEPROM_PNP was wrongTheo de Raadt
1999-08-06back out all recent changes, which continue to be a source for nasty bugsTheo de Raadt
1999-08-06reformat and simplify a littleJason Wright
1999-08-06take advantage of new interrupt handler #ifdef AUDIO_C_HANDLERJason Wright
1999-08-06revamp 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-05remove some debugging stuffJason Wright
1999-08-05Add SADB_FLUSH logic (tdb flushing).Hakan Olsson
1999-08-05Add tdb_walk. tdb_delete() should clean up routes when deleting flows.Hakan Olsson
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-05From NetBSD; config_defer to defer configuration of a device until after allNiklas Hallqvist
other siblings.
1999-08-05syncTheo de Raadt
1999-08-05shrinkTheo de Raadt
1999-08-05mv isa/mpu401var.h ic/mpuvar.hTheo de Raadt
1999-08-05UpdateNiklas Hallqvist
1999-08-05Add PnP ESS tooNiklas Hallqvist
1999-08-05Enable ISA IDE againNiklas Hallqvist
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-04eso stuffNiklas Hallqvist
1999-08-04ESS Solo-1 PCI audio card driver, from NetBSDNiklas Hallqvist
1999-08-04new bus_dma API, match itNiklas Hallqvist
1999-08-04Match bus_dma api with NetBSD; deprecate BUS_DMAMEM_NOSYNC, introduceNiklas Hallqvist
BUS_DMA_COHERENT as a hint instead, currently ignored.
1999-08-04remove some unnecessary stuffJason Wright
1999-08-04Add new manifest constant for demand mode DMA; form NetBSDNiklas Hallqvist
1999-08-04optimize poll() for small nfds, by avoiding mallocTheo de Raadt
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-04ef* at isapnp?Jason Wright
1999-08-04syncJason Wright
1999-08-04add 'ef' (3c515) and fix typoJason Wright