summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove the vga-pci driver. It serves no purpose and it hides the hardwaredfr2000-02-195-56/+9
* Update the ata driver to take more advantage of newbus, thissos2000-02-1817-612/+1106
* Increase the time we spend waiting for the controller to become ready tomsmith2000-02-171-1/+1
* Change the mountroot prompt to something that doesn't look at all like amsmith2000-02-172-2/+2
* Don't include <machine/ipl.h> in <sys/systm.h> in the i386 case. Thisbde2000-02-174-62/+86
* Merged from sys/isa/sio.c rev 1.288.kato2000-02-172-26/+34
* Synced with sys/i386/i386/userconfig.c rev 1.173.kato2000-02-171-0/+2
* Add the VIA 82C596B PCI ISA south bridge on my ASUS P3V133.imp2000-02-171-0/+2
* Close a file descriptor leak in the code which loads file objects.msmith2000-02-171-0/+2
* Fix null-pointer dereference crash when the system is intentionallydillon2000-02-165-6/+53
* Remove a diagnostic printf.gibbs2000-02-161-3/+0
* This patch to BTX fixes several small things:jhb2000-02-162-12/+58
* Make it clear that 'options XSERVER' is for pcvt and not for syscons.yokota2000-02-166-6/+6
* Track if_i{bytes,packets,errors}.mdodd2000-02-161-0/+4
* Include the file that defines PCIM_CMD_BUSMASTEREN.mjacob2000-02-162-0/+2
* Ensure that the busmaster enable bit is set; we can't assume that allmsmith2000-02-162-2/+16
* Hide the boring ``not probed (disabled)'' messages behind `bootverbose'.joerg2000-02-151-0/+2
* o Wilko Bulte has tested our AlphaServer 1000A ("Noritake") supportgallatin2000-02-151-11/+0
* Add userconfig entries for the new atapi devices.jkh2000-02-151-0/+2
* Fixed regressions in rev.1.274:bde2000-02-152-22/+30
* Don't try to account for the partial quantum unless the process isphk2000-02-151-4/+0
* Allow comments in interpreter specification lines as incracauer2000-02-151-1/+1
* Add comments about 12160 options.mjacob2000-02-153-12/+24
* Fix ITDEBUG macro.mjacob2000-02-151-1/+1
* Correctly identify which bus of dual bus SCSI adapters some target modemjacob2000-02-151-2/+8
* Clean up some target mode debug messages. Fix (finally, I believe)mjacob2000-02-151-14/+9
* If the CDB length is greater than 12 for parallel SCSI, ispscsicmd hasmjacob2000-02-152-2/+10
* Clean out residual bogosity for fast posting stuff- ISP_NO_FASTPOST_SCSImjacob2000-02-151-15/+12
* fix ess end-of-buffer repeatingcg2000-02-143-18/+6
* Fix is_splxxx() warnings when not compiled with INVARIANT_SUPPORT.peter2000-02-141-16/+14
* Avoid a panic in __getcwd(2) when combined with umount -f.peter2000-02-141-0/+2
* Initial importdmlb2000-02-132-0/+0
* Simplifications:groudier2000-02-132-584/+281
* Fix sign reversal in adjtime(2).phk2000-02-132-2/+2
* Fix an uninitialised variable which affected probing on some machines.dfr2000-02-136-0/+6
* Oops, forgot this from the previous commit. Remove obsolete #ifdef ISO.peter2000-02-131-3/+0
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-1336-637/+62
* Fix two warnings.peter2000-02-132-2/+2
* Document the support in the kernel for hardware debug registers on theobrien2000-02-122-0/+6
* Add functions which allow i/o memory to be accessed without forcing adfr2000-02-121-0/+19
* Yet-another-update: rename ``kern.prison'' to a new sysctl root entry,rwatson2000-02-123-10/+11
* The Leadtek Winfast TV2000 has one of the FM capable Tuners. Don'tpeter2000-02-121-0/+8
* Do a trivial conversion of xrpu to newbus.peter2000-02-121-50/+62
* Add in 12160 (Ultra3) support. Redo things to use the newbus code.mjacob2000-02-112-282/+392
* Turn back on fast posting- the code that turns it off (for 1020/1040) ismjacob2000-02-111-5/+0
* Correct a minor typo in error message.mjacob2000-02-111-1/+1
* Add in new async mbox defines for 2200- point to point stuff.mjacob2000-02-111-0/+23
* Add in 12160 (Ultra3) NVRAM definitions.mjacob2000-02-111-2/+76
* Add in 12160 (Ultra3) firmware. Gawd, this file is bulky.mjacob2000-02-111-0/+4037
* Restructure nvram reading routine to split out to separate functionsmjacob2000-02-111-362/+584
OpenPOWER on IntegriCloud