Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-11 | Comment the pcmcia attach routines for ed and pccom. | Federico G. Schwindt | |
Add the pcmcia definitions for the new framework. | |||
1998-09-11 | Comment the pcmcia cdev entry because the new framework | Federico G. Schwindt | |
doesn't use devices (yet). | |||
1998-09-11 | Grr... missed this in previous commit: adding 'mii' bus for i386 | Jason Wright | |
1998-09-10 | default media type is auto if a phy is found, and none if not | Jason Wright | |
1998-09-10 | Added dev/mii layer (commented out until something on i386 uses it) | Jason Wright | |
1998-09-10 | Modified to use mii layer for hme | Jason Wright | |
1998-09-10 | kernel 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-09 | Better if_media support (actually works consistently now for non-autoneg) | Jason Wright | |
1998-09-09 | Preserve symbol table if ksyms is in the kernel but DDB is not. | Todd C. Miller | |
1998-09-09 | Weak version of support for ddb breakpoints. Works, but not fully | Dale S. Rahn | |
implemented. | |||
1998-09-09 | support for putting ofroot on mainbus, not on root. | Dale S. Rahn | |
1998-09-09 | Allow ddb to be entered upon boot via boot command argument. | Dale S. Rahn | |
1998-09-09 | remove debugging printf that had been forgotten. | Dale S. Rahn | |
1998-09-09 | fix typo. | Dale S. Rahn | |
1998-09-09 | Fix openfirmware attachment for openfirmware only systems. | Dale S. Rahn | |
if only ofrtc, still need the openfirmware support files. | |||
1998-09-08 | o hme get ifmedia support | Jason Wright | |
o nuked manual negotiatie that wasn't finished anyway in favor of if_media | |||
1998-09-08 | changed order of ifmedia_add's (purely cosmetic) | Jason Wright | |
1998-09-08 | Correct braino in ifmedia status | Jason Wright | |
1998-09-07 | More 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-06 | compat with NetBSD + more *_raw_* extensions I need | Niklas Hallqvist | |
1998-09-06 | Better keyboard timing code mostly from FreeBSD | Niklas Hallqvist | |
1998-09-06 | Preserve symbol table if ksyms is in the kernel but DDB is not. | Todd C. Miller | |
1998-09-04 | o check lseek return values | Todd C. Miller | |
o better error messages on read failure o use SEEK_SET, not 0 in lseek | |||
1998-09-04 | unit numbers should be < 16, not < 8 since we can have wide drives | Todd C. Miller | |
1998-09-04 | Kill non-working ultrix-style controller/disk/kernel format and leave | Todd C. Miller | |
working disk(controller, scsiid, partitionnum)kernel format. | |||
1998-09-04 | ifmedia-fy qec+be | Jason Wright | |
1998-09-02 | Added xl* for 3c90x | Jason Wright | |
1998-09-01 | o sun4c supported now | Jason Wright | |
o added collision counters o general improvements | |||
1998-09-01 | o Removed dependence on stp2002 (not sharable with qec+be) | Jason Wright | |
o Added collision counters o Should work on sun4c | |||
1998-08-31 | better debug printfs | Michael Shalayeff | |
1998-08-31 | Return ENXIO on open of /dev/mem minor devs that don't exist | Todd C. Miller | |
1998-08-31 | glue in xfs | Artur Grabowski | |
1998-08-30 | Add definition of MID_MACHINE. Set to 0 (MID_ZERO) because it needs to be ↵ | Todd C. Miller | |
*something* | |||
1998-08-30 | Add extra cpu_setup argument. | Jason Downs | |
1998-08-30 | Rearrange cpu_setup call and add an extra argument in order to cope with | Jason Downs | |
MediaGXm problems. For now, this unsets the TSC bit in the cpuid output. | |||
1998-08-29 | typo in ksyms spec, add ch too | Niklas Hallqvist | |
1998-08-29 | more functions | Michael Shalayeff | |
1998-08-29 | general cleanup | Michael Shalayeff | |
1998-08-29 | add kernel to LIF volume in case we have DISKLESS built | Michael Shalayeff | |
1998-08-29 | postpone bzero buffer on padding | Michael Shalayeff | |
1998-08-29 | merge PDC/IODC calls info | Michael Shalayeff | |
1998-08-29 | fix {KERNEL,RESET}_PSW | Michael Shalayeff | |
1998-08-29 | TLB stats definitions | Michael Shalayeff | |
1998-08-29 | tabs vs space; hptmask definition | Michael Shalayeff | |
1998-08-29 | m-include protection | Michael Shalayeff | |
better trap names remove garbage | |||
1998-08-29 | reduce code limit | Michael Shalayeff | |
add new_noncontig definitions syscall gateway define | |||
1998-08-29 | add delay() and trap() protos | Michael Shalayeff | |
1998-08-29 | fix entry/exit macros | Michael Shalayeff | |
add profiling support s/ptov/hptmask/ fix comments | |||
1998-08-28 | some float/double/ldouble info | Michael Shalayeff | |
1998-08-28 | some MD setjmp-related info | Michael Shalayeff | |