Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-15 | print debugging stuff only when debug!=0 | Michael Shalayeff | |
1997-04-14 | no need for partition table.... | Michael Shalayeff | |
mbr is for that stuff..... | |||
1997-04-14 | Bring our incarnation of John Wittowski's direct adb driver into compatible | gene | |
state with NetBSD's. The direct-to-ADB code is now enabled by default. Using 'options MRG_ADB' will cause the kernel to revert to the 'old standby' code. | |||
1997-04-14 | Whoops. A spurious '{' slipped into an if statement. This compiles again. | gene | |
Also, since I'm here, fix some KNF. | |||
1997-04-14 | typo for us. | michaels | |
1997-04-14 | #34 - linux_sys_nice from NetBSD | Thomas Graichen | |
1997-04-14 | build stand (AND boot) | Theo de Raadt | |
1997-04-14 | let stand & boot co-exist | Theo de Raadt | |
1997-04-14 | add signature! fake partition 0 for floppy until fdisk(8) has -f flag. max ↵ | Theo de Raadt | |
16 BLKCNT | |||
1997-04-14 | kill extra linefeeding | Theo de Raadt | |
1997-04-14 | Document flag to set 32-bit word mode. Call it ED_DCR_QTS for | Todd C. Miller | |
lack of a better name (anyone have any documentation?) | |||
1997-04-14 | Add PCI ed* | Todd C. Miller | |
1997-04-14 | rd pdev | Theo de Raadt | |
1997-04-14 | Minor performance enhancements from NetBSD | Thorsten Lockert | |
1997-04-14 | Merge in various pieces of current NetBSD scsi code, including but not limited | Jason Downs | |
to: * New changer driver. * Better optical support. * Different `done' semantics. * New quirks for SCSI QIC tape driver, SCSI floppy drives. * Better support for SCSI-I devices. Everybody needs to test this. | |||
1997-04-14 | setup_pm() is only used with \!HWDIRECT. | briggs | |
1997-04-14 | Correct some bogus casts and change u_short -> u_int16_t | Todd C. Miller | |
1997-04-14 | Capslock support from Steve Brown <sbrown@best.com> | briggs | |
1997-04-14 | Use an offset parameter when loading the reg_map--some cards use the "other" | briggs | |
16 bits of the words. | |||
1997-04-14 | Ooops. | briggs | |
1997-04-14 | options IPFILTER | briggs | |
1997-04-13 | Nuke i386 specific stuff. Not needed anymore. | Tobias Weingartner | |
1997-04-13 | no Debugger() w/ no DDB defined | Michael Shalayeff | |
1997-04-13 | make it compile again | Michael Shalayeff | |
1997-04-13 | Oops. We do not want to unmap something that we've used bus_space_subregion | briggs | |
to get. | |||
1997-04-13 | Some updates based on information from Bob Nestor <rnestor@metronet.com> | briggs | |
about his SONIC-T LC/PDS card. | |||
1997-04-13 | Make it compile after disklabel changes | Per Fogelstrom | |
1997-04-13 | Add support for PCI NE2000 clones. I finally got around to doing this :-) | Todd C. Miller | |
Tested on alpha, should work on i386 as well. Note that we treat a PCI NE2000 as a 16-bit card for now since the driver can not deal with > 16 bit cards. To fix this isa16bit in ed_softc needs to be changed to bus_width (in bytes). I plan to do this as part of the split ed driver. | |||
1997-04-13 | derive from INST, not GENERIC. | Michael Shalayeff | |
we fit on floppy now, and some space even left.... | |||
1997-04-13 | sample ramdisk config file. from GENERIC one. | Michael Shalayeff | |
kernel does not boot w/ rd as root. any ideas? it boots w/ default sized ramdisk, but get a panic later. it does not even shows a copyright w/ big sizes (such as set in there) | |||
1997-04-12 | we don't need NFSMNT_RESVPORT inside of the kernel (pointed out by theo) | Thomas Graichen | |
1997-04-12 | undo my last commit - theo says NFSMNT_RESVPORT is really not required | Thomas Graichen | |
inside the kernel | |||
1997-04-12 | remove #ifndef _KERNEL around NFSMNT_RESVPORT: | Thomas Graichen | |
* this is required to get src/sys/compat/ultrix compiled * in NetBSD it is'nt #ifndef'ed _KERNEL too if anyone objects to that change please speak up now ... | |||
1997-04-12 | make it compile (missing include of ultrix_util.h - the other | Thomas Graichen | |
one is a bit unclear) | |||
1997-04-12 | use the profile.h from the arc - this way the | Thomas Graichen | |
undefined reference to `___mcount' problems are solved - a lot of thanks to per | |||
1997-04-12 | theo can't get everything right :-) | Thomas Graichen | |
1997-04-12 | update to my current config file | Thomas Graichen | |
1997-04-12 | A horrific gruesome hack to remove a splat during obj@ builds | Theo de Raadt | |
1997-04-11 | If someone pressed a nonprintable character in getsn (eg in boot -c) the | Mats O Jansson | |
speaker would be turned on but not off. So don't allow sysbeep until timers works. -moj | |||
1997-04-11 | add NTP | kstailey | |
1997-04-11 | Various comments | Tobias Weingartner | |
1997-04-11 | machdep_start has to do esym mucking... | Tobias Weingartner | |
1997-04-11 | Works with .gz kernels now | Tobias Weingartner | |
1997-04-11 | Works with .gz kernels now | Tobias Weingartner | |
1997-04-11 | Works with .gz kernels now | Tobias Weingartner | |
1997-04-11 | Works with .gz kernels now | Tobias Weingartner | |
1997-04-11 | add tag | kstailey | |
1997-04-11 | my home PC | kstailey | |
1997-04-10 | queue handling hacks for chips like aic7860 which have small numbers of SCB's. | Theo de Raadt | |
by gibbs@freebsd.org | |||
1997-04-10 | Ignore SE/30 faux-video card. | briggs | |