aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Increase the time we spend waiting for the controller to become ready toMike Smith2000-02-171-1/+1
* Change the mountroot prompt to something that doesn't look at all like aMike Smith2000-02-172-2/+2
* Don't include <machine/ipl.h> in <sys/systm.h> in the i386 case. ThisBruce Evans2000-02-174-62/+86
* Merged from sys/isa/sio.c rev 1.288.KATO Takenori2000-02-172-26/+34
* Synced with sys/i386/i386/userconfig.c rev 1.173.KATO Takenori2000-02-171-0/+2
* Add the VIA 82C596B PCI ISA south bridge on my ASUS P3V133.Warner Losh2000-02-171-0/+2
* Close a file descriptor leak in the code which loads file objects.Mike Smith2000-02-171-0/+2
* Fix null-pointer dereference crash when the system is intentionallyMatthew Dillon2000-02-165-6/+53
* Remove a diagnostic printf.Justin T. Gibbs2000-02-161-3/+0
* This patch to BTX fixes several small things:John Baldwin2000-02-162-12/+58
* Make it clear that 'options XSERVER' is for pcvt and not for syscons.Kazutaka YOKOTA2000-02-166-6/+6
* Track if_i{bytes,packets,errors}.Matthew N. Dodd2000-02-161-0/+4
* Include the file that defines PCIM_CMD_BUSMASTEREN.Matt Jacob2000-02-162-0/+2
* Ensure that the busmaster enable bit is set; we can't assume that allMike Smith2000-02-162-2/+16
* Hide the boring ``not probed (disabled)'' messages behind `bootverbose'.Joerg Wunsch2000-02-151-0/+2
* o Wilko Bulte has tested our AlphaServer 1000A ("Noritake") supportAndrew Gallatin2000-02-151-11/+0
* Add userconfig entries for the new atapi devices.Jordan K. Hubbard2000-02-151-0/+2
* Fixed regressions in rev.1.274:Bruce Evans2000-02-152-22/+30
* Don't try to account for the partial quantum unless the process isPoul-Henning Kamp2000-02-151-4/+0
* Allow comments in interpreter specification lines as inMartin Cracauer2000-02-151-1/+1
* Add comments about 12160 options.Matt Jacob2000-02-153-12/+24
* Fix ITDEBUG macro.Matt Jacob2000-02-151-1/+1
* Correctly identify which bus of dual bus SCSI adapters some target modeMatt Jacob2000-02-151-2/+8
* Clean up some target mode debug messages. Fix (finally, I believe)Matt Jacob2000-02-151-14/+9
* If the CDB length is greater than 12 for parallel SCSI, ispscsicmd hasMatt Jacob2000-02-152-2/+10
* Clean out residual bogosity for fast posting stuff- ISP_NO_FASTPOST_SCSIMatt Jacob2000-02-151-15/+12
* fix ess end-of-buffer repeatingCameron Grant2000-02-143-18/+6
* Fix is_splxxx() warnings when not compiled with INVARIANT_SUPPORT.Peter Wemm2000-02-141-16/+14
* Avoid a panic in __getcwd(2) when combined with umount -f.Peter Wemm2000-02-141-0/+2
* Initial importDuncan Barclay2000-02-132-0/+0
* Simplifications:Gerard Roudier2000-02-132-584/+281
* Fix sign reversal in adjtime(2).Poul-Henning Kamp2000-02-132-2/+2
* Fix an uninitialised variable which affected probing on some machines.Doug Rabson2000-02-136-0/+6
* Oops, forgot this from the previous commit. Remove obsolete #ifdef ISO.Peter Wemm2000-02-131-3/+0
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-1336-637/+62
* Fix two warnings.Peter Wemm2000-02-132-2/+2
* Document the support in the kernel for hardware debug registers on theDavid E. O'Brien2000-02-122-0/+6
* Add functions which allow i/o memory to be accessed without forcing aDoug Rabson2000-02-121-0/+19
* Yet-another-update: rename ``kern.prison'' to a new sysctl root entry,Robert Watson2000-02-123-10/+11
* The Leadtek Winfast TV2000 has one of the FM capable Tuners. Don'tPeter Wemm2000-02-121-0/+8
* Do a trivial conversion of xrpu to newbus.Peter Wemm2000-02-121-50/+62
* Add in 12160 (Ultra3) support. Redo things to use the newbus code.Matt Jacob2000-02-112-282/+392
* Turn back on fast posting- the code that turns it off (for 1020/1040) isMatt Jacob2000-02-111-5/+0
* Correct a minor typo in error message.Matt Jacob2000-02-111-1/+1
* Add in new async mbox defines for 2200- point to point stuff.Matt Jacob2000-02-111-0/+23
* Add in 12160 (Ultra3) NVRAM definitions.Matt Jacob2000-02-111-2/+76
* Add in 12160 (Ultra3) firmware. Gawd, this file is bulky.Matt Jacob2000-02-111-0/+4037
* Restructure nvram reading routine to split out to separate functionsMatt Jacob2000-02-111-362/+584
* Add 12160 (Ultra3) defines. Add config option flag for forcing point-to-pointMatt Jacob2000-02-111-5/+12
* Forgot one line: don't try to match flags when looking for a flow.Luigi Rizzo2000-02-111-0/+1