summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-09-16o if_media'fied am7990Jason Wright
o if_media'fied sun4m le.
1998-09-16missed flags from mii layer mergeJason Wright
1998-09-16fix ep probe message printoutsTheo de Raadt
1998-09-16add support for HP ScanJet IIpkstailey
1998-09-16add openbsd copyright; if you have not talked to me about this already, do ↵Theo de Raadt
so now
1998-09-16Add entries for the following devices in the cdev switch ksyms, uk, and ss.Dale S. Rahn
1998-09-16fix commentsMichael Shalayeff
1998-09-15multicast support + a little KNFJason Wright
1998-09-15bpf added, ppp goes away for nowTheo de Raadt
1998-09-15hello 2.4Theo de Raadt
1998-09-15Real trapframe and no more __FORK_BRAINDAMAGEPer Fogelstrom
1998-09-15Real trapframe and no more __FORK_BRAINDAMAGEPer Fogelstrom
1998-09-15New mi code to add a real trapframe and remove the need for __FORK_BRAINDAMAGE.Per Fogelstrom
1998-09-15Updated to v3.2.9 of Darren's codebase. His code reimplements variablepattonme
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic.
1998-09-15Call sun4 led blinker, not 4c led blinker if setup pre-initialized.Jason Wright
1998-09-15StuffSteve Murphree
1998-09-15It appears that some drives are causing the controller toJason Downs
interrupt too quickly. It also appears that such drives do not conform to the MMC2 specifications. This needs to be fixed correctly and the extra check for NULL removed from the following if(); but clearing the interrupt appears to be a valid work around.
1998-09-14allow the recvfrom (fd, NULL, 0, MSG_PEEK, ...) again, pr 584.Niels Provos
1998-09-14syncTheo de Raadt
1998-09-14shorten names; unwanted kernel growthTheo de Raadt
1998-09-14fix MakefilesTheo de Raadt
1998-09-14iodc.h bye, byeMichael Shalayeff
1998-09-14avoid NULL deref for nowJason Downs
1998-09-12Detect more that just Motorola machines for openfirmware hardwareDale S. Rahn
detection. This should allow MIX to run on Power4 and possibly Power3 machines. It emits a warning when the system was not recognised.
1998-09-12if_media support.Federico G. Schwindt
1998-09-12typos, thinkos, brainos, buritos and amigosMichael Shalayeff
1998-09-12.s definitions exported from CMichael Shalayeff
1998-09-12some ramdisk hooks stuffMichael Shalayeff
1998-09-12PDC call wrapperMichael Shalayeff
1998-09-12PDC console/ttyMichael Shalayeff
1998-09-11include pmap.h earlier, so MD pmap structures may beMichael Shalayeff
kept all together in the pmap.h file w/o spreading all over MD includes. verified on most architectures.
1998-09-11change missed by fgsch, tsk tsk tskTheo de Raadt
1998-09-11fix typo.Federico G. Schwindt
1998-09-11Add a third parameter to epconfig to get the MAC address if it's a pcmciaFederico G. Schwindt
card and support it. Use NULL otherwise. Update the ep based drivers.
1998-09-11More config files update for the new pcmcia framework.Federico G. Schwindt
1998-09-11Change the config files to work with the new framework.Federico G. Schwindt
Add the aic and sm driver to GENERIC.
1998-09-11Remove unneeded files from the previous pcmcia framework.Federico G. Schwindt
1998-09-11Remove unneeded files from the previous framework.Federico G. Schwindt
1998-09-11PCMCIA code ported from NetBSD.Federico G. Schwindt
Support for aic, ep, pccom and sm.
1998-09-11Comment the pcmcia attach routines for ed and pccom.Federico G. Schwindt
Add the pcmcia definitions for the new framework.
1998-09-11Add sm and aic devices.Federico G. Schwindt
1998-09-11Move aic device to conf/files. Comment pcmcia related entries.Federico G. Schwindt
1998-09-11Remove unneeded file after the split.Federico G. Schwindt
1998-09-11Comment the pcmcia cdev entry because the new frameworkFederico G. Schwindt
doesn't use devices (yet).
1998-09-11ISA routines for the Intel 82365SL PCIC controllers.Federico G. Schwindt
1998-09-11Added support for Intel 82365SL PCIC controllers and clones from NetBSD.Federico G. Schwindt
1998-09-11aic routines for ISA.Federico G. Schwindt
1998-09-11Split the aic6360 driver to add support for SCSI pcmcia cards.Federico G. Schwindt
1998-09-11Support for the SMC 91Cxx family of ethernet chips from NetBSD.Federico G. Schwindt
1998-09-11Simple queue access methods used in the new pcmcia frameworkFederico G. Schwindt