summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Kernel environment access, preloaded module lookup.msmith1998-10-092-0/+270
* Initialise kernel environment and module metadata pointers.msmith1998-10-092-2/+12
* New files for kernel environment and module metadata interfaces.msmith1998-10-091-0/+2
* Fix a panic on SMP systems, caused by sleeping while holding ajdp1998-10-091-1/+13
* Allow the module area to be used in order to find the MFS imagejkh1998-10-081-96/+28
* Fix up the kernel environment and module data pointers in the bootinfo ifmsmith1998-10-085-8/+83
* Make that annoying "device busy" message dependent on DEBUG (using thedes1998-10-085-5/+5
* Discard previous commit.kato1998-10-082-28/+2
* Oops, discard my previous commits becase sumitted code is for RELENG_2_2.kato1998-10-085-200/+24
* Add entry for EtherEZ98 and Access/PC N98C+ cards.kato1998-10-082-8/+12
* Add ungermann-Bass Access/PC N98C+ support to fe driver (PC-98).kato1998-10-081-1/+162
* Add SMC EtherEZ98 support to ed driver (PC-98).kato1998-10-084-17/+54
* BIOS ROM base address is 0xe8000 on PC-98.kato1998-10-087-7/+42
* Correctly update the tail pointer of the transmit queue in tl_start()wpaul1998-10-081-2/+3
* Sync with sys/i386/conf/GENERIC revision up to 1.123.kato1998-10-082-8/+8
* Sync with sys/i386/i386/userconfig.c revision 1.111.kato1998-10-081-3/+6
* Remove debug output on disk change.sos1998-10-083-6/+6
* Add the quirk entry framework to handle disabling the synchronize cacheken1998-10-081-25/+168
* Check the timeval passed to BIOCSRTIMEOUT with itimerfix. Use tvtohz()alex1998-10-081-8/+9
* Add missing newline in probe message.des1998-10-071-2/+2
* Use vm_page_xxx() inline functions to manipulate vm_page::flags, vm_page::busy.luoqi1998-10-071-6/+6
* Fix syntax errors I introduced.obrien1998-10-075-15/+15
* Fix that pesky boot aguments parsing bug. (I think :-)peter1998-10-073-6/+3
* Request the flags back when checking for keyboard status.msmith1998-10-071-2/+2
* Add entries for the adw device driver.gibbs1998-10-075-8/+16
* ahc_pci.c:gibbs1998-10-076-16/+34
* Fix a parent tag reference count bug during tag teardown.gibbs1998-10-072-14/+36
* Add a missing newline.gibbs1998-10-071-1/+2
* Don't set the active flag on a transaction resource until it has beengibbs1998-10-072-37/+37
* Add ADW_ALLOW_MEMIO and DPT_ALLOW_MEMIO. Until our configurationgibbs1998-10-071-2/+7
* Add a quirk entry for the CFP2107, another drive with brokengibbs1998-10-071-2/+9
* Add support for the ASC3550 AdvanSys SCSI Host Controller (aka 940UW).gibbs1998-10-079-0/+3533
* Up the read capacity timeout from 20 seconds to 60 seconds to keep myimp1998-10-071-2/+2
* Some fixes for the CD and DA drivers from bde. (and some of my own asken1998-10-072-199/+147
* Enable the DOS filesystem. NOTE: you will have to rebuild libstand inmsmith1998-10-072-7/+2
* - Drain the keyboard buffer when initialising.msmith1998-10-074-8/+12
* - VERBOSE_LS is obsolete, as the heap is much better behaved now.msmith1998-10-075-54/+197
* VERBOSE_LS is obsoletemsmith1998-10-071-2/+0
* Cast the return value of tvtohz() from a long to an int to satisfy thealex1998-10-062-4/+4
* Minor cleanup: kill a couple of unused variables, and a couple ofjoerg1998-10-061-3/+7
* In an attempt to reduce the huge number of differences between thejoerg1998-10-061-225/+337
* Disable multi-lun probing and serial number inquiries for the Exabyte 8200.ken1998-10-061-1/+12
* Add functions for accessing dense and bwx memory for pci devices. Thesedfr1998-10-068-10/+134
* - Implement enabling write allocate on AMD K5/K6/K6-2 cpus.kato1998-10-0613-31/+331
* Make sure that the argv pointers for init are aligned to the correctdfr1998-10-061-2/+2
* Add support for adjkerntz (largely untested).dfr1998-10-065-7/+44
* Fix unaligned accesses when checking DOS MBRs.dfr1998-10-061-4/+19
* Add MFS_ROOT support.dfr1998-10-061-18/+38
* teach userconfig about isa_devtab_cammsmith1998-10-061-3/+6
* bootinfo.cmsmith1998-10-064-20/+33
OpenPOWER on IntegriCloud