summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
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
1998-09-08changed order of ifmedia_add's (purely cosmetic)Jason Wright
1998-09-08Correct braino in ifmedia statusJason Wright
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-09-06compat with NetBSD + more *_raw_* extensions I needNiklas Hallqvist
1998-09-06Better keyboard timing code mostly from FreeBSDNiklas Hallqvist
1998-09-06Preserve symbol table if ksyms is in the kernel but DDB is not.Todd C. Miller
1998-09-04 o check lseek return valuesTodd C. Miller
o better error messages on read failure o use SEEK_SET, not 0 in lseek
1998-09-04unit numbers should be < 16, not < 8 since we can have wide drivesTodd C. Miller
1998-09-04Kill non-working ultrix-style controller/disk/kernel format and leaveTodd C. Miller
working disk(controller, scsiid, partitionnum)kernel format.
1998-09-04ifmedia-fy qec+beJason Wright
1998-09-02Added xl* for 3c90xJason Wright
1998-09-01o sun4c supported nowJason Wright
o added collision counters o general improvements
1998-09-01o Removed dependence on stp2002 (not sharable with qec+be)Jason Wright
o Added collision counters o Should work on sun4c
1998-08-31better debug printfsMichael Shalayeff
1998-08-31Return ENXIO on open of /dev/mem minor devs that don't existTodd C. Miller
1998-08-31glue in xfsArtur Grabowski
1998-08-30Add definition of MID_MACHINE. Set to 0 (MID_ZERO) because it needs to be ↵Todd C. Miller
*something*
1998-08-30Add extra cpu_setup argument.Jason Downs
1998-08-30Rearrange cpu_setup call and add an extra argument in order to cope withJason Downs
MediaGXm problems. For now, this unsets the TSC bit in the cpuid output.
1998-08-29typo in ksyms spec, add ch tooNiklas Hallqvist
1998-08-29more functionsMichael Shalayeff
1998-08-29general cleanupMichael Shalayeff
1998-08-29add kernel to LIF volume in case we have DISKLESS builtMichael Shalayeff
1998-08-29postpone bzero buffer on paddingMichael Shalayeff
1998-08-29merge PDC/IODC calls infoMichael Shalayeff
1998-08-29fix {KERNEL,RESET}_PSWMichael Shalayeff
1998-08-29TLB stats definitionsMichael Shalayeff
1998-08-29tabs vs space; hptmask definitionMichael Shalayeff
1998-08-29m-include protectionMichael Shalayeff
better trap names remove garbage
1998-08-29reduce code limitMichael Shalayeff
add new_noncontig definitions syscall gateway define
1998-08-29add delay() and trap() protosMichael Shalayeff
1998-08-29fix entry/exit macrosMichael Shalayeff
add profiling support s/ptov/hptmask/ fix comments
1998-08-28some float/double/ldouble infoMichael Shalayeff
1998-08-28some MD setjmp-related infoMichael Shalayeff