summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change a bogus cast to the correct one.dfr1998-10-153-6/+6
* Don't frob the user stack directly, use suword instead. This fixes thedfr1998-10-151-2/+2
* Use the interface name as well as the method name when creating the methoddfr1998-10-151-2/+2
* Make the next_writeable address specific for each drive, there mightsos1998-10-155-22/+19
* Forgot to commit this; the alpha uses the kld symbol interface now. Thepeter1998-10-152-3/+2
* Narrow the quirk entry for the Seagate Elite 9 a bit to just cover drivesken1998-10-141-2/+2
* Disable tagged queueing for the Seagate Elite 9GB drives. They tend to getken1998-10-141-1/+10
* Disable the 'devstat_end_transaction' busy count printf until after 3.0ken1998-10-141-2/+10
* Activate boot2.rnordier1998-10-141-2/+2
* Andrew Gallatin reported some internal queue overflows with MAXISPREQUESTmjacob1998-10-141-1/+1
* Backed out rev. 1.164. It caused problems on SMP.dt1998-10-142-26/+2
* Link fdboot to boot1 as well.peter1998-10-141-0/+1
* Fix a warning I missed before.peter1998-10-141-2/+2
* Typo fix.peter1998-10-142-4/+4
* Initial attempt to update the Alpha loader and kernel to use the machinepeter1998-10-147-192/+249
* Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. Thispeter1998-10-144-12/+12
* Try and get the sys/* and machine/* includes via relative paths. Thispeter1998-10-142-5/+20
* Align to sizeof(long) rather than sizeof(int32_t). It needs to bepeter1998-10-144-20/+20
* Support encapsulating ELF linker sets for KLD modules via gensetdefs.peter1998-10-141-3/+36
* Fix btx include path.rnordier1998-10-142-4/+4
* DB_ELF_SYMBOLS doesn't appear to do anything yet, or if it does it'sjkh1998-10-142-4/+4
* Tweak the output one more time again. The kernel or module pathnamepeter1998-10-142-5/+6
* Include <bsd.prog.mk>. Add install target (to /boot for now).rnordier1998-10-142-10/+36
* Fix flow of control after directory listing; enable EDD support;rnordier1998-10-132-8/+10
* Disable cache syncs for a broken NEC drive.ken1998-10-131-1/+9
* Make v86.ctl default more explicit; simplify read error-handling;rnordier1998-10-132-24/+52
* Adjust NDEV value.rnordier1998-10-132-22/+16
* Fix a bug in the error recovery code. It was possible to have more thanken1998-10-132-2/+59
* Sync up with some needed x86 options.jkh1998-10-132-2/+6
* Change to a 15-sector boot2.rnordier1998-10-136-48/+64
* Fix a bug in the scan lun code that showed up when we did the followingken1998-10-131-2/+3
* Don't use an absolute path to objcopy.rnordier1998-10-135-12/+12
* Improve drive recognition and handling.rnordier1998-10-132-52/+80
* Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs,bde1998-10-139-18/+18
* Sync with sys/i386/isa/isa.c and wd.c revisions 1.115 and 1.177,kato1998-10-132-4/+4
* Sync with sys/i386/i386/userconfig.c revision 1.112.kato1998-10-131-3/+4
* Load the full symbol tables if they are present. This means that ddbpeter1998-10-132-20/+156
* Make the ELF load messages cleaner.peter1998-10-131-8/+17
* Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, andpeter1998-10-134-114/+182
* Fixed two potentially serious classes of bugs:dg1998-10-1327-103/+102
* Commented out aic driver.kato1998-10-133-6/+6
* Added a workaround for yet-another, less-than-compatible keyboard controller.yokota1998-10-131-1/+4
* Fix for wrap arround.kato1998-10-133-6/+6
* Implement TSC clock calibration for PC-98.kato1998-10-133-12/+225
* Bring in _BSD_UINT8_T_, _BSD_UINT16_T_, and _BSD_UINT32_T from the i386alex1998-10-121-1/+4
* Add adw device.jkh1998-10-121-3/+4
* Add a "dummy light" (actually two dummy lights) to catch people who don'tken1998-10-121-1/+18
* This commit was generated by cvs2svn to compensate for changes in r40269,rnordier1998-10-124-0/+1094
|\
| * New boot blocks: support for /boot/loader; a.out & ELF; cyl > 1023;rnordier1998-10-124-0/+1094
* | New boot blocks: support for /boot/loader; a.out & ELF; cyl > 1023;rnordier1998-10-123-0/+1032
OpenPOWER on IntegriCloud