summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-04-15print debugging stuff only when debug!=0Michael Shalayeff
1997-04-14no need for partition table....Michael Shalayeff
mbr is for that stuff.....
1997-04-14Bring our incarnation of John Wittowski's direct adb driver into compatiblegene
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-14Whoops. A spurious '{' slipped into an if statement. This compiles again.gene
Also, since I'm here, fix some KNF.
1997-04-14typo for us.michaels
1997-04-14#34 - linux_sys_nice from NetBSDThomas Graichen
1997-04-14build stand (AND boot)Theo de Raadt
1997-04-14let stand & boot co-existTheo de Raadt
1997-04-14add signature! fake partition 0 for floppy until fdisk(8) has -f flag. max ↵Theo de Raadt
16 BLKCNT
1997-04-14kill extra linefeedingTheo de Raadt
1997-04-14Document flag to set 32-bit word mode. Call it ED_DCR_QTS forTodd C. Miller
lack of a better name (anyone have any documentation?)
1997-04-14Add PCI ed*Todd C. Miller
1997-04-14rd pdevTheo de Raadt
1997-04-14Minor performance enhancements from NetBSDThorsten Lockert
1997-04-14Merge in various pieces of current NetBSD scsi code, including but not limitedJason 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-14setup_pm() is only used with \!HWDIRECT.briggs
1997-04-14Correct some bogus casts and change u_short -> u_int16_tTodd C. Miller
1997-04-14Capslock support from Steve Brown <sbrown@best.com>briggs
1997-04-14Use an offset parameter when loading the reg_map--some cards use the "other"briggs
16 bits of the words.
1997-04-14Ooops.briggs
1997-04-14options IPFILTERbriggs
1997-04-13Nuke i386 specific stuff. Not needed anymore.Tobias Weingartner
1997-04-13no Debugger() w/ no DDB definedMichael Shalayeff
1997-04-13make it compile againMichael Shalayeff
1997-04-13Oops. We do not want to unmap something that we've used bus_space_subregionbriggs
to get.
1997-04-13Some updates based on information from Bob Nestor <rnestor@metronet.com>briggs
about his SONIC-T LC/PDS card.
1997-04-13Make it compile after disklabel changesPer Fogelstrom
1997-04-13Add 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-13derive from INST, not GENERIC.Michael Shalayeff
we fit on floppy now, and some space even left....
1997-04-13sample 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-12we don't need NFSMNT_RESVPORT inside of the kernel (pointed out by theo)Thomas Graichen
1997-04-12undo my last commit - theo says NFSMNT_RESVPORT is really not requiredThomas Graichen
inside the kernel
1997-04-12remove #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-12make it compile (missing include of ultrix_util.h - the otherThomas Graichen
one is a bit unclear)
1997-04-12use the profile.h from the arc - this way theThomas Graichen
undefined reference to `___mcount' problems are solved - a lot of thanks to per
1997-04-12theo can't get everything right :-)Thomas Graichen
1997-04-12update to my current config fileThomas Graichen
1997-04-12A horrific gruesome hack to remove a splat during obj@ buildsTheo de Raadt
1997-04-11If someone pressed a nonprintable character in getsn (eg in boot -c) theMats O Jansson
speaker would be turned on but not off. So don't allow sysbeep until timers works. -moj
1997-04-11add NTPkstailey
1997-04-11Various commentsTobias Weingartner
1997-04-11machdep_start has to do esym mucking...Tobias Weingartner
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-11Works with .gz kernels nowTobias Weingartner
1997-04-11add tagkstailey
1997-04-11my home PCkstailey
1997-04-10queue handling hacks for chips like aic7860 which have small numbers of SCB's.Theo de Raadt
by gibbs@freebsd.org
1997-04-10Ignore SE/30 faux-video card.briggs