summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1998-09-21no slip, add bpfTheo de Raadt
1998-09-21add tx driverTheo de Raadt
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-19lebuffer based le's use UTPJason Wright
1998-09-18lebuffer cards are UTPTheo de Raadt
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-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-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-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-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-15Call sun4 led blinker, not 4c led blinker if setup pre-initialized.Jason Wright
1998-09-15StuffSteve Murphree
1998-09-14iodc.h bye, byeMichael Shalayeff
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-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-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-11Comment the pcmcia attach routines for ed and pccom.Federico G. Schwindt
Add the pcmcia definitions for the new framework.
1998-09-11Comment the pcmcia cdev entry because the new frameworkFederico G. Schwindt
doesn't use devices (yet).
1998-09-11Grr... missed this in previous commit: adding 'mii' bus for i386Jason Wright
1998-09-10default media type is auto if a phy is found, and none if notJason Wright
1998-09-10Added dev/mii layer (commented out until something on i386 uses it)Jason Wright
1998-09-10Modified to use mii layer for hmeJason Wright
1998-09-10kernel and install floppy kernel for POWERSTACK machines.Dale S. Rahn
uses hardware drivers for scsi (ncr) and ethernet (de) and openfirmware for console (ofcons) and clock (ofrtc).
1998-09-09Better if_media support (actually works consistently now for non-autoneg)Jason Wright
1998-09-09Preserve symbol table if ksyms is in the kernel but DDB is not.Todd C. Miller
1998-09-09Weak version of support for ddb breakpoints. Works, but not fullyDale S. Rahn
implemented.
1998-09-09support for putting ofroot on mainbus, not on root.Dale S. Rahn
1998-09-09Allow ddb to be entered upon boot via boot command argument.Dale S. Rahn
1998-09-09remove debugging printf that had been forgotten.Dale S. Rahn
1998-09-09fix typo.Dale S. Rahn
1998-09-09Fix openfirmware attachment for openfirmware only systems.Dale S. Rahn
if only ofrtc, still need the openfirmware support files.
1998-09-08o hme get ifmedia supportJason Wright
o nuked manual negotiatie that wasn't finished anyway in favor of if_media