summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
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
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
1999-08-05It is not ok to do #ifdef processing inside argument lists of calls, whereNiklas Hallqvist
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
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
1999-08-04ef* at isapnp?Jason Wright
1999-08-04syncJason Wright
1999-08-04add 'ef' (3c515) and fix typoJason Wright
1999-08-04Driver for the 3c515 FastEtherlink ISAJason Wright
1999-08-03straitify tlbmissers a little more; fix stack mangling for trapallMichael Shalayeff
1999-08-03flush caches and tlb on mapping removalMichael Shalayeff
1999-08-03* rf_reconstruct.c: adopt nilkas' suggestion regard statics andPeter Galbavy
1999-08-03Compile with UVM.Hakan Olsson
1999-08-03use ddb's printf in pmap_hptdumpMichael Shalayeff
1999-08-02Ethernet, not 10 Mb/s EthernetTheo de Raadt
1999-08-02revert from using static functions, as per niklas@openbsd.org advice.Peter Galbavy
1999-08-02fix reconstruction performance. the old code used home-grown timersPeter Galbavy
1999-08-02minor style nitPeter Galbavy