summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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 isapnp, if it ever really happensTheo de Raadt
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-08undeclared variableNiklas Hallqvist
1999-08-08typoNiklas Hallqvist
1999-08-08Fix cases when wanting to communicate with the bridge'Niklas Hallqvist
s remote interfaces, both ARP and local delivery had bugs
1999-08-08reserve majors for isdn4bsdNiklas 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-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.