summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-09-21no slip, add bpfTheo de Raadt
1998-09-21add tx driverTheo de Raadt
1998-09-21SMC 83C170 EPIC support from; Semen Ustimenko (semen@iclub.nsu.ru)Jason Wright
This is the chip found on the SMC EtherPower II 10/100 boards.
1998-09-21change default console to serial ports. should work with VI computersDale S. Rahn
too, execept console will be com3 :-)
1998-09-20Change openfirmware to not try to configure a device on sd or wdDale S. Rahn
disks if those drivers are in the kernel. This allows the use of ofdisk0 for floppy support. (until fd.c is supported).
1998-09-20Changes to probe for address, and frequency for serial console.Dale S. Rahn
This should enable the same kernel to work on VI machines as well as MCG machines. Only remaining piece is the rtc. For now an extra config file has been added to use serial for MCG machines until all issues are resolved. The various extra config files and ramdisks should go away as soon as merger is finished.
1998-09-20Powerpc port uses com.c not just power4e.Dale S. Rahn
1998-09-20syncTheo de Raadt
1998-09-20lots of new stuphhhTheo de Raadt
1998-09-19kill COMPAT_09 and COMPAT_10Theo de Raadt
1998-09-19lebuffer based le's use UTPJason Wright
1998-09-19Added if_media support from NetBSD. -mojMats O Jansson
1998-09-18lebuffer cards are UTPTheo de Raadt
1998-09-18the third arguemnt to a syscall is register_t not int. From Todd FriesArtur Grabowski
1998-09-18always build xfs_syscallsArtur Grabowski
1998-09-18Sync with previous commit of syscall.master that did not make it into the ↵Artur Grabowski
changelogs. (enable xfspioctl even when XFS is not defined)
1998-09-17Use -mcpu=supersparc instead of deprecated -mv8; Hans-Guenter Weigand ↵Jason Wright
<hgweigand@wiesbaden.netsurf.de>. note: -mno-fpu is still in there as it isn't hurting anything and is safer
1998-09-17always use xfspioctlArtur Grabowski
1998-09-17implement a dummy syscall when XFS is not defined and add PROBEArtur Grabowski
1998-09-17update pioctlsArtur Grabowski
1998-09-17add "option APM_NOPRINT" for this kernelMarco S Hyman
1998-09-17add NO_APMPRINT conditionalMarco S Hyman
1998-09-17sm* pcmcia supportTheo de Raadt
1998-09-17avoid panic; garath@code.ridgefield.orgTheo de Raadt
1998-09-17Put this back for now, appearently the VI boards use COM4 for console.Dale S. Rahn
they only have COM3 and COM4, MCG boards have COM1 and COM2 addresses (only). This will need to be turned into a variable that is probed and then passed to the console (com) driver.
1998-09-17o missed ifmedia updateJason Wright
o make sure the led blinker doesn't have any extra bits
1998-09-16Attempt to make clear the dependence of hme->phys and phys->hmeJason Wright
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